87 auto* patchTypeCtor = patchConstructorTable(
p.type());
102 return autoPtr<pointPatchField<Type>>
104 new calculatedPointPatchField<Type>
107 DimensionedField<Type, pointMesh>::null()
115template<
class AnyType>
119 const pointPatchField<AnyType>& pf
122 return NewCalculatedType(pf.patch());
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
static const this_type & null() noexcept
Return a null DimensionedField (reference to a nullObject).
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
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 a number of values (eg,...
const pointPatch & patch() const noexcept
Return the patch.
Foam::pointPatchFieldMapper.
static autoPtr< pointPatchField< Type > > NewCalculatedType(const pointPatch &p)
Return a pointer to a new calculatedPointPatchField created on.
pointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
Basic pointPatch represents a set of points from the mesh.