46#ifndef Foam_zeroValuePointPatchField_H
47#define Foam_zeroValuePointPatchField_H
133 virtual bool fixesValue()
const {
return true; }
136 virtual bool assignable()
const {
return false; }
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.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
fixedValuePointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
Foam::pointPatchFieldMapper.
Abstract base class for point-mesh patch fields.
static autoPtr< pointPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
const DimensionedField< Type, pointMesh > & internalField() const noexcept
Return const-reference to the dimensioned internal field.
pointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
Basic pointPatch represents a set of points from the mesh.
Foam::valuePointPatchField.
valuePointPatchField(const valuePointPatchField &)=default
Copy construct.
virtual bool fixesValue() const
True: this patch field fixes a value.
virtual void operator==(const pointPatchField< Type > &)
TypeName("zeroValue")
Runtime type information.
virtual void operator==(const Type &)
virtual void operator=(const pointPatchField< Type > &)
zeroValuePointPatchField(const zeroValuePointPatchField< Type > &pfld)
Copy construct.
virtual void operator=(const Type &)
zeroValuePointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
virtual void operator==(const valuePointPatchField< Type > &)
bool operator!=(const valuePointPatchField< Type > &) const =delete
virtual autoPtr< pointPatchField< Type > > clone(const DimensionedField< Type, pointMesh > &iF) const
Construct and return a clone setting internal field reference.
virtual void operator==(const Field< Type > &)
bool operator!=(const Field< Type > &) const =delete
bool operator!=(const Type &) const =delete
virtual bool assignable() const
False: this patch field is not altered by assignment.
virtual autoPtr< pointPatchField< Type > > clone() const
Return a clone.
virtual void operator=(const valuePointPatchField< Type > &)
virtual void operator=(const Field< Type > &)
bool operator!=(const pointPatchField< Type > &) const =delete
OBJstream os(runTime.globalPath()/outputName)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.