36 #ifndef EulerDdtScheme_H 37 #define EulerDdtScheme_H 162 const fluxFieldType&
phi 176 const fluxFieldType&
phi
TypeName("Euler")
Runtime type information.
const fvMesh & mesh() const
Return mesh reference.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
Generic GeometricField class.
Generic dimensioned Type class.
const fvMesh & mesh() const
Return mesh reference.
Abstract base class for ddt schemes.
tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
ddtScheme< Type >::fluxFieldType fluxFieldType
tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
Mesh data needed to do the Finite Volume discretisation.
const volScalarField & psi
A class for managing temporary objects.
Basic first-order Euler implicit/explicit ddt using only the current and previous time-step values...
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)