Go to the documentation of this file.
55 #ifndef fixedValueFvPatchField_H
56 #define fixedValueFvPatchField_H
70 class fixedValueFvPatchField
72 public fvPatchField<Type>
190 virtual void operator+=(
const fvPatchField<Type>&) {}
191 virtual void operator-=(
const fvPatchField<Type>&) {}
192 virtual void operator*=(
const fvPatchField<scalar>&) {}
193 virtual void operator/=(
const fvPatchField<scalar>&) {}
195 virtual void operator+=(
const Field<Type>&) {}
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void operator/=(const scalar)
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the.
virtual void operator+=(const fvPatchField< Type > &)
A class for managing temporary objects.
virtual void operator-=(const Type &)
virtual void operator=(const Type &)
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
virtual void operator=(const UList< Type > &)
virtual void write(Ostream &) const
Write.
virtual void operator*=(const scalar)
virtual void operator*=(const fvPatchField< scalar > &)
virtual bool fixesValue() const
Return true if this patch field fixes a value.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual void operator/=(const fvPatchField< scalar > &)
fixedValueFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void operator+=(const Type &)
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Return the matrix diagonal coefficients corresponding to the.
virtual void operator-=(const Field< Type > &)
virtual tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the.
TypeName("fixedValue")
Runtime type information.
virtual void operator+=(const Field< Type > &)
virtual void operator=(const fvPatchField< Type > &)
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the.
Foam::fvPatchFieldMapper.
virtual void operator*=(const Field< scalar > &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void operator/=(const Field< scalar > &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void operator-=(const fvPatchField< Type > &)