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

Go to the source code of this file.

Classes

class  faD2dt2Scheme< Type >
 Abstract base class for d2dt2 schemes. More...
 

Namespaces

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

Macros

#define makeFaD2dt2TypeScheme(SS, Type)
 
#define makeFaD2dt2Scheme(SS)
 

Detailed Description

Original source file faD2dt2Scheme.H

Definition in file faD2dt2Scheme.H.

Macro Definition Documentation

◆ makeFaD2dt2TypeScheme

#define makeFaD2dt2TypeScheme (   SS,
  Type 
)
Value:
\
defineNamedTemplateTypeNameAndDebug(Foam::fa::SS<Foam::Type>, 0); \
\
namespace Foam \
{ \
namespace fa \
{ \
faD2dt2Scheme<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 195 of file faD2dt2Scheme.H.

◆ makeFaD2dt2Scheme

#define makeFaD2dt2Scheme (   SS)
Value:
\
makeFaD2dt2TypeScheme(SS, scalar) \
makeFaD2dt2TypeScheme(SS, vector) \
makeFaD2dt2TypeScheme(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 209 of file faD2dt2Scheme.H.