39#ifndef solidBodyMotionDisplacementPointPatchVectorField_H
40#define solidBodyMotionDisplacementPointPatchVectorField_H
56 public fixedValuePointPatchVectorField
69 TypeName(
"solidBodyMotionDisplacement");
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
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,...
Foam::pointPatchFieldMapper.
static autoPtr< pointPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
Basic pointPatch represents a set of points from the mesh.
const pointField & localPoints0() const
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
solidBodyMotionDisplacementPointPatchVectorField(const pointPatch &, const DimensionedField< vector, pointMesh > &)
Construct from patch and internal field.
const solidBodyMotionFunction & motion() const
Return the fluctuation scale.
virtual autoPtr< pointPatchField< vector > > clone() const
Return a clone.
virtual autoPtr< pointPatchField< vector > > clone(const DimensionedField< vector, pointMesh > &iF) const
Construct and return a clone setting internal field reference.
TypeName("solidBodyMotionDisplacement")
Runtime type information.
Base class for defining solid-body motions.
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.