94 typename pointPatchConstructorTable::iterator patchTypeCstrIter =
95 pointPatchConstructorTablePtr_->find(pf.
patch().type());
97 if (patchTypeCstrIter != pointPatchConstructorTablePtr_->end())
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Pre-declare SubField and related Field type.
static const Field< Type > & null()
Return a null field.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A calculated boundary condition for pointField.
calculatedPointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Abstract base class for point-mesh patch fields.
static autoPtr< pointPatchField< Type > > NewCalculatedType(const pointPatchField< Type2 > &)
Return a pointer to a new calculatedPointPatchField created on.
const pointPatch & patch() const
Return patch.
static const word & calculatedType()
Return the type of the calculated form of pointPatchField.
Basic pointPatch represents a set of points from the mesh.
A class for handling words, derived from string.