Loading...
Searching...
No Matches
faConvectionScheme.H File Reference
Include dependency graph for faConvectionScheme.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 finite area calculus convection schemes. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
namespace  Foam::fa
 Namespace for finite-area.

Macros

#define makeFaConvectionTypeScheme(SS, Type)
#define makeFaConvectionScheme(SS)

Detailed Description

Original source file faConvectionScheme.H

Definition in file faConvectionScheme.H.

Macro Definition Documentation

◆ makeFaConvectionTypeScheme

#define makeFaConvectionTypeScheme ( SS,
Type )
Value:
\
defineNamedTemplateTypeNameAndDebug(Foam::fa::SS<Foam::Type>, 0); \
\
namespace Foam \
{ \
namespace fa \
{ \
convectionScheme<Type>::addIstreamConstructorToTable<SS<Type>> \
add##SS##Type##IstreamConstructorToTable_; \
} \
}
Namespace for OpenFOAM.
dict add("bounds", meshBb)

Definition at line 176 of file faConvectionScheme.H.

◆ makeFaConvectionScheme

#define makeFaConvectionScheme ( SS)
Value:
\
makeFaConvectionTypeScheme(SS, scalar) \
makeFaConvectionTypeScheme(SS, vector) \
makeFaConvectionTypeScheme(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 190 of file faConvectionScheme.H.