Go to the documentation of this file.
42 #ifndef CoEulerDdtScheme_H
43 #define CoEulerDdtScheme_H
tmp< surfaceScalarField > CofrDeltaT() const
Return the reciprocal of the face-Courant-number limited time-step.
A class for handling words, derived from string.
A class for managing temporary objects.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
ddtScheme< Type >::fluxFieldType fluxFieldType
Courant number limited first-order Euler implicit/explicit ddt.
tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
tmp< volScalarField > CorDeltaT() const
Return the reciprocal of the Courant-number limited time-step.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
word rhoName_
Name of the density field used to obtain the volumetric flux.
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const
Return mesh reference.
tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
const fvMesh & mesh() const
Return mesh reference.
word phiName_
Name of the flux field used to calculate the local time-step.
CoEulerDdtScheme(const CoEulerDdtScheme &)
Disallow default bitwise copy construct.
const volScalarField & psi
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
TypeName("CoEuler")
Runtime type information.
Abstract base class for ddt schemes.
tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
Generic GeometricField class.
CoEulerDdtScheme(const fvMesh &mesh, Istream &is)
Construct from mesh and Istream.
scalar maxCo_
Maximum local Courant number.
void operator=(const CoEulerDdtScheme &)
Disallow default bitwise assignment.