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

pointPatchFields.C File Reference


Detailed Description

Definition in file pointPatchFields.C.

#include "src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.H"
Include dependency graph for pointPatchFields.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

#define  makePointPatchField(pointPatchTypeField)

Functions

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

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