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

Go to the source code of this file.

Classes

class  PureUpwindFitScheme< Type, Polynomial, Stencil >
 Upwind biased fit surface interpolation scheme that applies an explicit correction to upwind. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makePureUpwindFitSurfaceInterpolationTypeScheme( SS, POLYNOMIAL, STENCIL, TYPE)
 
#define makePureUpwindFitSurfaceInterpolationScheme(SS, POLYNOMIAL, STENCIL)
 

Detailed Description

Original source file PureUpwindFitScheme.H

Definition in file PureUpwindFitScheme.H.

Macro Definition Documentation

◆ makePureUpwindFitSurfaceInterpolationTypeScheme

#define makePureUpwindFitSurfaceInterpolationTypeScheme (   SS,
  POLYNOMIAL,
  STENCIL,
  TYPE 
)
Value:
\
typedef PureUpwindFitScheme<TYPE, POLYNOMIAL, STENCIL> \
PureUpwindFitScheme##TYPE##POLYNOMIAL##STENCIL##_; \
defineTemplateTypeNameAndDebugWithName \
(PureUpwindFitScheme##TYPE##POLYNOMIAL##STENCIL##_, #SS, 0); \
\
surfaceInterpolationScheme<TYPE>::addMeshConstructorToTable \
<PureUpwindFitScheme<TYPE, POLYNOMIAL, STENCIL>> \
add##SS##STENCIL##TYPE##MeshConstructorToTable_; \
\
surfaceInterpolationScheme<TYPE>::addMeshFluxConstructorToTable \
<PureUpwindFitScheme<TYPE, POLYNOMIAL, STENCIL>> \
add##SS##STENCIL##TYPE##MeshFluxConstructorToTable_;

Definition at line 156 of file PureUpwindFitScheme.H.

◆ makePureUpwindFitSurfaceInterpolationScheme

#define makePureUpwindFitSurfaceInterpolationScheme (   SS,
  POLYNOMIAL,
  STENCIL 
)
Value:
\
makePureUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,scalar) \
makePureUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,vector) \
makePureUpwindFitSurfaceInterpolationTypeScheme \
( \
SS, \
POLYNOMIAL, \
STENCIL, \
sphericalTensor \
) \
( \
SS, \
POLYNOMIAL, \
STENCIL, \
) \
makePureUpwindFitSurfaceInterpolationTypeScheme(SS,POLYNOMIAL,STENCIL,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
Tensor< scalar > tensor
Tensor of scalars.
Definition: tensor.H:51
#define makePureUpwindFitSurfaceInterpolationTypeScheme( SS, POLYNOMIAL, STENCIL, TYPE)

Definition at line 177 of file PureUpwindFitScheme.H.