Macros for creating fvsPatchField types. More...


Go to the source code of this file.
Macros | |
| #define | addToFvsPatchFieldRunTimeSelection(PatchTypeField, typePatchTypeField) |
| #define | makeFvsPatchTypeField(PatchTypeField, typePatchTypeField) |
| Define a concrete fvsPatchField type and add to run-time tables Example, (fvsPatchScalarField, calculatedFvsPatchScalarField). | |
| #define | makeFvsPatchFieldTypeName(fieldType, bcType) |
| Define a fvsPatchField type for a specific field type Example, (scalar, calculated). | |
| #define | addFvsPatchFieldTypeRunTime(fieldType, bcType) |
| Add runTime selection for fvsPatchField type of a specific field type Example, (scalar, calculated). | |
| #define | makeFvsPatchFieldType(fieldType, bcType) |
| #define | makeFvsPatchFieldTypedef(fieldType, bcType) |
| Declare a typedef for a fvsPatchField. Example, (scalar, calculated). | |
| #define | makeFvsPatchFields(bcType) |
| For all standard field types: define a fvsPatchField type and add to run-time tables. | |
| #define | makeFvsPatchFieldsTypeName(bcType) |
| For all standard field types: define a fvsPatchField type Example, (calculated). | |
| #define | makeFvsPatchTypeFieldTypedefs(bcType) |
| For all standard field types: define typedefs for the fvsPatchField Example, (calculated). | |
Macros for creating fvsPatchField types.
Original source file fvsPatchFieldMacros.H
Definition in file fvsPatchFieldMacros.H.
| #define addToFvsPatchFieldRunTimeSelection | ( | PatchTypeField, | |
| typePatchTypeField ) |
Definition at line 35 of file fvsPatchFieldMacros.H.
| #define makeFvsPatchTypeField | ( | PatchTypeField, | |
| typePatchTypeField ) |
Define a concrete fvsPatchField type and add to run-time tables Example, (fvsPatchScalarField, calculatedFvsPatchScalarField).
Definition at line 64 of file fvsPatchFieldMacros.H.
| #define makeFvsPatchFieldTypeName | ( | fieldType, | |
| bcType ) |
Define a fvsPatchField type for a specific field type Example, (scalar, calculated).
Definition at line 74 of file fvsPatchFieldMacros.H.
| #define addFvsPatchFieldTypeRunTime | ( | fieldType, | |
| bcType ) |
Add runTime selection for fvsPatchField type of a specific field type Example, (scalar, calculated).
Definition at line 85 of file fvsPatchFieldMacros.H.
| #define makeFvsPatchFieldType | ( | fieldType, | |
| bcType ) |
Definition at line 93 of file fvsPatchFieldMacros.H.
| #define makeFvsPatchFieldTypedef | ( | fieldType, | |
| bcType ) |
Declare a typedef for a fvsPatchField. Example, (scalar, calculated).
Definition at line 100 of file fvsPatchFieldMacros.H.
| #define makeFvsPatchFields | ( | bcType | ) |
For all standard field types: define a fvsPatchField type and add to run-time tables.
Definition at line 112 of file fvsPatchFieldMacros.H.
| #define makeFvsPatchFieldsTypeName | ( | bcType | ) |
For all standard field types: define a fvsPatchField type Example, (calculated).
Definition at line 125 of file fvsPatchFieldMacros.H.
| #define makeFvsPatchTypeFieldTypedefs | ( | bcType | ) |
For all standard field types: define typedefs for the fvsPatchField Example, (calculated).
Definition at line 138 of file fvsPatchFieldMacros.H.