35 #ifndef steadyStateDdtScheme_H 36 #define steadyStateDdtScheme_H 155 const fluxFieldType&
phi 169 const fluxFieldType&
phi const fvMesh & mesh() const
Return mesh reference.
ddtScheme< Type >::fluxFieldType fluxFieldType
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 > &)
Generic GeometricField class.
Generic dimensioned Type class.
TypeName("steadyState")
Runtime type information.
Abstract base class for ddt schemes.
virtual tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
const fvMesh & mesh() const
Return mesh reference.
const volScalarField & psi
SteadyState implicit/explicit ddt which returns 0.
autoPtr< surfaceVectorField > Uf
steadyStateDdtScheme(const fvMesh &mesh)
Construct from mesh.
virtual tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
virtual tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
void operator=(const steadyStateDdtScheme &)=delete
Disallow default bitwise assignment.
A class for managing temporary objects.