Go to the documentation of this file.
49 #ifndef SLTSDdtScheme_H
50 #define SLTSDdtScheme_H
115 alpha_(readScalar(is))
Stabilised local time-step first-order Euler implicit/explicit ddt. The time-step is adjusted locally...
tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
const dimensionedScalar alpha
autoPtr< surfaceVectorField > Uf
Generic templated field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const
const fvMesh & mesh() const
tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
ddtScheme< Type >::fluxFieldType fluxFieldType
Abstract base class for ddt schemes.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
Generic GeometricField class.
const volScalarField & psi
tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
SLTSDdtScheme(const fvMesh &mesh, Istream &is)