53 vf.
mesh().schemes().d2dt2(
"d2dt2(" + vf.
name() +
')')
69 vf.
mesh().schemes().d2dt2(
"d2dt2(" +
rho.name() +
',' + vf.
name() +
')')
70 ).ref().fvmD2dt2(
rho, vf);
85 vf.
mesh().schemes().d2dt2(
"d2dt2(" +
rho.name() +
',' + vf.
name() +
')')
86 ).ref().fvmD2dt2(
rho, vf);
const Mesh & mesh() const
Return mesh.
Generic GeometricField class.
const word & name() const
Return name.
static tmp< d2dt2Scheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new d2dt2Scheme created on freestore.
A class for managing temporary objects.
tmp< fvMatrix< Type > > d2dt2(const VolField< Type > &vf)