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

#define makePureUpwindFitSurfaceInterpolationTypeScheme (   SS,
  POLYNOMIAL,
  STENCIL,
  TYPE 
)
Value:
\
typedef PureUpwindFitScheme<TYPE, POLYNOMIAL, STENCIL> \
PureUpwindFitScheme##TYPE##POLYNOMIAL##STENCIL##_; \
(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_;
#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 156 of file PureUpwindFitScheme.H.

#define makePureUpwindFitSurfaceInterpolationScheme (   SS,
  POLYNOMIAL,
  STENCIL 
)
Value:
( \
SS, \
POLYNOMIAL, \
STENCIL, \
) \
( \
SS, \
POLYNOMIAL, \
STENCIL, \
) \
Vector< scalar > vector
A scalar version of the templated Vector.
Definition: vector.H:49
#define makePureUpwindFitSurfaceInterpolationTypeScheme(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 177 of file PureUpwindFitScheme.H.