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().laplacianScheme(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().laplacianScheme(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>
Generic GeometricField class.
Generic dimensioned Type class.
const word & name() const
Return const reference to name.
Dimension set for the base types.
A class for handling words, derived from string.
const Time & time() const
Return time.
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 dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
const Mesh & mesh() const
Return mesh.
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
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...
const fileName & instance() const
const word & name() const
Return name.
A class representing the concept of 1 (scalar(1.0)) used to avoid unnecessary manipulations for objec...