103 typename patchConstructorTable::iterator patchTypeCstrIter =
104 patchConstructorTablePtr_->find(p.type());
106 if (patchTypeCstrIter != patchConstructorTablePtr_->end())
108 return patchTypeCstrIter()
129 template<
class Type2>
136 return NewCalculatedType(pf.
patch());
A list of keyword definitions, which are a keyword followed by any number of values (e...
calculatedFvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.
void size(const label)
Override size to be inconsistent with allocated storage.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
static tmp< fvsPatchField< Type > > NewCalculatedType(const fvPatch &)
Return a pointer to a new calculatedFvsPatchField created on.
A class for handling words, derived from string.
Foam::fvPatchFieldMapper.
const fvPatch & patch() const
Return patch.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Foam::calculatedFvsPatchField.
A class for managing temporary objects.
static const word & calculatedType()
Return the type of the calculated for of fvsPatchField.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...