Go to the source code of this file.
Classes | |
class | pointPatchField< Type > |
Abstract base class for point-mesh patch fields. More... | |
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
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 makePointPatchField | ( | pointPatchTypeField | ) |
Definition at line 511 of file pointPatchField.H.
#define addToPointPatchFieldRunTimeSelection | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 523 of file pointPatchField.H.
#define addToNullConstructablePointPatchFieldRunTimeSelection | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 538 of file pointPatchField.H.
#define makePointPatchTypeField | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 552 of file pointPatchField.H.
#define makeNullConstructablePointPatchTypeField | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 558 of file pointPatchField.H.
#define makeTemplatePointPatchTypeField | ( | fieldType, | |
type | |||
) |
Definition at line 570 of file pointPatchField.H.
#define makeNullConstructableTemplatePointPatchTypeField | ( | fieldType, | |
type | |||
) |
Definition at line 584 of file pointPatchField.H.
#define makePointPatchFields | ( | type | ) | FOR_ALL_FIELD_TYPES(makeTemplatePointPatchTypeField, type) |
Definition at line 597 of file pointPatchField.H.
#define makeNullConstructablePointPatchFields | ( | type | ) | FOR_ALL_FIELD_TYPES(makeNullConstructableTemplatePointPatchTypeField, type) |
Definition at line 601 of file pointPatchField.H.
#define makePointPatchFieldTypeName | ( | fieldType, | |
type | |||
) |
Definition at line 605 of file pointPatchField.H.
#define makePointPatchFieldTypeNames | ( | type | ) | FOR_ALL_FIELD_TYPES(makePointPatchFieldTypeName, type) |
Definition at line 613 of file pointPatchField.H.
#define makePointPatchFieldTypedef | ( | fieldType, | |
type | |||
) |
Definition at line 617 of file pointPatchField.H.
#define makePointPatchFieldTypedefs | ( | type | ) | FOR_ALL_FIELD_TYPES(makePointPatchFieldTypedef, type) |
Definition at line 622 of file pointPatchField.H.