99 typename patchConstructorTable::iterator patchTypeCstrIter =
100 patchConstructorTablePtr_->find(
p.type());
102 if (patchTypeCstrIter != patchConstructorTablePtr_->end())
104 return patchTypeCstrIter()
125 template<
class Type2>
132 return NewCalculatedType(pf.
patch());
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
static const DimensionedField< Type, GeoMesh > & null()
Return a null DimensionedField.
Pre-declare SubField and related Field type.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Foam::calculatedFvsPatchField.
virtual void write(Ostream &) const
Write.
calculatedFvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
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.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
virtual void write(Ostream &) const
Write.
static tmp< fvsPatchField< Type > > NewCalculatedType(const fvPatch &)
Return a pointer to a new calculatedFvsPatchField created on.
const fvPatch & patch() const
Return patch.
static const word & calculatedType()
Return the type of the calculated for of fvsPatchField.
A class for managing temporary objects.
A class for handling words, derived from string.
const HashTable< dimensionSet > & dimensions()
Get the table of dimension sets.
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)