Go to the documentation of this file.
47 #ifndef slicedFvPatchField_H
48 #define slicedFvPatchField_H
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void operator*=(const fvPatchField< scalar > &)
virtual void operator/=(const scalar)
virtual void operator=(const fvPatchField< Type > &)
A class for managing temporary objects.
virtual tmp< Field< Type > > snGrad() const
Return patch-normal gradient.
virtual void operator-=(const Field< Type > &)
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void operator+=(const Type &)
virtual void operator-=(const fvPatchField< Type > &)
virtual void initEvaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Initialise the evaluation of the patch field.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Evaluate the patch field, sets Updated to false.
virtual void operator-=(const Type &)
slicedFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &, const Field< Type > &)
Construct from patch, internal field and field to slice.
TypeName("sliced")
Runtime type information.
virtual bool fixesValue() const
Return true if this patch field fixes a value.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void operator/=(const fvPatchField< scalar > &)
Specialization of fvPatchField which creates the underlying fvPatchField as a slice of the given comp...
virtual void operator/=(const Field< scalar > &)
virtual tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the.
virtual void operator=(const Type &)
commsTypes
Types of communications.
virtual void operator+=(const Field< Type > &)
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the.
virtual void operator+=(const fvPatchField< Type > &)
virtual void operator=(const UList< Type > &)
Foam::fvPatchFieldMapper.
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void operator*=(const scalar)
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the.
virtual tmp< Field< Type > > patchInternalField() const
Return internal field next to patch as patch field.
virtual tmp< Field< Type > > patchNeighbourField() const
Return patchField of the values on the patch or on the.
virtual void write(Ostream &) const
Write.
virtual void operator*=(const Field< scalar > &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...