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 514 of file pointPatchField.H.
#define addToPointPatchFieldRunTimeSelection | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 526 of file pointPatchField.H.
#define addToNullConstructablePointPatchFieldRunTimeSelection | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 541 of file pointPatchField.H.
#define makePointPatchTypeField | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 555 of file pointPatchField.H.
#define makeNullConstructablePointPatchTypeField | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 561 of file pointPatchField.H.
#define makeTemplatePointPatchTypeField | ( | fieldType, | |
type | |||
) |
Definition at line 573 of file pointPatchField.H.
#define makeNullConstructableTemplatePointPatchTypeField | ( | fieldType, | |
type | |||
) |
Definition at line 587 of file pointPatchField.H.
#define makePointPatchFields | ( | type | ) | FOR_ALL_FIELD_TYPES(makeTemplatePointPatchTypeField, type) |
Definition at line 600 of file pointPatchField.H.
#define makeNullConstructablePointPatchFields | ( | type | ) | FOR_ALL_FIELD_TYPES(makeNullConstructableTemplatePointPatchTypeField, type) |
Definition at line 604 of file pointPatchField.H.
#define makePointPatchFieldTypeName | ( | fieldType, | |
type | |||
) |
Definition at line 608 of file pointPatchField.H.
#define makePointPatchFieldTypeNames | ( | type | ) | FOR_ALL_FIELD_TYPES(makePointPatchFieldTypeName, type) |
Definition at line 616 of file pointPatchField.H.
#define makePointPatchFieldTypedef | ( | fieldType, | |
type | |||
) |
Definition at line 620 of file pointPatchField.H.
#define makePointPatchFieldTypedefs | ( | type | ) | FOR_ALL_FIELD_TYPES(makePointPatchFieldTypedef, type) |
Definition at line 625 of file pointPatchField.H.