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). | |
| #define | makePointPatchFieldTypeName(fieldType, bcType) |
| Define a pointPatchField type for a specific field type Example, (scalar, calculated). | |
| #define | addPointPatchFieldTypeRunTime(fieldType, bcType) |
| Add runTime selection for pointPatchField type of a specific field type Example, (scalar, calculated). | |
| #define | makePointPatchFieldType(fieldType, bcType) |
| #define | makePointPatchFieldTypedef(fieldType, bcType) |
| Declare a typedef for a pointPatchField. Example, (scalar, calculated). | |
| #define | makePointPatchFields(bcType) |
| For all standard field types: define a pointPatchField type and add to run-time tables. | |
| #define | makePointPatchFieldsTypeName(bcType) |
| For all standard field types: define a pointPatchField type Example, (calculated). | |
| #define | makePointPatchFieldTypedefs(bcType) |
| For all standard field types: define typedefs for the pointPatchField Example, (calculated). | |
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.