Public Member Functions | |
localEulerDdt () | |
Static Public Member Functions | |
static bool | enabled (const fvMesh &mesh) |
Return true if LTS is enabled. More... | |
static const volScalarField & | localRDeltaT (const fvMesh &mesh) |
Return the reciprocal of the local time-step. More... | |
static const surfaceScalarField & | localRDeltaTf (const fvMesh &mesh) |
Return the reciprocal of the local face time-step. More... | |
static tmp< volScalarField > | localRSubDeltaT (const fvMesh &mesh, const label nAlphaSubCycles) |
Calculate and return the reciprocal of the local sub-cycling. More... | |
Static Public Attributes | |
static word | rDeltaTName |
Name of the reciprocal local time-step field. More... | |
static word | rDeltaTfName |
Name of the reciprocal local face time-step field. More... | |
static word | rSubDeltaTName |
Name of the reciprocal local sub-cycling time-step field. More... | |
Definition at line 64 of file localEulerDdtScheme.H.
|
inline |
Definition at line 80 of file localEulerDdtScheme.H.
References localEulerDdt::enabled(), localEulerDdt::localRDeltaT(), localEulerDdt::localRDeltaTf(), localEulerDdt::localRSubDeltaT(), mesh, and nAlphaSubCycles().
Return true if LTS is enabled.
Definition at line 37 of file localEulerDdt.C.
References fvSchemes::ddt(), localEulerDdt::localRDeltaT(), and fvMesh::schemes().
Referenced by laminar::correct(), scalarTransport::execute(), localEulerDdt::localEulerDdt(), and cloudSolution::read().
|
static |
Return the reciprocal of the local time-step.
looked-up from the objectRegistry
Definition at line 46 of file localEulerDdt.C.
References localEulerDdt::localRDeltaTf(), localEulerDdt::rDeltaTName, localEulerDdt::rSubDeltaTName, Time::subCycling(), and fvMesh::time().
Referenced by laminar::correct(), localEulerDdt::enabled(), and localEulerDdt::localEulerDdt().
|
static |
Return the reciprocal of the local face time-step.
looked-up from the objectRegistry
Definition at line 58 of file localEulerDdt.C.
References localEulerDdt::localRSubDeltaT(), and localEulerDdt::rDeltaTfName.
Referenced by localEulerDdt::localEulerDdt(), and localEulerDdt::localRDeltaT().
|
static |
Calculate and return the reciprocal of the local sub-cycling.
time-step
Definition at line 70 of file localEulerDdt.C.
References localEulerDdt::rDeltaTName, and localEulerDdt::rSubDeltaTName.
Referenced by scalarTransport::execute(), localEulerDdt::localEulerDdt(), and localEulerDdt::localRDeltaTf().
|
static |
Name of the reciprocal local time-step field.
Definition at line 69 of file localEulerDdtScheme.H.
Referenced by localEulerDdt::localRDeltaT(), and localEulerDdt::localRSubDeltaT().
|
static |
Name of the reciprocal local face time-step field.
Definition at line 72 of file localEulerDdtScheme.H.
Referenced by localEulerDdt::localRDeltaTf().
|
static |
Name of the reciprocal local sub-cycling time-step field.
Definition at line 75 of file localEulerDdtScheme.H.
Referenced by localEulerDdt::localRDeltaT(), and localEulerDdt::localRSubDeltaT().