Go to the documentation of this file.
43 tmp<GeometricField<Type, fvPatchField, volMesh> >
53 mesh.ddtScheme(
"ddt(" + dt.
name() +
')')
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() +
')')
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 for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
Mesh data needed to do the Finite Volume discretisation.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
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...
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
Mesh data needed to do the Finite Volume discretisation.
Calculate the first temporal derivative.
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
Generic GeometricField class.
static tmp< ddtScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new ddtScheme created on freestore.