40#ifndef Foam_coupledFvsPatchField_H
41#define Foam_coupledFvsPatchField_H
63 TypeName(coupledFvPatch::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.
@ MUST_READ
Reading required.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual bool coupled() const
True: this patch field is derived from coupledFvsPatchField.
virtual tmp< fvsPatchField< Type > > clone() const =0
Return clone.
virtual tmp< fvsPatchField< Type > > clone(const DimensionedField< Type, surfaceMesh > &) const =0
Construct and return a clone.
TypeName(coupledFvPatch::typeName_())
Runtime type information.
coupledFvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A FieldMapper for finite-volume patch fields.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
fvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.
A class for managing temporary objects.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.