36 #ifndef backwardDdtScheme_H 37 #define backwardDdtScheme_H 63 scalar deltaT_()
const;
66 scalar deltaT0_()
const;
70 template<
class GeoField>
71 scalar deltaT0_(
const GeoField&)
const;
184 const fluxFieldType&
phi 198 const fluxFieldType&
phi virtual tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
bool moving() const
Is mesh moving.
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))
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
const DimensionedField< scalar, volMesh > & V00() const
Return old-old-time cell volumes.
Generic GeometricField class.
Generic dimensioned Type class.
virtual tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
Abstract base class for ddt schemes.
const fvMesh & mesh() const
Return mesh reference.
const fvMesh & mesh() const
Return mesh reference.
const volScalarField & psi
virtual tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
backwardDdtScheme(const fvMesh &mesh)
Construct from mesh.
ddtScheme< Type >::fluxFieldType fluxFieldType
autoPtr< surfaceVectorField > Uf
Second-order backward-differencing ddt using the current and two previous time-step values...
virtual tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
TypeName("backward")
Runtime type information.
Mesh data needed to do the Finite Volume discretisation.
void operator=(const backwardDdtScheme &)=delete
Disallow default bitwise assignment.
A class for managing temporary objects.