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