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 makeFvLaplacianTypeScheme | ( | SS, | |
| Type, | |||
| GType | |||
| ) |
\
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 ) |
\ makeFvLaplacianTypeScheme(SS, scalar, scalar) \ makeFvLaplacianTypeScheme(SS, scalar, symmTensor) \ makeFvLaplacianTypeScheme(SS, scalar, tensor) \ makeFvLaplacianTypeScheme(SS, vector, scalar) \ makeFvLaplacianTypeScheme(SS, sphericalTensor, scalar) \ makeFvLaplacianTypeScheme(SS, symmTensor, scalar) \ makeFvLaplacianTypeScheme(SS, tensor, scalar) \
Definition at line 225 of file laplacianScheme.H.