Go to the documentation of this file.
44 #ifndef exprValuePointPatchField_H
45 #define exprValuePointPatchField_H
61 class exprValuePointPatchField
63 public valuePointPatchField<Type>,
64 public expressions::patchExprFieldBase
67 typedef valuePointPatchField<Type> parent_bctype;
Basic pointPatch represents a set of points from the mesh.
Foam::pointPatchFieldMapper.
Base class for managing patches with expressions. The expected input supports value,...
virtual autoPtr< pointPatchField< Type > > clone() const
virtual void write(Ostream &os) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
expressions::patchExpr::parseDriver driver_
OBJstream os(runTime.globalPath()/outputName)
Driver for patch expressions.
exprValuePointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Foam::valuePointPatchField.
virtual void updateCoeffs()
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A fixed value point boundary condition with expressions.