93 "laplacian(" + vf.
name() +
')'
154 template<
class Type,
class GType>
180 template<
class Type,
class GType>
207 template<
class Type,
class GType>
220 ).ref().fvmLaplacian(gamma, vf);
224 template<
class Type,
class GType>
239 template<
class Type,
class GType>
251 "laplacian(" + gamma.
name() +
',' + vf.
name() +
')'
256 template<
class Type,
class GType>
272 template<
class Type,
class GType>
285 ).ref().fvmLaplacian(gamma, vf);
289 template<
class Type,
class GType>
304 template<
class Type,
class GType>
316 "laplacian(" + gamma.
name() +
',' + vf.
name() +
')'
321 template<
class Type,
class GType>
362 return tLaplacianCorrection;
380 gamma*vf.
mesh().magSf(),
381 vf.
mesh().nonOrthDeltaCoeffs(),
401 return tLaplacianCorrection;
const Mesh & mesh() const
Return mesh.
Generic GeometricField class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const Time & time() const
Return time.
fileName & instance() const
Return the instance directory, constant, system, <time> etc.
const word & name() const
Return name.
static const word & constant()
Return constant name.
Dimension set for the base types.
const word & name() const
Return const reference to name.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Basic second-order laplacian using face-gradients and Gauss' theorem.
static tmp< laplacianScheme< Type, GType > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new laplacianScheme created on freestore.
A class representing the concept of 1 (scalar(1)) used to avoid unnecessary manipulations for objects...
A class for managing temporary objects.
A class for handling words, derived from string.
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
static tmp< SurfaceField< Type > > interpolate(const VolField< Type > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
tmp< fvMatrix< Type > > laplacian(const VolField< Type > &vf, const word &name)
tmp< fvMatrix< Type > > laplacianCorrection(const VolField< scalar > &gamma, const VolField< Type > &vf)
word name(const bool)
Return a word representation of a bool.
const dimensionSet dimless
tmp< fvMatrix< Type > > correction(const fvMatrix< Type > &)
Return the correction form of the given matrix.