FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

surfaceInterpolationScheme.H File Reference


Detailed Description

Definition in file surfaceInterpolationScheme.H.

#include "src/OpenFOAM/memory/tmp/tmp.H"
#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"
#include "src/finiteVolume/fields/surfaceFields/surfaceFieldsFwd.H"
#include "src/OpenFOAM/db/typeInfo/typeInfo.H"
#include "src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H"
Include dependency graph for surfaceInterpolationScheme.H:

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.


Defines

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

Define 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.