FreeFOAM The Cross-Platform CFD Toolkit
surfaceInterpolationScheme.H File Reference

Detailed Description

Definition in file surfaceInterpolationScheme.H.

+ Include dependency graph for surfaceInterpolationScheme.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makeSurfaceInterpolationTypeScheme(SS, Type)
#define makeSurfaceInterpolationScheme(SS)

Macro Definition Documentation

#define makeSurfaceInterpolationTypeScheme (   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_;

Definition at line 213 of file surfaceInterpolationScheme.H.

#define makeSurfaceInterpolationScheme (   SS)
Value:
\
makeSurfaceInterpolationTypeScheme(SS, scalar) \
makeSurfaceInterpolationTypeScheme(SS, vector) \
makeSurfaceInterpolationTypeScheme(SS, sphericalTensor) \
makeSurfaceInterpolationTypeScheme(SS, symmTensor) \
makeSurfaceInterpolationTypeScheme(SS, tensor)

Definition at line 223 of file surfaceInterpolationScheme.H.