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

Go to the source code of this file.

Classes

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

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makelimitedSurfaceInterpolationTypeScheme(SS, Type)
 
#define makelimitedSurfaceInterpolationScheme(SS)
 

Detailed Description

Macro Definition Documentation

◆ makelimitedSurfaceInterpolationTypeScheme

#define makelimitedSurfaceInterpolationTypeScheme (   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_; \
\
limitedSurfaceInterpolationScheme<Type>::addMeshConstructorToTable<SS<Type>> \
add##SS##Type##MeshConstructorToLimitedTable_; \
\
limitedSurfaceInterpolationScheme<Type>:: \
addMeshFluxConstructorToTable<SS<Type>> \
add##SS##Type##MeshFluxConstructorToLimitedTable_;

Definition at line 202 of file limitedSurfaceInterpolationScheme.H.

Referenced by linearUpwindV< Type >::correction().

◆ makelimitedSurfaceInterpolationScheme

#define makelimitedSurfaceInterpolationScheme (   SS)
Value:
\
makelimitedSurfaceInterpolationTypeScheme(SS, scalar) \
makelimitedSurfaceInterpolationTypeScheme(SS, vector) \
makelimitedSurfaceInterpolationTypeScheme(SS, sphericalTensor) \
makelimitedSurfaceInterpolationTypeScheme(SS, symmTensor) \
makelimitedSurfaceInterpolationTypeScheme(SS, tensor)
Vector< scalar > vector
A scalar version of the templated Vector.
Definition: vector.H:49
SymmTensor< scalar > symmTensor
SymmTensor of scalars.
Definition: symmTensor.H:48
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars.
Tensor< scalar > tensor
Tensor of scalars.
Definition: tensor.H:51

Definition at line 219 of file limitedSurfaceInterpolationScheme.H.

Referenced by linearUpwind< Type >::correction().