Go to the documentation of this file.
52 jump_(ptf.
jump_, mapper)
67 if (this->cyclicAMIPatch().owner())
72 if (
dict.found(
"value"))
81 this->evaluate(Pstream::blocking);
114 if (this->cyclicAMIPatch().owner())
121 refCast<const fixedJumpAMIFvPatchField<Type> >
123 this->neighbourPatchField()
126 if (this->cyclicAMIPatch().applyLowWeightCorrection())
128 return this->cyclicAMIPatch().interpolate
136 return this->cyclicAMIPatch().interpolate(nbrPatch.
jump());
163 refCast<const fixedJumpAMIFvPatchField<Type> >(ptf);
172 os.
writeKeyword(
"patchType") << this->interfaceFieldType()
173 << token::END_STATEMENT <<
nl;
175 if (this->cyclicAMIPatch().owner())
177 jump_.writeEntry(
"jump", os);
180 this->writeEntry(
"value", os);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
A class for managing temporary objects.
This boundary condition provides a base class that enforces a cyclic condition with a specified 'jump...
Field< Type > jump_
"jump" field
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
This boundary condition provides a jump condition, across non-conformal cyclic path-pairs,...
fixedJumpAMIFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual tmp< Field< Type > > jump() const
Return the "jump" across the patch.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Traits class for primitives.
Ostream & writeKeyword(const keyType &)
Write the keyword followed by an appropriate indentation.
virtual void write(Ostream &) const
Write.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...