faDivScheme.H File Reference
Include dependency graph for faDivScheme.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  divScheme< Type >
 Abstract base class for finite area calculus div schemes. More...
 

Namespaces

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

Macros

#define makeFaDivTypeScheme(SS, Type)
 
#define makeFaDivScheme(SS)
 

Detailed Description

Original source file faDivScheme.H

Definition in file faDivScheme.H.

Macro Definition Documentation

◆ makeFaDivTypeScheme

#define makeFaDivTypeScheme (   SS,
  Type 
)
Value:
\
defineNamedTemplateTypeNameAndDebug(Foam::fa::SS<Foam::Type>, 0); \
\
namespace Foam \
{ \
namespace fa \
{ \
divScheme<Type>::addIstreamConstructorToTable<SS<Type>> \
add##SS##Type##IstreamConstructorToTable_; \
} \
}
Namespace for OpenFOAM.
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)

Definition at line 165 of file faDivScheme.H.

◆ makeFaDivScheme

#define makeFaDivScheme (   SS)
Value:
\
makeFaDivTypeScheme(SS, vector) \
makeFaDivTypeScheme(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 178 of file faDivScheme.H.