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 cyclicACMIPatch_(
refCast<const cyclicACMIFvPatch>(
p,
dict))
83 <<
"patch " << this->
patch().
index() <<
" not cyclicACMI type. "
84 <<
"Patch type = " << p.type()
93 const cyclicACMIFvsPatchField<Type>& ptf
97 cyclicACMIPatch_(ptf.cyclicACMIPatch_)
109 cyclicACMIPatch_(ptf.cyclicACMIPatch_)
122 this->cyclicACMIPatch_.size()
123 && this->cyclicACMIPatch_.cyclicACMIPatch().neighbPatch().size()
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
static bool parRun(const bool on) noexcept
Set as parallel run on/off.
Abstract base class for coupled patches.
coupledFvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.
Cyclic patch for Arbitrarily Coupled Mesh Interface (ACMI).
This boundary condition enforces a cyclic condition between a pair of boundaries, whereby communicati...
cyclicACMIFvsPatchField(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)