Go to the documentation of this file.
47 #ifndef CoEulerDdtScheme_H
48 #define CoEulerDdtScheme_H
113 maxCo_(readScalar(is))
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
const dimensionedScalar alpha
ddtScheme< Type >::fluxFieldType fluxFieldType
Courant number limited first-order Euler implicit/explicit ddt.
autoPtr< surfaceVectorField > Uf
tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const
tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
const fvMesh & mesh() const
tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
Abstract base class for ddt schemes.
tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
Generic GeometricField class.
const volScalarField & psi
CoEulerDdtScheme(const fvMesh &mesh, Istream &is)