44 #ifndef SLTSDdtScheme_H 45 #define SLTSDdtScheme_H 186 const fluxFieldType& phi
200 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.
tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
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)
TypeName("SLTS")
Runtime type information.
tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
Generic dimensioned Type class.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
const fvMesh & mesh() const
Return mesh reference.
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
const volScalarField & psi
ddtScheme< Type >::fluxFieldType fluxFieldType
const fvMesh & mesh() const
Return mesh reference.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
Abstract base class for ddt schemes.
Stabilised local time-step first-order Euler implicit/explicit ddt. The time-step is adjusted locally...
A class for managing temporary objects.