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

Go to the source code of this file.

Classes

class  CentredFitScheme< Type, Polynomial, Stencil >
 Centred fit surface interpolation scheme which applies an explicit correction to linear. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makeCentredFitSurfaceInterpolationTypeScheme( SS, POLYNOMIAL, STENCIL, TYPE)
#define makeCentredFitSurfaceInterpolationScheme(SS, POLYNOMIAL, STENCIL)

Detailed Description

Original source file CentredFitScheme.H

Definition in file CentredFitScheme.H.

Macro Definition Documentation

◆ makeCentredFitSurfaceInterpolationTypeScheme

#define makeCentredFitSurfaceInterpolationTypeScheme ( SS,
POLYNOMIAL,
STENCIL,
TYPE )
Value:
\
typedef CentredFitScheme<TYPE, POLYNOMIAL, STENCIL> \
CentredFitScheme##TYPE##POLYNOMIAL##STENCIL##_; \
(CentredFitScheme##TYPE##POLYNOMIAL##STENCIL##_, #SS, 0); \
\
surfaceInterpolationScheme<TYPE>::addMeshConstructorToTable \
<CentredFitScheme<TYPE, POLYNOMIAL, STENCIL>> \
add##SS##STENCIL##TYPE##MeshConstructorToTable_; \
\
surfaceInterpolationScheme<TYPE>::addMeshFluxConstructorToTable \
<CentredFitScheme<TYPE, POLYNOMIAL, STENCIL>> \
add##SS##STENCIL##TYPE##MeshFluxConstructorToTable_;
#define defineTemplateTypeNameAndDebugWithName(Type, Name, DebugSwitch)
Define the typeName and debug information, lookup as Name.
Definition className.H:149
dict add("bounds", meshBb)

Definition at line 167 of file CentredFitScheme.H.

◆ makeCentredFitSurfaceInterpolationScheme

#define makeCentredFitSurfaceInterpolationScheme ( SS,
POLYNOMIAL,
STENCIL )
Value:
\
makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,scalar) \
makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,vector) \
( \
SS, \
POLYNOMIAL, \
STENCIL, \
sphericalTensor \
) \
makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,symmTensor)\
makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,tensor)
#define makeCentredFitSurfaceInterpolationTypeScheme( SS, POLYNOMIAL, STENCIL, TYPE)
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 188 of file CentredFitScheme.H.