92 "laplacian(" + vf.
name() +
')' 153 template<
class Type,
class GType>
179 template<
class Type,
class GType>
206 template<
class Type,
class GType>
218 vf.
mesh().schemes().laplacian(name)
219 ).
ref().fvmLaplacian(gamma, vf);
223 template<
class Type,
class GType>
238 template<
class Type,
class GType>
250 "laplacian(" + gamma.
name() +
',' + vf.
name() +
')' 255 template<
class Type,
class GType>
271 template<
class Type,
class GType>
283 vf.
mesh().schemes().laplacian(name)
284 ).
ref().fvmLaplacian(gamma, vf);
288 template<
class Type,
class GType>
303 template<
class Type,
class GType>
315 "laplacian(" + gamma.
name() +
',' + vf.
name() +
')' 320 template<
class Type,
class GType>
const word & name() const
Return name.
Generic GeometricField class.
const dimensionSet dimless
Generic dimensioned Type class.
Dimension set for the base types.
A class for handling words, derived from string.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
const Mesh & mesh() const
Return mesh.
const word & name() const
Return const reference to name.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const Time & time() const
Return time.
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
fileName & instance() const
Return the instance directory, constant, system, <time> etc.
A class for managing temporary objects.
static tmp< laplacianScheme< Type, GType > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new laplacianScheme created on freestore.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class representing the concept of 1 (scalar(1)) used to avoid unnecessary manipulations for objects...