57 <<
"patch " << this->
patch().
index() <<
" not symmetryPlane type. "
58 <<
"Patch type = " << p.type()
67 const symmetryPlaneFvsPatchField<Type>& ptf,
69 const DimensionedField<Type, surfaceMesh>& iF,
70 const fvPatchFieldMapper& mapper
73 fvsPatchField<Type>(ptf,
p, iF, mapper)
78 <<
"Field type does not correspond to patch type for patch "
81 <<
"Patch type: " << this->
patch().type()
90 const symmetryPlaneFvsPatchField<Type>& ptf,
91 const DimensionedField<Type, surfaceMesh>& iF
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A simple container of IOobject preferences. Can also be used for general handling of read/no-read/rea...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
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.
label index() const noexcept
The index of this patch in the boundary mesh.
const fvPatch & patch() const noexcept
Return the patch.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
void writeValueEntry(Ostream &os) const
Write *this field as a "value" entry.
fvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.
virtual void write(Ostream &os) const
Write the patch "type".
const DimensionedField< Type, surfaceMesh > & internalField() const noexcept
Return const-reference to the dimensioned internal field.
This boundary condition enforces a symmetryPlane constraint.
symmetryPlaneFvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.
virtual void write(Ostream &) const
Write includes "value" entry.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
OBJstream os(runTime.globalPath()/outputName)
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
Ostream & endl(Ostream &os)
Add newline and flush stream.
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
bool isType(const U &obj)
Check if typeid of the object and Type are identical.
error FatalError
Error stream (stdout output on all processes), with additional 'FOAM FATAL ERROR' header text and sta...
errorManipArg< error, int > exit(error &err, const int errNo=1)