41#ifndef Foam_fixedValueFaePatchField_H
42#define Foam_fixedValueFaePatchField_H
149 virtual bool fixesValue()
const {
return true; }
171 virtual void operator*=(
const Field<scalar>&) {}
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
constexpr Field() noexcept
Default construct.
readOption
Enumeration defining read preferences.
@ MUST_READ
Reading required.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A FieldMapper for finite-area patch fields.
Finite area patch class. Used for 2-D non-Euclidian finite area method.
faePatchField<Type> abstract base class. This class gives a fat-interface to all derived classes cove...
const DimensionedField< Type, edgeMesh > & internalField() const noexcept
Return const-reference to the dimensioned internal field.
faePatchField(const faPatch &, const DimensionedField< Type, edgeMesh > &)
Construct from patch and internal field.
static tmp< faePatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
virtual void operator/=(const Field< scalar > &)
virtual bool fixesValue() const
True: this patch field fixes a value.
virtual void operator-=(const faePatchField< Type > &)
virtual ~fixedValueFaePatchField()=default
Destructor.
virtual void operator+=(const Field< Type > &)
virtual void operator=(const Type &)
virtual void operator*=(const Field< scalar > &)
virtual tmp< faePatchField< Type > > clone(const DimensionedField< Type, edgeMesh > &iF) const
Clone with an internal field reference.
TypeName("fixedValue")
Runtime type information.
virtual void operator*=(const faePatchField< scalar > &)
fixedValueFaePatchField(const fixedValueFaePatchField< Type > &pfld)
Construct as copy.
virtual void operator/=(const scalar)
virtual void operator=(const UList< Type > &)
virtual tmp< faePatchField< Type > > clone() const
Return clone.
virtual void operator=(const faePatchField< Type > &)
virtual void operator-=(const Type &)
fixedValueFaePatchField(const faPatch &, const DimensionedField< Type, edgeMesh > &)
Construct from patch and internal field.
virtual void operator+=(const faePatchField< Type > &)
virtual void operator/=(const faePatchField< scalar > &)
virtual void operator*=(const scalar)
virtual void operator-=(const Field< Type > &)
virtual void operator+=(const Type &)
A class for managing temporary objects.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.