FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

gaussLaplacianScheme.H File Reference


Detailed Description

Definition in file gaussLaplacianScheme.H.

#include "src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H"
Include dependency graph for gaussLaplacianScheme.H:

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.


Defines

#define  defineFvmLaplacianScalarGamma(Type)

Define 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.