41#ifndef Foam_coupledFaePatchField_H
42#define Foam_coupledFaePatchField_H
64 TypeName(coupledFaPatch::typeName_());
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...
readOption
Enumeration defining read preferences.
@ LAZY_READ
Reading is optional [identical to READ_IF_PRESENT].
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual tmp< faePatchField< Type > > clone() const =0
Return clone.
virtual bool coupled() const
Return true if this patch field is derived from.
virtual ~coupledFaePatchField()=default
Destructor.
coupledFaePatchField(const faPatch &, const DimensionedField< Type, edgeMesh > &)
Construct from patch and internal field.
virtual tmp< faePatchField< Type > > clone(const DimensionedField< Type, edgeMesh > &) const =0
Construct and return a clone.
TypeName(coupledFaPatch::typeName_())
Runtime type information.
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.
faePatchField(const faPatch &, const DimensionedField< Type, edgeMesh > &)
Construct from patch and internal field.
A class for managing temporary objects.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.