37 #ifndef mixedFixedValueSlipFvPatchField_H 38 #define mixedFixedValueSlipFvPatchField_H 162 return valueFraction_;
167 return valueFraction_;
A list of keyword definitions, which are a keyword followed by any number of values (e...
commsTypes
Types of communications.
virtual void operator=(const UList< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual Field< Type > & refValue()
virtual tmp< Field< Type > > snGradTransformDiag() const
Return face-gradient transform diagonal.
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field.
virtual void operator*=(const fvPatchField< scalar > &)
TypeName("mixedFixedValueSlip")
Runtime type information.
Pre-declare SubField and related Field type.
virtual void operator/=(const fvPatchField< scalar > &)
Foam::fvPatchFieldMapper.
virtual void reset(const fvPatchField< Type > &)
Reset the fvPatchField to the given fvPatchField.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual scalarField & valueFraction()
virtual bool assignable() const
Return false: this patch field is not altered by assignment.
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
virtual void write(Ostream &) const
Write.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
A class for managing temporary objects.
virtual void operator+=(const fvPatchField< Type > &)
A mixed boundary type that blends between fixedValue and slip, as opposed to the standard mixed condi...
tmp< fvPatchField< Type > > clone() const
Disallow clone without setting internal field reference.
virtual void operator-=(const fvPatchField< Type > &)
mixedFixedValueSlipFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.