56 ).
ref().facLaplacian(vf);
142 vf,
"laplacian(" +
gamma.name() +
',' + vf.
name() +
')'
244 "laplacian(" +
gamma.name() +
',' + vf.
name() +
')'
260 "laplacian(" + tgamma().
name() +
',' + vf.
name() +
')'
276 "laplacian(" +
gamma.name() +
',' + tvf().
name() +
')'
292 "laplacian(" + tgamma().
name() +
',' + tvf().
name() +
')'
298tmp<GeometricField<Type, faPatchField, areaMesh>>
302 const GeometricField<Type, faPatchField, areaMesh>& vf,
309 vf.mesh().laplacianScheme(
name)
310 ).ref().facLaplacian(
gamma, vf);
314tmp<GeometricField<Type, faPatchField, areaMesh>>
317 const tmp<edgeScalarField>& tgamma,
318 const GeometricField<Type, faPatchField, areaMesh>& vf,
322 tmp<GeometricField<Type, faPatchField, areaMesh>> Laplacian
331tmp<GeometricField<Type, faPatchField, areaMesh>>
335 const tmp<GeometricField<Type, faPatchField, areaMesh>>& tvf,
339 tmp<GeometricField<Type, faPatchField, areaMesh>> Laplacian
348tmp<GeometricField<Type, faPatchField, areaMesh>>
laplacian
350 const tmp<edgeScalarField>& tgamma,
351 const tmp<GeometricField<Type, faPatchField, areaMesh>>& tvf,
355 tmp<GeometricField<Type, faPatchField, areaMesh>> Laplacian
366tmp<GeometricField<Type, faPatchField, areaMesh>>
370 const GeometricField<Type, faPatchField, areaMesh>& vf
377 "laplacian(" +
gamma.name() +
',' + vf.name() +
')'
382tmp<GeometricField<Type, faPatchField, areaMesh>>
385 const tmp<edgeScalarField>& tgamma,
386 const GeometricField<Type, faPatchField, areaMesh>& vf
389 tmp<GeometricField<Type, faPatchField, areaMesh>> Laplacian
398tmp<GeometricField<Type, faPatchField, areaMesh>>
402 const tmp<GeometricField<Type, faPatchField, areaMesh>>& tvf
405 tmp<GeometricField<Type, faPatchField, areaMesh>> Laplacian
414tmp<GeometricField<Type, faPatchField, areaMesh>>
laplacian
416 const tmp<edgeScalarField>& tgamma,
417 const tmp<GeometricField<Type, faPatchField, areaMesh>>& tvf
420 tmp<GeometricField<Type, faPatchField, areaMesh>> Laplacian
const Mesh & mesh() const noexcept
Return const reference to mesh.
Generic GeometricField class.
const word & name() const noexcept
Return the object name.
static tmp< laplacianScheme< Type > > New(const faMesh &mesh, Istream &schemeData)
Return a pointer to a new laplacianScheme created on freestore.
A class for managing temporary objects.
void clear() const noexcept
If object pointer points to valid object: delete object and set pointer to nullptr.
T & ref() const
Return non-const reference to the contents of a non-null managed pointer.
A class for handling words, derived from Foam::string.
Calculate the laplacian of the given field.
tmp< GeometricField< Type, faPatchField, areaMesh > > laplacian(const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
GeometricField< scalar, faePatchField, edgeMesh > edgeScalarField
GeometricField< scalar, faPatchField, areaMesh > areaScalarField
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Calculate the second temporal derivative.