MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / subCycling

Method subCycling

src/OpenFOAM/db/Time/Time.H:432–435  ·  view source on GitHub ↗

- Return true if time currently being sub-cycled, otherwise false

Source from the content-addressed store, hash-verified

430
431 //- Return true if time currently being sub-cycled, otherwise false
432 bool subCycling() const
433 {
434 return subCycling_;
435 }
436
437 //- Return previous TimeState if time is being sub-cycled
438 const TimeState& prevTimeState() const

Callers 3

localRDeltaTFunction · 0.80
fvMeshGeometry.CFile · 0.80
stepFractionSpanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected