Go to the documentation of this file.
42 #ifndef boundedDdtScheme_H
43 #define boundedDdtScheme_H
Bounded form of the selected ddt scheme.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
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)....
boundedDdtScheme(const boundedDdtScheme &)
Disallow default bitwise copy construct.
TypeName("bounded")
Runtime type information.
tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
void operator=(const boundedDdtScheme &)
Disallow default bitwise assignment.
Mesh data needed to do the Finite Volume discretisation.
tmp< fv::ddtScheme< Type > > scheme_
const fvMesh & mesh() const
Return mesh reference.
boundedDdtScheme(const fvMesh &mesh, Istream &is)
Construct from mesh and Istream.
const volScalarField & psi
const fvMesh & mesh() const
Return mesh reference.
Abstract base class for ddt schemes.
Generic GeometricField class.
static tmp< ddtScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new ddtScheme created on freestore.
ddtScheme< Type >::fluxFieldType fluxFieldType
tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)