53 vf.
mesh().schemes().ddt(
"ddt(" + vf.
name() +
')')
81 vf.
mesh().schemes().ddt(
"ddt(" + rho.
name() +
',' + vf.
name() +
')')
82 ).ref().fvmDdt(rho, vf);
97 vf.
mesh().schemes().ddt(
"ddt(" + rho.
name() +
',' + vf.
name() +
')')
98 ).ref().fvmDdt(rho, vf);
114 vf.
mesh().schemes().ddt
121 ).ref().fvmDdt(alpha, rho, vf);
160 return ddt(alpha, vf);
const word & name() const
Return name.
Generic GeometricField class.
Generic dimensioned Type class.
tmp< fvMatrix< Type > > ddt(const GeometricField< Type, fvPatchField, volMesh > &vf)
const Mesh & mesh() const
Return mesh.
const word & name() const
Return const reference to name.
static tmp< ddtScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new ddtScheme created on freestore.
A class for managing temporary objects.
A class representing the concept of 1 (scalar(1)) used to avoid unnecessary manipulations for objects...