36 #ifndef solidBodyMotionDisplacementPointPatchVectorField_H 37 #define solidBodyMotionDisplacementPointPatchVectorField_H 53 public fixedValuePointPatchVectorField
66 TypeName(
"solidBodyMotionDisplacement");
Basic pointPatch represents a set of points from the mesh.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Base class for defining solid-body motions.
virtual void write(Ostream &) const
Write.
virtual autoPtr< pointPatchField< vector > > clone() const
Construct and return a clone.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const solidBodyMotionFunction & motion() const
Return the fluctuation scale.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Enables the specification of a fixed value boundary condition using the solid body motion functions...
const pointField & localPoints0() const
Foam::pointPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
solidBodyMotionDisplacementPointPatchVectorField(const pointPatch &, const DimensionedField< vector, pointMesh > &)
Construct from patch and internal field.
TypeName("solidBodyMotionDisplacement")
Runtime type information.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...