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

laplacianScheme.H File Reference


Detailed Description

Definition in file laplacianScheme.H.

#include "src/OpenFOAM/memory/tmp/tmp.H"
#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"
#include "src/finiteVolume/fields/surfaceFields/surfaceFieldsFwd.H"
#include "src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.H"
#include "src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H"
#include "src/OpenFOAM/db/typeInfo/typeInfo.H"
#include "src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H"
Include dependency graph for laplacianScheme.H:

Go to the source code of this file.

Classes

class  laplacianScheme< Type, GType >
 Abstract base class for laplacian schemes. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


namespace  Foam::fv
 

Namespace for finite-volume.


Defines

#define  makeFvLaplacianTypeScheme(SS, Type, GType)
#define  makeFvLaplacianScheme(SS)

Define Documentation

#define makeFvLaplacianTypeScheme (   SS,
  Type,
  GType  
)
Value:
\
    typedef SS<Type, GType> SS##Type##GType;                                   \
    defineNamedTemplateTypeNameAndDebug(SS##Type##GType, 0);                   \
                                                                               \
    laplacianScheme<Type, GType>::                                             \
        addIstreamConstructorToTable<SS<Type, GType> >                         \
    add##SS##Type##GType##IstreamConstructorToTable_;

Definition at line 215 of file laplacianScheme.H.

#define makeFvLaplacianScheme (   SS  )