Go to the documentation of this file.
55 #ifndef coupledFixedValueFvPatchField_H
56 #define coupledFixedValueFvPatchField_H
70 class coupledFixedValueFvPatchField
72 public fvPatchField<Type>
202 virtual void operator+=(
const fvPatchField<Type>&) {}
203 virtual void operator-=(
const fvPatchField<Type>&) {}
204 virtual void operator*=(
const fvPatchField<scalar>&) {}
205 virtual void operator/=(
const fvPatchField<scalar>&) {}
207 virtual void operator+=(
const Field<Type>&) {}
208 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 tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the.
virtual void operator-=(const fvPatchField< Type > &)
A class for handling words, derived from string.
virtual void write(Ostream &) const
Write.
virtual tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the.
virtual void operator/=(const fvPatchField< scalar > &)
A class for managing temporary objects.
virtual void operator=(const Type &)
coupledFixedValueFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void operator/=(const Field< scalar > &)
virtual void operator*=(const scalar)
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
TypeName("coupledFixedValue")
Runtime type information.
virtual void operator/=(const scalar)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual void operator=(const UList< Type > &)
virtual void operator+=(const fvPatchField< Type > &)
virtual void operator-=(const Field< Type > &)
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 > &)
virtual void operator*=(const Field< scalar > &)
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the.
commsTypes
Types of communications.
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Return the matrix diagonal coefficients corresponding to the.
virtual void operator=(const fvPatchField< Type > &)
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
const word neighbourName_
virtual void operator-=(const Type &)
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Evaluate the patch field.
virtual bool fixesValue() const
Return true if this patch field fixes a value.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void operator+=(const Field< Type > &)
virtual void operator+=(const Type &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...