86 vf.
mesh().ddtScheme(
"ddt(" +
rho.name() +
',' + vf.
name() +
')')
180 U.mesh().ddtScheme(
"ddt(" +
U.name() +
')')
181 ).ref().fvcDdtUfCorr(
U,
Uf);
201 U.mesh().ddtScheme(
"ddt(" +
U.name() +
')')
202 ).ref().fvcDdtPhiCorr(
U,
phi);
220 if (
U.mesh().dynamic())
232tmp<GeometricField<typename flux<Type>::type, fvsPatchField, surfaceMesh>>
236 const GeometricField<Type, fvPatchField, volMesh>&
U,
237 const GeometricField<Type, fvsPatchField, surfaceMesh>&
Uf
243 U.mesh().ddtScheme(
"ddt(" +
U.name() +
')')
265 U.mesh().ddtScheme(
"ddt(" +
rho.name() +
',' +
U.name() +
')')
266 ).ref().fvcDdtPhiCorr(
rho,
U,
phi);
285 if (
U.mesh().dynamic())
const Mesh & mesh() const noexcept
Return const reference to mesh.
Generic GeometricField class.
const word & name() const noexcept
Return the object name.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Generic dimensioned Type class.
const word & name() const noexcept
Return const reference to name.
Mesh data needed to do the Finite Volume discretisation.
static tmp< ddtScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new ddtScheme created on freestore.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
typeOfRank< typenamepTraits< vector >::cmptType, direction(pTraits< vector >::rank)+direction(pTraits< Type >::rank) -2 >::type type
A class representing the concept of 1 (one) that can be used to avoid manipulating objects known to b...
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
T & ref() const
Return non-const reference to the contents of a non-null managed pointer.
autoPtr< surfaceVectorField > Uf
Calculate the first temporal derivative.
Namespace of functions to calculate explicit derivatives.
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > ddtCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.