40 #ifndef Foam_fixedValuePointPatchField_H 41 #define Foam_fixedValuePointPatchField_H 132 const this_bctype& pfld,
137 [[deprecated(
"2026-03: soon = delete")]]
139 #ifdef Foam_pointPatchField_copyConstruct 140 : this_bctype(pfld, pfld.internalField()) {}
146 virtual autoPtr<pointPatchField<Type>>
clone 148 const DimensionedField<Type, pointMesh>& iF
158 virtual bool fixesValue()
const {
return true; }
161 virtual bool assignable()
const {
return false; }
169 virtual void operator=(
const Field<Type>&) {}
181 #include "fixedValuePointPatchField.txx"
Foam::valuePointPatchField.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
A FixedValue boundary condition for pointField.
virtual bool fixesValue() const
True: this patch field fixes a value.
Foam::pointPatchFieldMapper.
Abstract base class for point-mesh patch fields.
tmp< Field< Type > > clone() const
Clone.
static autoPtr< pointPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
virtual void operator=(const valuePointPatchField< Type > &)
Basic pointPatch represents a set of points from the mesh.
A simple container of IOobject preferences. Can also be used for general handling of read/no-read/rea...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
fixedValuePointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
virtual bool assignable() const
False: this patch field is not altered by assignment.
TypeName("fixedValue")
Runtime type information.
readOption
Enumeration defining read preferences.