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

Go to the source code of this file.

Classes

class  faDdtScheme< Type >

Namespaces

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

Macros

#define makeFaDdtTypeScheme(SS, Type)
#define makeFaDdtScheme(SS)

Detailed Description

Original source file faDdtScheme.H

Definition in file faDdtScheme.H.

Macro Definition Documentation

◆ makeFaDdtTypeScheme

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

Definition at line 227 of file faDdtScheme.H.

◆ makeFaDdtScheme

#define makeFaDdtScheme ( SS)
Value:
\
makeFaDdtTypeScheme(SS, scalar) \
makeFaDdtTypeScheme(SS, vector) \
makeFaDdtTypeScheme(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 241 of file faDdtScheme.H.