46 #ifndef Foam_zeroValueFvsPatchField_H 47 #define Foam_zeroValueFvsPatchField_H 123 virtual bool fixesValue()
const {
return true; }
126 virtual bool assignable()
const {
return false; }
129 virtual void write(Ostream& os)
const;
163 virtual void operator+=(
const fvsPatchField<Type>&) {}
164 virtual void operator-=(
const fvsPatchField<Type>&) {}
165 virtual void operator*=(
const fvsPatchField<scalar>&) {}
166 virtual void operator/=(
const fvsPatchField<scalar>&) {}
168 virtual void operator+=(
const Field<Type>&) {}
169 virtual void operator-=(
const Field<Type>&) {}
171 virtual void operator*=(
const Field<scalar>&) {}
172 virtual void operator/=(
const Field<scalar>&) {}
182 virtual void operator==(
const fvsPatchField<Type>&) {}
200 #include "zeroValueFvsPatchField.txx"
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Return the matrix diagonal coefficients corresponding to the evaluation of the value of this patchFie...
virtual bool fixesValue() const
True: this patch field fixes a value.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
static tmp< fvsPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
virtual void operator/=(const fvsPatchField< scalar > &)
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the evaluation of the value of this patchField...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Specifies a zero fixed value boundary condition.
zeroValueFvsPatchField(const fvPatch &p, const DimensionedField< Type, surfaceMesh > &iF)
Construct from patch and internal field.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void operator==(const fvsPatchField< Type > &)
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
A FieldMapper for finite-volume patch fields.
virtual void operator+=(const fvsPatchField< Type > &)
bool operator!=(const fvPatchField< Type > &) const =delete
TypeName("zeroValue")
Runtime type information.
virtual bool assignable() const
False: this patch field is not altered by assignment.
virtual void operator=(const UList< Type > &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the evaluation of the gradient of this patchFi...
virtual void write(Ostream &os) const
Write (without "value" entry)
A class for managing temporary objects.
virtual void operator-=(const fvsPatchField< Type > &)
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
virtual tmp< fvsPatchField< Type > > clone() const
No clone without an internal field reference.
virtual tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the evaluation of the gradient of this patch...
virtual void operator*=(const fvsPatchField< scalar > &)