40#ifndef directionMixedFvPatchField_H
41#define directionMixedFvPatchField_H
130 virtual bool fixesValue()
const {
return true; }
133 virtual bool assignable()
const {
return false; }
176 return valueFraction_;
181 return valueFraction_;
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...
constexpr Field() noexcept
Default construct.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
commsTypes
Communications types.
@ buffered
"buffered" : (MPI_Bsend, MPI_Recv)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual void operator/=(const Field< scalar > &)
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
virtual bool fixesValue() const
True: this patch field fixes a value.
virtual const Field< Type > & refGrad() const
virtual void operator+=(const Field< Type > &)
virtual void operator=(const Type &)
virtual const symmTensorField & valueFraction() const
virtual void operator*=(const Field< scalar > &)
virtual void operator+=(const fvPatchField< Type > &)
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.
virtual symmTensorField & valueFraction()
virtual void operator=(const fvPatchField< Type > &)
virtual void operator/=(const scalar)
virtual Field< Type > & refGrad()
virtual void operator-=(const fvPatchField< Type > &)
virtual void operator/=(const fvPatchField< Type > &)
TypeName("directionMixed")
Runtime type information.
virtual void operator-=(const Type &)
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
virtual const Field< Type > & refValue() const
virtual tmp< fvPatchField< Type > > clone() const
Return a clone.
virtual bool assignable() const
False: this patch field is not altered by assignment.
virtual tmp< Field< Type > > snGradTransformDiag() const
Return face-gradient transform diagonal.
virtual void operator=(const Field< Type > &)
virtual Field< Type > & refValue()
virtual void operator*=(const scalar)
virtual void operator*=(const fvPatchField< Type > &)
virtual void operator-=(const Field< Type > &)
virtual void operator+=(const Type &)
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::buffered)
Evaluate the patch field.
directionMixedFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual tmp< fvPatchField< Type > > clone(const DimensionedField< Type, volMesh > &iF) const
Clone with an internal field reference.
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...
static tmp< fvPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
fvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.
List< label > labelList
A List of labels.
Field< symmTensor > symmTensorField
Specialisation of Field<T> for symmTensor.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.