Go to the documentation of this file.
53 vf.mesh().ddtScheme(
"ddt(" + vf.name() +
')')
81 vf.mesh().ddtScheme(
"ddt(" +
rho.name() +
',' + vf.name() +
')')
97 vf.mesh().ddtScheme(
"ddt(" +
rho.name() +
',' + vf.name() +
')')
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
const word & name() const
Return const reference to name.
A class representing the concept of 1 (scalar(1.0)) used to avoid unnecessary manipulations for objec...
Generic dimensioned Type class.
tmp< fvMatrix< Type > > ddt(const GeometricField< Type, fvPatchField, volMesh > &vf)
Generic GeometricField class.
static tmp< ddtScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new ddtScheme created on freestore.