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

Go to the source code of this file.

Classes

class  laplacianScheme< Type >
 Abstract base class for finite area calculus laplacian schemes. More...

Namespaces

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

Macros

#define makeFaLaplacianTypeScheme(SS, Type)
#define makeFaLaplacianScheme(SS)

Detailed Description

Original source file faLaplacianScheme.H

Definition in file faLaplacianScheme.H.

Macro Definition Documentation

◆ makeFaLaplacianTypeScheme

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

Definition at line 218 of file faLaplacianScheme.H.

◆ makeFaLaplacianScheme

#define makeFaLaplacianScheme ( SS)
Value:
\
makeFaLaplacianTypeScheme(SS, scalar) \
makeFaLaplacianTypeScheme(SS, vector) \
makeFaLaplacianTypeScheme(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 232 of file faLaplacianScheme.H.