35 #ifndef gaussLaplacianScheme_H 36 #define gaussLaplacianScheme_H 54 template<
class Type,
class GType>
142 #define defineFvmLaplacianScalarGamma(Type) \ 145 tmp<fvMatrix<Type>> gaussLaplacianScheme<Type, scalar>::fvmLaplacian \ 147 const GeometricField<scalar, fvsPatchField, surfaceMesh>&, \ 148 const GeometricField<Type, fvPatchField, volMesh>& \ 152 tmp<GeometricField<Type, fvPatchField, volMesh>> \ 153 gaussLaplacianScheme<Type, scalar>::fvcLaplacian \ 155 const GeometricField<scalar, fvsPatchField, surfaceMesh>&, \ 156 const GeometricField<Type, fvPatchField, volMesh>& \ static tmp< fvMatrix< Type > > fvmLaplacianUncorrected(const surfaceScalarField &gammaMagSf, const surfaceScalarField &deltaCoeffs, const GeometricField< Type, fvPatchField, volMesh > &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Abstract base class for laplacian schemes.
Vector< scalar > vector
A scalar version of the templated Vector.
virtual ~gaussLaplacianScheme()
Destructor.
SymmTensor< scalar > symmTensor
SymmTensor of scalars.
Basic second-order laplacian using face-gradients and Gauss' theorem.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcLaplacian(const GeometricField< Type, fvPatchField, volMesh > &)
Abstract base class for snGrad schemes.
TypeName("Gauss")
Runtime type information.
#define defineFvmLaplacianScalarGamma(Type)
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const
Return mesh reference.
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars.
A class for managing temporary objects.
tmp< fvMatrix< Type > > fvmLaplacian(const GeometricField< GType, fvsPatchField, surfaceMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
Tensor< scalar > tensor
Tensor of scalars.