
Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Macros | |
| #define | DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS_(Type) defineTemplateTypeNameAndDebug(DimensionedFvPatch##Type##Field, 0); |
| #define | DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS(Type) DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS_(Type) |
| #define | DEFINE_DIMENSIONED_FVPATCH_TYPE_FIELDS(Type, nullArg) DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS(CAPITALIZE(Type)) |
Functions | |
| FOR_ALL_FIELD_TYPES (DEFINE_DIMENSIONED_FVPATCH_TYPE_FIELDS) | |
Original source file DimensionedFvPatchFields.C
Definition in file DimensionedFvPatchFields.C.
| #define DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS_ | ( | Type | ) | defineTemplateTypeNameAndDebug(DimensionedFvPatch##Type##Field, 0); |
Definition at line 33 of file DimensionedFvPatchFields.C.
| #define DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS | ( | Type | ) | DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS_(Type) |
Definition at line 36 of file DimensionedFvPatchFields.C.
| #define DEFINE_DIMENSIONED_FVPATCH_TYPE_FIELDS | ( | Type, | |
| nullArg | |||
| ) | DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS(CAPITALIZE(Type)) |
Definition at line 39 of file DimensionedFvPatchFields.C.