42 #ifndef CoEulerDdtScheme_H 43 #define CoEulerDdtScheme_H 184 const fluxFieldType&
phi 198 const fluxFieldType&
phi
Mesh data needed to do the Finite Volume discretisation.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A class for handling words, derived from string.
ddtScheme< Type >::fluxFieldType fluxFieldType
Courant number limited first-order Euler implicit/explicit ddt.
Generic dimensioned Type class.
TypeName("CoEuler")
Runtime type information.
const fvMesh & mesh() const
Return mesh reference.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
const volScalarField & psi
tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
const fvMesh & mesh() const
Return mesh reference.
tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
Generic GeometricField class.
Abstract base class for ddt schemes.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
A class for managing temporary objects.