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

Go to the source code of this file.

Classes

class  surfaceInterpolationScheme< Type >
 Abstract base class for surface interpolation schemes. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makeSurfaceInterpolationTypeScheme(SS, Type)
#define makeSurfaceInterpolationScheme(SS)

Detailed Description

Original source file surfaceInterpolationScheme.H

Definition in file surfaceInterpolationScheme.H.

Macro Definition Documentation

◆ makeSurfaceInterpolationTypeScheme

#define makeSurfaceInterpolationTypeScheme ( SS,
Type )
Value:
\
defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \
\
surfaceInterpolationScheme<Type>::addMeshConstructorToTable<SS<Type>> \
add##SS##Type##MeshConstructorToTable_; \
\
surfaceInterpolationScheme<Type>::addMeshFluxConstructorToTable<SS<Type>> \
add##SS##Type##MeshFluxConstructorToTable_;
dict add("bounds", meshBb)

Definition at line 325 of file surfaceInterpolationScheme.H.

◆ makeSurfaceInterpolationScheme

#define makeSurfaceInterpolationScheme ( SS)
Value:
\
makeSurfaceInterpolationTypeScheme(SS, scalar) \
makeSurfaceInterpolationTypeScheme(SS, vector) \
makeSurfaceInterpolationTypeScheme(SS, sphericalTensor) \
makeSurfaceInterpolationTypeScheme(SS, symmTensor) \
makeSurfaceInterpolationTypeScheme(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 335 of file surfaceInterpolationScheme.H.