Go to the source code of this file.
|
namespace | Foam |
| Namespace for OpenFOAM.
|
|
namespace | Foam::fv |
| Namespace for finite-volume.
|
|
Original source file convectionScheme.H
Definition in file convectionScheme.H.
◆ makeFvConvectionTypeScheme
#define makeFvConvectionTypeScheme |
( |
|
SS, |
|
|
|
Type |
|
) |
| |
Value:
\
{ \
{ \
convectionScheme<Type>::addIstreamConstructorToTable<SS<Type>> \
add##SS##Type##IstreamConstructorToTable_; \
} \
}
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
Definition at line 210 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 222 of file convectionScheme.H.
◆ makeMultivariateFvConvectionTypeScheme
#define makeMultivariateFvConvectionTypeScheme |
( |
|
SS, |
|
|
|
Type |
|
) |
| |
Value:
\
{ \
{ \
convectionScheme<Type>:: \
addMultivariateConstructorToTable<SS<Type>> \
add##SS##Type##MultivariateConstructorToTable_; \
} \
}
Definition at line 231 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 245 of file convectionScheme.H.