#include <localEulerDdtScheme.H>


Public Member Functions | |
| localEulerDdt () | |
Static Public Member Functions | |
| static bool | enabled (const fvMesh &mesh) |
| Return true if LTS is enabled. | |
| static const volScalarField & | localRDeltaT (const fvMesh &mesh) |
| Return the reciprocal of the local time-step. | |
| static const surfaceScalarField & | localRDeltaTf (const fvMesh &mesh) |
| Return the reciprocal of the local face time-step. | |
| static tmp< volScalarField > | localRSubDeltaT (const fvMesh &mesh, const label nAlphaSubCycles) |
| Calculate and return the reciprocal of the local sub-cycling. | |
Static Public Attributes | |
| static word | rDeltaTName |
| Name of the reciprocal local time-step field. | |
| static word | rDeltaTfName |
| Name of the reciprocal local face time-step field. | |
| static word | rSubDeltaTName |
| Name of the reciprocal local sub-cycling time-step field. | |
Definition at line 65 of file localEulerDdtScheme.H.
|
inline |
Definition at line 87 of file localEulerDdtScheme.H.
|
static |
Return true if LTS is enabled.
Definition at line 32 of file localEulerDdt.C.
References mesh.
Referenced by Foam::byDt(), Foam::byDt(), laminar< ReactionThermo >::correct(), Foam::MULES::correct(), Foam::MULES::correct(), Foam::MULES::explicitSolve(), Foam::MULES::explicitSolve(), Foam::MULES::limit(), cloudSolution::read(), and twoPhaseSystem::solve().

|
static |
Return the reciprocal of the local time-step.
looked-up from the objectRegistry
Definition at line 40 of file localEulerDdt.C.
References mesh, rDeltaTName, and rSubDeltaTName.
Referenced by Foam::byDt(), laminar< ReactionThermo >::correct(), Foam::MULES::correct(), Foam::MULES::correct(), Foam::MULES::explicitSolve(), Foam::MULES::explicitSolve(), Foam::MULES::limit(), and advectiveFvPatchField< Type >::updateCoeffs().

|
static |
Return the reciprocal of the local face time-step.
looked-up from the objectRegistry
Definition at line 52 of file localEulerDdt.C.
References mesh, and rDeltaTfName.
Referenced by Foam::byDt().

|
static |
Calculate and return the reciprocal of the local sub-cycling.
time-step
Definition at line 64 of file localEulerDdt.C.
References mesh, nAlphaSubCycles(), rDeltaTName, and rSubDeltaTName.
Referenced by twoPhaseSystem::solve().


|
static |
Name of the reciprocal local time-step field.
Definition at line 72 of file localEulerDdtScheme.H.
Referenced by localRDeltaT(), and localRSubDeltaT().
|
static |
Name of the reciprocal local face time-step field.
Definition at line 77 of file localEulerDdtScheme.H.
Referenced by localRDeltaTf().
|
static |
Name of the reciprocal local sub-cycling time-step field.
Definition at line 82 of file localEulerDdtScheme.H.
Referenced by localRDeltaT(), and localRSubDeltaT().