

Go to the source code of this file.
Classes | |
| class | pointPatchField< Type > |
| Abstract base class for point-mesh patch fields. More... | |
| class | calculatedPointPatchField< Type > |
| A calculated boundary condition for pointField. More... | |
| class | pointPatchField< Type > |
| Abstract base class for point-mesh patch fields. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Macros | |
| #define | addToPointPatchFieldRunTimeSelection(PatchTypeField, typePatchTypeField) |
| #define | makePointPatchTypeField(PatchTypeField, typePatchTypeField) |
| #define | makeTemplatePointPatchTypeField(PatchTypeField, typePatchTypeField) |
| #define | makePointPatchFields(type) |
| #define | makePointPatchFieldsTypeName(type) |
| #define | makePointPatchFieldTypedefs(type) |
Functions | |
| template<class Type > | |
| Ostream & | operator<< (Ostream &, const pointPatchField< Type > &) |
| template<class Type > | |
| const pointPatchField< Type > & | operator+ (const pointPatchField< Type > &ppf, const Type &) |
Original source file pointPatchField.H
Definition in file pointPatchField.H.
| #define addToPointPatchFieldRunTimeSelection | ( | PatchTypeField, | |
| typePatchTypeField | |||
| ) |
Definition at line 518 of file pointPatchField.H.
| #define makePointPatchTypeField | ( | PatchTypeField, | |
| typePatchTypeField | |||
| ) |
Definition at line 540 of file pointPatchField.H.
| #define makeTemplatePointPatchTypeField | ( | PatchTypeField, | |
| typePatchTypeField | |||
| ) |
Definition at line 546 of file pointPatchField.H.
| #define makePointPatchFields | ( | type | ) |
Definition at line 551 of file pointPatchField.H.
| #define makePointPatchFieldsTypeName | ( | type | ) |
Definition at line 579 of file pointPatchField.H.
| #define makePointPatchFieldTypedefs | ( | type | ) |
Definition at line 590 of file pointPatchField.H.
1.8.13