FreeFOAM The Cross-Platform CFD Toolkit
gaussLaplacianScheme.H File Reference

Detailed Description

Definition in file gaussLaplacianScheme.H.

+ Include dependency graph for gaussLaplacianScheme.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gaussLaplacianScheme< 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)

Macro Definition Documentation

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

Definition at line 142 of file gaussLaplacianScheme.H.