Definition in file fvPatchFields.C.
#include "src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.H"
Include dependency graph for fvPatchFields.C:Go to the source code of this file.
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
| #define | makeFvPatchField(fvPatchTypeField) |
Functions | |
| defineNamedTemplateTypeNameAndDebug (fvPatchScalarField, 0) | |
| defineTemplateRunTimeSelectionTable (fvPatchScalarField, patch) | |
| defineTemplateRunTimeSelectionTable (fvPatchScalarField, patchMapper) | |
| defineTemplateRunTimeSelectionTable (fvPatchScalarField, dictionary) | |
| #define makeFvPatchField | ( | fvPatchTypeField ) |
\ 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.