

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.
|
static |
Return true if LTS is enabled.
Definition at line 37 of file localEulerDdt.C.
References fvSchemes::ddt(), mesh, and fvMesh::schemes().
Referenced by Foam::byDt(), laminar::correct(), cloudSolution::read(), and phaseSystem::solve().


|
static |
Return the reciprocal of the local time-step.
looked-up from the objectRegistry
Definition at line 45 of file localEulerDdt.C.
References mesh, Time::subCycling(), and fvMesh::time().
Referenced by Foam::byDt(), laminar::correct(), and advectiveFvPatchField< Type >::updateCoeffs().


|
static |
Return the reciprocal of the local face time-step.
looked-up from the objectRegistry
Definition at line 57 of file localEulerDdt.C.
References mesh.
|
static |
Calculate and return the reciprocal of the local sub-cycling.
time-step
Definition at line 69 of file localEulerDdt.C.
References mesh.
Referenced by twoPhaseSolver::alphaPredictor(), and phaseSystem::solve().

|
static |
Name of the reciprocal local time-step field.
Definition at line 69 of file localEulerDdtScheme.H.
Referenced by incompressibleFluid::incompressibleFluid(), isothermalFluid::isothermalFluid(), shockFluid::shockFluid(), and VoFSolver::VoFSolver().
|
static |
Name of the reciprocal local face time-step field.
Definition at line 72 of file localEulerDdtScheme.H.
|
static |
Name of the reciprocal local sub-cycling time-step field.
Definition at line 75 of file localEulerDdtScheme.H.