Classes | Namespaces | Macros
surfaceInterpolationScheme.H File Reference
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

 Foam
 Namespace for OpenFOAM.
 

Macros

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

Detailed Description

Original source file surfaceInterpolationScheme.H

Definition in file surfaceInterpolationScheme.H.

Macro Definition Documentation

#define makeSurfaceInterpolationTypeScheme (   SS,
  Type 
)
Value:
\
surfaceInterpolationScheme<Type>::addMeshConstructorToTable<SS<Type>> \
add##SS##Type##MeshConstructorToTable_; \
\
surfaceInterpolationScheme<Type>::addMeshFluxConstructorToTable<SS<Type>> \
add##SS##Type##MeshFluxConstructorToTable_;
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:134
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)

Definition at line 281 of file surfaceInterpolationScheme.H.

#define makeSurfaceInterpolationScheme (   SS)
Value:
#define makeSurfaceInterpolationTypeScheme(SS, Type)
Vector< scalar > vector
A scalar version of the templated Vector.
Definition: vector.H:49
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 291 of file surfaceInterpolationScheme.H.