Loading...
Searching...
No Matches
convectionScheme.H File Reference
Include dependency graph for convectionScheme.H:
This graph shows which files directly or indirectly include this file:

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.

Macros

#define makeFvConvectionTypeScheme(SS, Type)
#define makeFvConvectionScheme(SS)
#define makeMultivariateFvConvectionTypeScheme(SS, Type)
#define makeMultivariateFvConvectionScheme(SS)

Detailed Description

Original source file convectionScheme.H

Definition in file convectionScheme.H.

Macro Definition Documentation

◆ makeFvConvectionTypeScheme

#define makeFvConvectionTypeScheme ( SS,
Type )
Value:
defineNamedTemplateTypeNameAndDebug(Foam::fv::SS<Foam::Type>, 0); \
\
namespace Foam \
{ \
namespace fv \
{ \
convectionScheme<Type>::addIstreamConstructorToTable<SS<Type>> \
add##SS##Type##IstreamConstructorToTable_; \
} \
}
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition className.H:164
Namespace for OpenFOAM.
labelList fv(nPoints)
dict add("bounds", meshBb)

Definition at line 221 of file convectionScheme.H.

◆ makeFvConvectionScheme

#define makeFvConvectionScheme ( SS)
Value:
\
makeFvConvectionTypeScheme(SS, scalar) \
makeFvConvectionTypeScheme(SS, vector) \
makeFvConvectionTypeScheme(SS, sphericalTensor) \
makeFvConvectionTypeScheme(SS, symmTensor) \
makeFvConvectionTypeScheme(SS, tensor)
Tensor of scalars, i.e. Tensor<scalar>.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...

Definition at line 233 of file convectionScheme.H.

◆ makeMultivariateFvConvectionTypeScheme

#define makeMultivariateFvConvectionTypeScheme ( SS,
Type )
Value:
defineNamedTemplateTypeNameAndDebug(Foam::fv::SS<Foam::Type>, 0); \
\
namespace Foam \
{ \
namespace fv \
{ \
convectionScheme<Type>:: \
addMultivariateConstructorToTable<SS<Type>> \
add##SS##Type##MultivariateConstructorToTable_; \
} \
}

Definition at line 242 of file convectionScheme.H.

◆ makeMultivariateFvConvectionScheme

#define makeMultivariateFvConvectionScheme ( SS)
Value:
\
makeMultivariateFvConvectionTypeScheme(SS, scalar) \
makeMultivariateFvConvectionTypeScheme(SS, vector) \
makeMultivariateFvConvectionTypeScheme(SS, sphericalTensor) \
makeMultivariateFvConvectionTypeScheme(SS, symmTensor) \
makeMultivariateFvConvectionTypeScheme(SS, tensor)

Definition at line 256 of file convectionScheme.H.