51 #ifndef fixedValueFvPatchField_H 52 #define fixedValueFvPatchField_H 66 class fixedValueFvPatchField
68 public fvPatchField<Type>
92 const bool valueRequired=
true 103 const bool mappingRequired=
true This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the.
virtual void operator/=(const fvPatchField< scalar > &)
virtual void operator=(const UList< Type > &)
virtual void write(Ostream &) const
Write.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool assignable() const
Return false: this patch field is not altered by assignment.
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 tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the.
Pre-declare SubField and related Field type.
TypeName("fixedValue")
Runtime type information.
Foam::fvPatchFieldMapper.
virtual void operator*=(const fvPatchField< scalar > &)
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the.
fixedValueFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void operator+=(const fvPatchField< Type > &)
virtual bool fixesValue() const
Return true if this patch field fixes a value.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void operator-=(const fvPatchField< Type > &)
A class for managing temporary objects.
tmp< fvPatchField< Type > > clone() const
Disallow clone without setting internal field reference.