36 #ifndef EulerDdtScheme_H 37 #define EulerDdtScheme_H 157 const fluxFieldType&
phi 171 const fluxFieldType&
phi EulerDdtScheme(const fvMesh &mesh)
Construct from mesh.
TypeName("Euler")
Runtime type information.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
Generic GeometricField class.
Generic dimensioned Type class.
void operator=(const EulerDdtScheme &)=delete
Disallow default bitwise assignment.
Abstract base class for ddt schemes.
const fvMesh & mesh() const
Return mesh reference.
virtual tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
virtual tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
ddtScheme< Type >::fluxFieldType fluxFieldType
autoPtr< surfaceVectorField > Uf
virtual 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...
virtual tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)