Go to the documentation of this file.
41 #ifndef gaussLaplacianScheme_H
42 #define gaussLaplacianScheme_H
60 template<
class Type,
class GType>
147 #define defineFvmLaplacianScalarGamma(Type) \
150 tmp<fvMatrix<Type>> gaussLaplacianScheme<Type, scalar>::fvmLaplacian \
152 const GeometricField<scalar, fvsPatchField, surfaceMesh>&, \
153 const GeometricField<Type, fvPatchField, volMesh>& \
157 tmp<GeometricField<Type, fvPatchField, volMesh>> \
158 gaussLaplacianScheme<Type, scalar>::fvcLaplacian \
160 const GeometricField<scalar, fvsPatchField, surfaceMesh>&, \
161 const GeometricField<Type, fvPatchField, volMesh>& \
const fvMesh & mesh() const
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars, i.e. SphericalTensor<scalar>.
A class for managing temporary objects.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcLaplacian(const GeometricField< Type, fvPatchField, volMesh > &)
Abstract base class for laplacian schemes.
virtual ~gaussLaplacianScheme()=default
Basic second-order laplacian using face-gradients and Gauss' theorem.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
tmp< fvMatrix< Type > > fvmLaplacian(const GeometricField< GType, fvsPatchField, surfaceMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
static tmp< fvMatrix< Type > > fvmLaplacianUncorrected(const surfaceScalarField &gammaMagSf, const surfaceScalarField &deltaCoeffs, const GeometricField< Type, fvPatchField, volMesh > &)
SymmTensor< scalar > symmTensor
SymmTensor of scalars, i.e. SymmTensor<scalar>.
#define defineFvmLaplacianScalarGamma(Type)
Mesh data needed to do the Finite Volume discretisation.
Vector< scalar > vector
A scalar version of the templated Vector.
Abstract base class for surface interpolation schemes.
gaussLaplacianScheme(const fvMesh &mesh, Istream &is)
Abstract base class for runtime selected snGrad surface normal gradient schemes.
Generic GeometricField class.
Tensor< scalar > tensor
Tensor of scalars, i.e. Tensor<scalar>.
gaussLaplacianScheme(const fvMesh &mesh)