54 mesh.d2dt2Scheme(
"d2dt2(" + dt.
name() +
')')
68 vf.
mesh().d2dt2Scheme(
"d2dt2(" + vf.
name() +
')')
85 "d2dt2(" +
rho.name() +
',' + vf.
name() +
')'
101 vf.
mesh().d2dt2Scheme
103 "d2dt2(" +
rho.name() +
',' + vf.
name() +
')'
105 ).
ref().facD2dt2(
rho, vf);
const Mesh & mesh() const noexcept
Return const reference to mesh.
Generic GeometricField class.
const word & name() const noexcept
Return the object name.
Generic dimensioned Type class.
const word & name() const noexcept
Return const reference to name.
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
static tmp< faD2dt2Scheme< Type > > New(const faMesh &mesh, Istream &schemeData)
Return a pointer to a new d2dt2Scheme created on freestore.
A class for managing temporary objects.
T & ref() const
Return non-const reference to the contents of a non-null managed pointer.
tmp< GeometricField< Type, faPatchField, areaMesh > > d2dt2(const dimensioned< Type > dt, const faMesh &mesh)
GeometricField< scalar, faPatchField, areaMesh > areaScalarField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Calculate the second temporal derivative.