43 tmp<GeometricField<Type, fvPatchField, volMesh> >
68 vf.
mesh().ddtScheme(
"ddt(" + vf.
name() +
')')
84 vf.
mesh().ddtScheme(
"ddt(" + rho.
name() +
',' + vf.
name() +
')')
100 vf.
mesh().ddtScheme(
"ddt(" + rho.
name() +
',' + vf.
name() +
')')
124 )().fvcDdt(alpha, rho, vf);
163 U.
mesh().ddtScheme(
"ddt(" + U.
name() +
')')
164 )().fvcDdtUfCorr(U, Uf);
184 U.
mesh().ddtScheme(
"ddt(" + U.
name() +
')')
185 )().fvcDdtPhiCorr(U,
phi);
201 U.
mesh().ddtScheme(
"ddt(" + U.
name() +
')')
202 )().fvcDdtUfCorr(rho, U, Uf);
223 U.
mesh().ddtScheme(
"ddt(" + rho.
name() +
',' + U.
name() +
')')
224 )().fvcDdtPhiCorr(rho, U,
phi);
A class representing the concept of 1 (scalar(1.0)) used to avoid unnecessary manipulations for objec...
Mesh data needed to do the Finite Volume discretisation.
Mesh data needed to do the Finite Volume discretisation.
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > ddtCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
typeOfRank< typename pTraits< vector >::cmptType, int(pTraits< vector >::rank)+int(pTraits< Type >::rank)-2 >::type type
static tmp< ddtScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new ddtScheme created on freestore.
const Mesh & mesh() const
Return mesh.
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
ITstream & ddtScheme(const word &name) const
Generic dimensioned Type class.
Calculate the first temporal derivative.
const word & name() const
Return const reference to name.
const word & name() const
Return name.
Generic GeometricField class.
A class for managing temporary objects.