Go to the documentation of this file.
46 #ifndef localEulerDdtScheme_H
47 #define localEulerDdtScheme_H
ddtScheme< Type >::fluxFieldType fluxFieldType
static const volScalarField & localRDeltaT(const fvMesh &mesh)
Return the reciprocal of the local time-step.
A class for handling words, derived from string.
tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
static tmp< volScalarField > localRSubDeltaT(const fvMesh &mesh, const label nAlphaSubCycles)
Calculate and return the reciprocal of the local sub-cycling.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
static word rDeltaTName
Name of the reciprocal local time-step field.
TypeName("localEuler")
Runtime type information.
Local time-step first-order Euler implicit/explicit ddt.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
localEulerDdtScheme(const fvMesh &mesh)
Construct from mesh.
static bool enabled(const fvMesh &mesh)
Return true if LTS is enabled.
const fvMesh & mesh() const
Return mesh reference.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
localEulerDdtScheme(const fvMesh &mesh, Istream &is)
Construct from mesh and Istream.
static word rSubDeltaTName
Name of the reciprocal local sub-cycling time-step field.
Mesh data needed to do the Finite Volume discretisation.
tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
const fvMesh & mesh() const
Return mesh reference.
tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
const volScalarField & psi
tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
void operator=(const localEulerDdtScheme &)
Disallow default bitwise assignment.
Abstract base class for ddt schemes.
localEulerDdtScheme(const localEulerDdtScheme &)
Disallow default bitwise copy construct.
Generic GeometricField class.
const volScalarField & localRDeltaT() const
Return the reciprocal of the local time-step.