Macros for creating pointPatchField types. More...


Go to the source code of this file.
Macros | |
| #define | addToPointPatchFieldRunTimeSelection(PatchTypeField, typePatchTypeField) |
| #define | makePointPatchTypeField(PatchTypeField, typePatchTypeField) |
| Define a concrete pointPatchField type and add to run-time tables Example, (pointPatchScalarField, calculatedPointPatchScalarField) More... | |
| #define | makePointPatchFieldTypeName(fieldType, bcType) |
| Define a pointPatchField type for a specific field type Example, (scalar, calculated) More... | |
| #define | addPointPatchFieldTypeRunTime(fieldType, bcType) |
| Add runTime selection for pointPatchField type of a specific field type Example, (scalar, calculated) More... | |
| #define | makePointPatchFieldType(fieldType, bcType) |
| #define | makePointPatchFieldTypedef(fieldType, bcType) |
| Declare a typedef for a pointPatchField. Example, (scalar, calculated) More... | |
| #define | makePointPatchFields(bcType) |
| For all standard field types: define a pointPatchField type and add to run-time tables. More... | |
| #define | makePointPatchFieldsTypeName(bcType) |
| For all standard field types: define a pointPatchField type Example, (calculated) More... | |
| #define | makePointPatchFieldTypedefs(bcType) |
| For all standard field types: define typedefs for the pointPatchField Example, (calculated) More... | |
Macros for creating pointPatchField types.
Original source file pointPatchFieldMacros.H
Definition in file pointPatchFieldMacros.H.
| #define addToPointPatchFieldRunTimeSelection | ( | PatchTypeField, | |
| typePatchTypeField | |||
| ) |
Definition at line 35 of file pointPatchFieldMacros.H.
| #define makePointPatchTypeField | ( | PatchTypeField, | |
| typePatchTypeField | |||
| ) |
Define a concrete pointPatchField type and add to run-time tables Example, (pointPatchScalarField, calculatedPointPatchScalarField)
Definition at line 64 of file pointPatchFieldMacros.H.
| #define makePointPatchFieldTypeName | ( | fieldType, | |
| bcType | |||
| ) |
Define a pointPatchField type for a specific field type Example, (scalar, calculated)
Definition at line 73 of file pointPatchFieldMacros.H.
| #define addPointPatchFieldTypeRunTime | ( | fieldType, | |
| bcType | |||
| ) |
Add runTime selection for pointPatchField type of a specific field type Example, (scalar, calculated)
Definition at line 84 of file pointPatchFieldMacros.H.
| #define makePointPatchFieldType | ( | fieldType, | |
| bcType | |||
| ) |
Definition at line 92 of file pointPatchFieldMacros.H.
| #define makePointPatchFieldTypedef | ( | fieldType, | |
| bcType | |||
| ) |
Declare a typedef for a pointPatchField. Example, (scalar, calculated)
Definition at line 100 of file pointPatchFieldMacros.H.
| #define makePointPatchFields | ( | bcType | ) |
For all standard field types: define a pointPatchField type and add to run-time tables.
Definition at line 112 of file pointPatchFieldMacros.H.
| #define makePointPatchFieldsTypeName | ( | bcType | ) |
For all standard field types: define a pointPatchField type Example, (calculated)
Definition at line 125 of file pointPatchFieldMacros.H.
| #define makePointPatchFieldTypedefs | ( | bcType | ) |
For all standard field types: define typedefs for the pointPatchField Example, (calculated)
Definition at line 138 of file pointPatchFieldMacros.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.