Definition in file pointPatchField.H.
#include "src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H"#include "src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H"#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"#include "src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldFunctions.H"
Include dependency graph for pointPatchField.H:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | pointPatchField< Type > |
| Abstract base class for point-mesh patch fields. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Macros | |
| #define | makePointPatchTypeFieldTypeName(type) |
| #define | makePointPatchFieldsTypeName(type) |
| #define | makePointPatchTypeField(PatchTypeField, typePatchTypeField) |
| #define | makePointPatchFields(type) |
| #define | makePointPatchFieldTypedefs(type) |
Functions | |
| template<class Type > | |
| Ostream & | operator<< (Ostream &os, const pointPatchField< Type > &ptf) |
| template<class Type > | |
| const pointPatchField< Type > & | operator+ (const pointPatchField< Type > &ppf, const Type &) |
| #define makePointPatchTypeFieldTypeName | ( | type | ) |
Definition at line 467 of file pointPatchField.H.
| #define makePointPatchFieldsTypeName | ( | type | ) |
Definition at line 471 of file pointPatchField.H.
| #define makePointPatchTypeField | ( | PatchTypeField, | |
| typePatchTypeField | |||
| ) |
Definition at line 479 of file pointPatchField.H.
| #define makePointPatchFields | ( | type | ) |
Definition at line 501 of file pointPatchField.H.
| #define makePointPatchFieldTypedefs | ( | type | ) |
Definition at line 534 of file pointPatchField.H.