40 #ifndef Foam_fixedValueOutflowFaPatchField_H 41 #define Foam_fixedValueOutflowFaPatchField_H 118 virtual bool fixesValue()
const {
return true; }
155 virtual void operator+=(
const faPatchField<Type>&) {}
156 virtual void operator-=(
const faPatchField<Type>&) {}
157 virtual void operator*=(
const faPatchField<scalar>&) {}
158 virtual void operator/=(
const faPatchField<scalar>&) {}
160 virtual void operator+=(
const Field<Type>&) {}
161 virtual void operator-=(
const Field<Type>&) {}
163 virtual void operator*=(
const Field<scalar>&) {}
164 virtual void operator/=(
const Field<scalar>&) {}
181 #include "fixedValueOutflowFaPatchField.txx" virtual void operator+=(const faPatchField< Type > &)
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual tmp< faPatchField< Type > > clone() const
No clone without an internal field reference.
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the.
TypeName("fixedValueOutflow")
Runtime type information.
virtual bool fixesValue() const
True: the patch field fixes a value.
faPatchField<Type> abstract base class. This class gives a fat-interface to all derived classes cover...
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
virtual void write(Ostream &) const
Write includes "value" entry.
virtual void operator=(const UList< Type > &)
fixedValueOutflowFaPatchField(const faPatch &, const DimensionedField< Type, areaMesh > &)
Construct from patch and internal field.
virtual void operator*=(const faPatchField< scalar > &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Finite area patch class. Used for 2-D non-Euclidian finite area method.
static tmp< faPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
virtual void operator-=(const faPatchField< Type > &)
virtual tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void operator/=(const faPatchField< scalar > &)
A class for managing temporary objects.
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the.
A FieldMapper for finite-area patch fields.
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Return the matrix diagonal coefficients corresponding to the.