39 const bool isBoundaryOnly
61 const DimensionedField<Type, edgeMesh>& iF
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
void shallowCopy(T *__restrict__ ptr, const label len) noexcept
Copy the pointer and size.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A FieldMapper for finite-area patch fields.
Finite area patch class. Used for 2-D non-Euclidian finite area method.
virtual void readDict(const dictionary &dict)
Read dictionary entries.
const faPatch & patch() const noexcept
Return the patch.
faePatchField<Type> abstract base class. This class gives a fat-interface to all derived classes cove...
const DimensionedField< Type, edgeMesh > & internalField() const noexcept
Return const-reference to the dimensioned internal field.
faePatchField(const faPatch &, const DimensionedField< Type, edgeMesh > &)
Construct from patch and internal field.
void writeValueEntry(Ostream &os) const
Write *this field as a "value" entry.
virtual void write(Ostream &os) const
Write.
Specialization of faePatchField which creates the underlying faePatchField as a slice of the given co...
virtual void write(Ostream &) const
Write includes "value" entry.
slicedFaePatchField(const faPatch &, const DimensionedField< Type, edgeMesh > &, const Field< Type > &completeOrBoundaryField, const bool isBoundaryOnly=false)
Construct from patch, internal field and field to slice.
virtual ~slicedFaePatchField()
Destructor, resets pointers to avoid deletion of underlying field.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
OBJstream os(runTime.globalPath()/outputName)