68 vf.
mesh().schemes().ddt(
"ddt(" + vf.
name() +
')')
84 vf.
mesh().schemes().ddt(
"ddt(" +
rho.name() +
',' + vf.
name() +
')')
85 ).ref().fvcDdt(
rho, vf);
100 vf.
mesh().schemes().ddt(
"ddt(" +
rho.name() +
',' + vf.
name() +
')')
101 ).ref().fvcDdt(
rho, vf);
129 vf.
mesh().schemes().ddt
189 sf.mesh().schemes().ddt(
"ddt(" +
sf.name() +
')')
204 U.mesh().schemes().ddt(
"ddt(" +
U.name() +
')')
205 ).ref().fvcDdtUfCorr(
U, Uf);
219 U.mesh().schemes().ddt(
"ddt(" +
U.name() +
')')
220 ).ref().fvcDdtPhiCorr(
U, phi);
254 U.mesh().schemes().ddt
256 "ddt(" +
rho.name() +
U.name() +
')'
258 ).ref().fvcDdtUfCorr(
rho,
U, rhoUf);
273 U.mesh().schemes().ddt(
"ddt(" +
rho.name() +
',' +
U.name() +
')')
274 ).ref().fvcDdtPhiCorr(
rho,
U, phi);
310 U.mesh().schemes().ddt
312 "ddt(" +
alpha.name() +
rho.name() +
',' +
U.name() +
')'
330 U.mesh().schemes().ddt
332 "ddt(" +
alpha.name() +
rho.name() +
',' +
U.name() +
')'
334 ).ref().fvcDdtPhiCorr(
alpha,
rho,
U, phi);
const Mesh & mesh() const
Return mesh.
Generic GeometricField class.
const word & name() const
Return name.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Generic dimensioned Type class.
const word & name() const
Return const reference to name.
Mesh data needed to do the Finite Volume discretisation.
const fvSchemes & schemes() const
Return the fvSchemes.
ITstream & ddt(const word &name) const
static tmp< ddtScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new ddtScheme created on freestore.
typeOfRank< typename pTraits< vector >::cmptType, direction(pTraits< vector >::rank)+direction(pTraits< Type >::rank) - 2 >::type type
A class representing the concept of 1 (scalar(1)) used to avoid unnecessary manipulations for objects...
A class for managing temporary objects.
Calculate the first temporal derivative.
volScalarField sf(fieldObject, mesh)
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
tmp< VolField< Type > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
tmp< SurfaceField< typename Foam::flux< Type >::type > > ddtCorr(const VolField< Type > &U, const SurfaceField< Type > &Uf)