Macros for creating faPatchField types. More...


Go to the source code of this file.
Macros | |
| #define | addToFaPatchFieldRunTimeSelection(PatchTypeField, typePatchTypeField) |
| #define | makeFaPatchTypeField(PatchTypeField, typePatchTypeField) |
| Define a concrete faPatchField type and add to run-time tables Example, (faPatchScalarField, calculatedFaPatchScalarField). | |
| #define | makeFaPatchFieldTypeName(fieldType, bcType) |
| Define a faPatchField type for a specific field type Example, (scalar, calculated). | |
| #define | addFaPatchFieldTypeRunTime(fieldType, bcType) |
| Add runTime selection for faPatchField type of a specific field type Example, (scalar, calculated). | |
| #define | makeFaPatchFieldType(fieldType, bcType) |
| #define | makeFaPatchFieldTypedef(fieldType, bcType) |
| Declare a typedef for a faPatchField. Example, (scalar, calculated). | |
| #define | makeFaPatchFields(bcType) |
| For all standard field types: define a faPatchField type and add to run-time tables. | |
| #define | makeFaPatchFieldsTypeName(bcType) |
| For all standard field types: define a faPatchField type. Example, (calculated). | |
| #define | makeFaPatchTypeFieldTypedefs(bcType) |
| For all standard field types: define typedefs for the faPatchField. Example, (calculated). | |
Macros for creating faPatchField types.
Original source file faPatchFieldMacros.H
Definition in file faPatchFieldMacros.H.
| #define addToFaPatchFieldRunTimeSelection | ( | PatchTypeField, | |
| typePatchTypeField ) |
Definition at line 35 of file faPatchFieldMacros.H.
| #define makeFaPatchTypeField | ( | PatchTypeField, | |
| typePatchTypeField ) |
Define a concrete faPatchField type and add to run-time tables Example, (faPatchScalarField, calculatedFaPatchScalarField).
Definition at line 64 of file faPatchFieldMacros.H.
| #define makeFaPatchFieldTypeName | ( | fieldType, | |
| bcType ) |
Define a faPatchField type for a specific field type Example, (scalar, calculated).
Definition at line 73 of file faPatchFieldMacros.H.
| #define addFaPatchFieldTypeRunTime | ( | fieldType, | |
| bcType ) |
Add runTime selection for faPatchField type of a specific field type Example, (scalar, calculated).
Definition at line 84 of file faPatchFieldMacros.H.
| #define makeFaPatchFieldType | ( | fieldType, | |
| bcType ) |
Definition at line 92 of file faPatchFieldMacros.H.
| #define makeFaPatchFieldTypedef | ( | fieldType, | |
| bcType ) |
Declare a typedef for a faPatchField. Example, (scalar, calculated).
Definition at line 99 of file faPatchFieldMacros.H.
| #define makeFaPatchFields | ( | bcType | ) |
For all standard field types: define a faPatchField type and add to run-time tables.
Definition at line 111 of file faPatchFieldMacros.H.
| #define makeFaPatchFieldsTypeName | ( | bcType | ) |
For all standard field types: define a faPatchField type. Example, (calculated).
Definition at line 124 of file faPatchFieldMacros.H.
| #define makeFaPatchTypeFieldTypedefs | ( | bcType | ) |
For all standard field types: define typedefs for the faPatchField. Example, (calculated).
Definition at line 137 of file faPatchFieldMacros.H.