60 <<
"Field type does not correspond to patch type for patch "
63 <<
"Patch type: " << this->
patch().type()
73 const DimensionedField<Type, surfaceMesh>& iF,
77 coupledFvsPatchField<Type>(
p, iF,
dict),
78 cyclicAMIPatch_(
refCast<const cyclicAMIFvPatch>(
p,
dict))
83 <<
"patch " << this->
patch().
index() <<
" not cyclicAMI type. "
84 <<
"Patch type = " << p.type()
93 const cyclicAMIFvsPatchField<Type>& ptf
97 cyclicAMIPatch_(ptf.cyclicAMIPatch_)
109 cyclicAMIPatch_(ptf.cyclicAMIPatch_)
118 return cyclicAMIPatch_.coupled();
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Abstract base class for coupled patches.
coupledFvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.
Cyclic patch for Arbitrary Mesh Interface (AMI).
This boundary condition enforces a cyclic condition between a pair of boundaries, whereby communicati...
cyclicAMIFvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.
virtual bool coupled() const
Return true if running parallel.
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.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Type & refCast(U &obj)
A dynamic_cast (for references) to Type reference.
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
Ostream & endl(Ostream &os)
Add newline and flush stream.
const Type * isA(const U &obj)
Attempt dynamic_cast to Type.
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
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)