FreeFOAM The Cross-Platform CFD Toolkit
pointPatchFields.C File Reference

Detailed Description

Definition in file pointPatchFields.C.

+ Include dependency graph for pointPatchFields.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makePointPatchField(pointPatchTypeField)

Functions

 defineNamedTemplateTypeNameAndDebug (pointPatchScalarField, 0)
 defineTemplateRunTimeSelectionTable (pointPatchScalarField, pointPatch)
 defineTemplateRunTimeSelectionTable (pointPatchScalarField, patchMapper)
 defineTemplateRunTimeSelectionTable (pointPatchScalarField, dictionary)

Macro Definition Documentation

#define makePointPatchField (   pointPatchTypeField)
Value:
\
defineNamedTemplateTypeNameAndDebug(pointPatchTypeField, 0); \
template<> \
int pointPatchTypeField::disallowGenericPointPatchField \
( \
debug::debugSwitch("disallowGenericPointPatchField", 0) \
); \
defineTemplateRunTimeSelectionTable(pointPatchTypeField, pointPatch); \
defineTemplateRunTimeSelectionTable(pointPatchTypeField, patchMapper); \
defineTemplateRunTimeSelectionTable(pointPatchTypeField, dictionary);

Definition at line 35 of file pointPatchFields.C.