44 #ifndef SLTSDdtScheme_H 45 #define SLTSDdtScheme_H 183 const fluxFieldType& phi
197 const fluxFieldType& phi
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
Generic dimensioned Type class.
Abstract base class for ddt schemes.
const fvMesh & mesh() const
Return mesh reference.
A class for handling words, derived from string.
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
const volScalarField & psi
autoPtr< surfaceVectorField > Uf
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if successful.
virtual tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
TypeName("SLTS")
Runtime type information.
ddtScheme< Type >::fluxFieldType fluxFieldType
const fvMesh & mesh() const
Return mesh reference.
virtual tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
Mesh data needed to do the Finite Volume discretisation.
SLTSDdtScheme(const fvMesh &mesh, Istream &is)
Construct from mesh and Istream.
Stabilised local time-step first-order Euler implicit/explicit ddt. The time-step is adjusted locally...
A class for managing temporary objects.
virtual tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
void operator=(const SLTSDdtScheme &)=delete
Disallow default bitwise assignment.
virtual tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)