85 const uniformJumpAMIFvPatchField<Type>& ptf
115 if (this->cyclicAMIPatch().owner())
117 this->jump_ = jumpTable_->value(this->db().time().value());
128 if (this->cyclicAMIPatch().owner())
130 jumpTable_->writeData(
os);
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
@ buffered
"buffered" : (MPI_Bsend, MPI_Recv)
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 write(Ostream &) const
Write.
Field< Type > jump_
"jump" field
fixedJumpAMIFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
const objectRegistry & db() const
The associated objectRegistry.
bool updated() const noexcept
True if the boundary condition has already been updated.
A FieldMapper for finite-volume patch fields.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
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.
virtual void evaluate(const Pstream::commsTypes commsType)
Evaluate the patch field.
OBJstream os(runTime.globalPath()/outputName)