relaxedNonOrthoGaussLaplacianScheme.H File Reference
Include dependency graph for relaxedNonOrthoGaussLaplacianScheme.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  relaxedNonOrthoGaussLaplacianScheme< Type, GType >
 Basic second-order laplacian using face-gradients and Gauss' theorem. More...
 

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 
namespace  Foam::fv
 Namespace for finite-volume.
 

Macros

#define defineFvmLaplacianScalarGamma(Type)
 

Detailed Description

Macro Definition Documentation

◆ defineFvmLaplacianScalarGamma

#define defineFvmLaplacianScalarGamma (   Type)
Value:
\
template<> \
tmp<fvMatrix<Type>> \
relaxedNonOrthoGaussLaplacianScheme<Type, scalar>::fvmLaplacian \
( \
const GeometricField<scalar, fvsPatchField, surfaceMesh>&, \
const GeometricField<Type, fvPatchField, volMesh>& \
); \
\
template<> \
tmp<GeometricField<Type, fvPatchField, volMesh>> \
relaxedNonOrthoGaussLaplacianScheme<Type, scalar>::fvcLaplacian \
( \
const GeometricField<scalar, fvsPatchField, surfaceMesh>&, \
const GeometricField<Type, fvPatchField, volMesh>& \
);

Definition at line 165 of file relaxedNonOrthoGaussLaplacianScheme.H.