Definition in file convectionScheme.H.
#include "src/OpenFOAM/memory/tmp/tmp.H"#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"#include "src/finiteVolume/fields/surfaceFields/surfaceFieldsFwd.H"#include "src/OpenFOAM/db/typeInfo/typeInfo.H"#include "src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H"#include "src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H"
Include dependency graph for convectionScheme.H:Go to the source code of this file.
Classes | |
| class | convectionScheme< Type > |
| Abstract base class for convection schemes. More...
| |
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
| namespace | Foam::fv |
Namespace for finite-volume. | |
Defines | |
| #define | makeFvConvectionTypeScheme(SS, Type) |
| #define | makeFvConvectionScheme(SS) |
| #define | makeMultivariateFvConvectionTypeScheme(SS, Type) |
| #define | makeMultivariateFvConvectionScheme(SS) |
| #define makeFvConvectionTypeScheme | ( | SS, | |
| Type | |||
| ) |
\ defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \ \ convectionScheme<Type>::addIstreamConstructorToTable<SS<Type> > \ add##SS##Type##IstreamConstructorToTable_;
Definition at line 207 of file convectionScheme.H.
| #define makeFvConvectionScheme | ( | SS ) |
\ makeFvConvectionTypeScheme(SS, scalar) \ makeFvConvectionTypeScheme(SS, vector) \ makeFvConvectionTypeScheme(SS, sphericalTensor) \ makeFvConvectionTypeScheme(SS, symmTensor) \ makeFvConvectionTypeScheme(SS, tensor)
Definition at line 215 of file convectionScheme.H.
| #define makeMultivariateFvConvectionTypeScheme | ( | SS, | |
| Type | |||
| ) |
\ defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \ \ convectionScheme<Type>::addMultivariateConstructorToTable<SS<Type> > \ add##SS##Type##MultivariateConstructorToTable_;
Definition at line 224 of file convectionScheme.H.
| #define makeMultivariateFvConvectionScheme | ( | SS ) |
\ makeMultivariateFvConvectionTypeScheme(SS, scalar) \ makeMultivariateFvConvectionTypeScheme(SS, vector) \ makeMultivariateFvConvectionTypeScheme(SS, sphericalTensor) \ makeMultivariateFvConvectionTypeScheme(SS, symmTensor) \ makeMultivariateFvConvectionTypeScheme(SS, tensor)
Definition at line 232 of file convectionScheme.H.