41 #ifndef Foam_fixedValueFaePatchField_H 42 #define Foam_fixedValueFaePatchField_H 139 virtual bool fixesValue()
const {
return true; }
152 virtual void operator=(
const faePatchField<Type>&) {}
153 virtual void operator+=(
const faePatchField<Type>&) {}
154 virtual void operator-=(
const faePatchField<Type>&) {}
155 virtual void operator*=(
const faePatchField<scalar>&) {}
159 virtual void operator-=(
const Field<Type>&) {}
161 virtual void operator*=(
const Field<scalar>&) {}
162 virtual void operator/=(
const Field<scalar>&) {}
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
virtual void operator+=(const faePatchField< Type > &)
virtual void operator=(const UList< Type > &)
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual void write(Ostream &) const
Write.
virtual void operator-=(const faePatchField< Type > &)
virtual tmp< faePatchField< Type > > clone() const
Return clone.
virtual ~fixedValueFaePatchField()=default
Destructor.
static tmp< faePatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
virtual bool fixesValue() const
True: this patch field fixes a value.
virtual void operator/=(const faePatchField< scalar > &)
Generic templated field type.
fixedValueFaePatchField(const faPatch &, const DimensionedField< Type, edgeMesh > &)
Construct from patch and internal field.
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.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
TypeName("fixedValue")
Runtime type information.
faePatchField<Type> abstract base class. This class gives a fat-interface to all derived classes cove...
A class for managing temporary objects.
A FieldMapper for finite-area patch fields.
virtual void operator*=(const faePatchField< scalar > &)
readOption
Enumeration defining read preferences.