84 const fixedJumpAMIFvPatchField<Type>& ptf
109 if (this->cyclicAMIPatch().owner())
115 const fixedJumpAMIFvPatchField& nbrPatch =
118 this->neighbourPatchField()
121 if (this->cyclicAMIPatch().applyLowWeightCorrection())
167 os.writeEntry(
"patchType", this->interfaceFieldType());
169 if (this->cyclicAMIPatch().owner())
171 jump_.writeEntry(
"jump",
os);
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...
@ MUST_READ
Reading required.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
@ buffered
"buffered" : (MPI_Bsend, MPI_Recv)
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
const cyclicAMIFvPatchField< Type > & neighbourPatchField() const
Return reference to neighbour patchField.
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
const cyclicAMIFvPatch & cyclicAMIPatch() const noexcept
Return local reference cast into the cyclic AMI patch.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
This boundary condition provides a jump condition, across non-conformal cyclic path-pairs,...
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
virtual void write(Ostream &) const
Write.
Field< Type > jump_
"jump" field
virtual tmp< Field< Type > > jump() const
Return the "jump" across the patch.
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
fixedJumpAMIFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
A FieldMapper for finite-volume patch fields.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
void writeValueEntry(Ostream &os) const
Write *this field as a "value" entry.
bool readValueEntry(const dictionary &dict, IOobjectOption::readOption readOpt=IOobjectOption::LAZY_READ)
Read the "value" entry into *this.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition provides a base class that enforces a cyclic condition with a specified 'jump...
virtual const word & interfaceFieldType() const
Return the interface type.
jumpCyclicAMIFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void evaluate(const Pstream::commsTypes commsType)
Evaluate the patch field.
A class for managing temporary objects.
OBJstream os(runTime.globalPath()/outputName)
Type & refCast(U &obj)
A dynamic_cast (for references) to Type reference.
List< label > labelList
A List of labels.
static constexpr const zero Zero
Global zero (0).