Classes | Namespaces | Macros
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

 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

#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:124
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)

Definition at line 149 of file CentredFitScheme.H.

#define makeCentredFitSurfaceInterpolationScheme (   SS,
  POLYNOMIAL,
  STENCIL 
)
Value:
makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,scalar) \
( \
SS, \
POLYNOMIAL, \
STENCIL, \
) \
Vector< scalar > vector
A scalar version of the templated Vector.
Definition: vector.H:49
#define makeCentredFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,TYPE)
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 170 of file CentredFitScheme.H.