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