53 vf.
mesh().schemes().ddt(
"ddt(" + vf.
name() +
')')
69 vf.
mesh().schemes().ddt(
"ddt(" +
rho.name() +
',' + vf.
name() +
')')
70 ).ref().fvmDdt(
rho, vf);
85 vf.
mesh().schemes().ddt(
"ddt(" +
rho.name() +
',' + vf.
name() +
')')
86 ).ref().fvmDdt(
rho, vf);
114 vf.
mesh().schemes().ddt
const Mesh & mesh() const
Return mesh.
Generic GeometricField class.
const word & name() const
Return name.
static tmp< ddtScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new ddtScheme created on freestore.
A class representing the concept of 1 (scalar(1)) used to avoid unnecessary manipulations for objects...
A class for managing temporary objects.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
tmp< fvMatrix< Type > > ddt(const VolField< Type > &vf)