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

Detailed Description

Definition in file fvPatchFields.C.

+ Include dependency graph for fvPatchFields.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makeFvPatchField(fvPatchTypeField)

Functions

 defineNamedTemplateTypeNameAndDebug (fvPatchScalarField, 0)
 defineTemplateRunTimeSelectionTable (fvPatchScalarField, patch)
 defineTemplateRunTimeSelectionTable (fvPatchScalarField, patchMapper)
 defineTemplateRunTimeSelectionTable (fvPatchScalarField, dictionary)

Macro Definition Documentation

#define makeFvPatchField (   fvPatchTypeField)
Value:
\
defineNamedTemplateTypeNameAndDebug(fvPatchTypeField, 0); \
template<> \
int fvPatchTypeField::disallowGenericFvPatchField \
( \
debug::debugSwitch("disallowGenericFvPatchField", 0) \
); \
defineTemplateRunTimeSelectionTable(fvPatchTypeField, patch); \
defineTemplateRunTimeSelectionTable(fvPatchTypeField, patchMapper); \
defineTemplateRunTimeSelectionTable(fvPatchTypeField, dictionary);

Definition at line 35 of file fvPatchFields.C.