Macros for creating faePatchField types. More...


Go to the source code of this file.
Macros | |
| #define | addToFaePatchFieldRunTimeSelection(PatchTypeField, typePatchTypeField) |
| #define | makeFaePatchTypeField(PatchTypeField, typePatchTypeField) |
| Define a concrete faePatchField type and add to run-time tables Example, (faePatchScalarField, calculatedFaePatchScalarField). | |
| #define | makeFaePatchFieldTypeName(fieldType, bcType) |
| Define a faePatchField type for a specific field type Example, (scalar, calculated). | |
| #define | addFaePatchFieldTypeRunTime(fieldType, bcType) |
| Add runTime selection for faePatchField type of a specific field type Example, (scalar, calculated). | |
| #define | makeFaePatchFieldType(fieldType, bcType) |
| #define | makeFaePatchFieldTypedef(fieldType, bcType) |
| Declare a typedef for a faePatchField. Example, (scalar, calculated). | |
| #define | makeFaePatchFields(bcType) |
| For all standard field types: define a faePatchField type and add to run-time tables. | |
| #define | makeFaePatchFieldsTypeName(bcType) |
| For all standard field types: define a faePatchField type Example, (calculated). | |
| #define | makeFaePatchTypeFieldTypedefs(bcType) |
| For all standard field types: define typedefs for the faePatchField Example, (calculated). | |
Macros for creating faePatchField types.
Original source file faePatchFieldMacros.H
Definition in file faePatchFieldMacros.H.
| #define addToFaePatchFieldRunTimeSelection | ( | PatchTypeField, | |
| typePatchTypeField ) |
Definition at line 35 of file faePatchFieldMacros.H.
| #define makeFaePatchTypeField | ( | PatchTypeField, | |
| typePatchTypeField ) |
Define a concrete faePatchField type and add to run-time tables Example, (faePatchScalarField, calculatedFaePatchScalarField).
Definition at line 64 of file faePatchFieldMacros.H.
| #define makeFaePatchFieldTypeName | ( | fieldType, | |
| bcType ) |
Define a faePatchField type for a specific field type Example, (scalar, calculated).
Definition at line 73 of file faePatchFieldMacros.H.
| #define addFaePatchFieldTypeRunTime | ( | fieldType, | |
| bcType ) |
Add runTime selection for faePatchField type of a specific field type Example, (scalar, calculated).
Definition at line 84 of file faePatchFieldMacros.H.
| #define makeFaePatchFieldType | ( | fieldType, | |
| bcType ) |
Definition at line 92 of file faePatchFieldMacros.H.
| #define makeFaePatchFieldTypedef | ( | fieldType, | |
| bcType ) |
Declare a typedef for a faePatchField. Example, (scalar, calculated).
Definition at line 99 of file faePatchFieldMacros.H.
| #define makeFaePatchFields | ( | bcType | ) |
For all standard field types: define a faePatchField type and add to run-time tables.
Definition at line 111 of file faePatchFieldMacros.H.
| #define makeFaePatchFieldsTypeName | ( | bcType | ) |
For all standard field types: define a faePatchField type Example, (calculated).
Definition at line 124 of file faePatchFieldMacros.H.
| #define makeFaePatchTypeFieldTypedefs | ( | bcType | ) |
For all standard field types: define typedefs for the faePatchField Example, (calculated).
Definition at line 137 of file faePatchFieldMacros.H.