72 <<
"Field type does not correspond to patch type for patch "
75 <<
"Patch type: " << this->
patch().type()
85 const DimensionedField<Type, edgeMesh>& iF,
89 coupledFaePatchField<Type>(
p, iF,
dict, IOobjectOption::LAZY_READ),
95 <<
"patch " << this->
patch().
index() <<
" not processor type. "
96 <<
"Patch type = " << p.type()
105 const processorFaePatchField<Type>& ptf
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...
A simple container of IOobject preferences. Can also be used for general handling of read/no-read/rea...
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
coupledFaePatchField(const faPatch &, const DimensionedField< Type, edgeMesh > &)
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-area patch fields.
Finite area patch class. Used for 2-D non-Euclidian finite area method.
const faPatch & patch() const noexcept
Return the patch.
label index() const noexcept
The index of this patch in the boundaryMesh.
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
processorFaePatchField(const faPatch &, const DimensionedField< Type, edgeMesh > &)
Construct from patch and internal field.
#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.
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)