Go to the documentation of this file.
35 #ifndef sixDoFRigidBodyDisplacementPointPatchVectorField_H
36 #define sixDoFRigidBodyDisplacementPointPatchVectorField_H
94 TypeName(
"sixDoFRigidBodyDisplacement");
scalar rhoInf_
Reference density required by the forces object for.
A class for handling words, derived from string.
vector g_
Gravity vector to store when not available from the db.
sixDoFRigidBodyMotion motion_
Six dof motion object.
Basic pointPatch represents a set of points from the mesh.
virtual autoPtr< pointPatchField< vector > > clone() const
Construct and return a clone.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Foam::pointPatchFieldMapper.
Foam::sixDoFRigidBodyDisplacementPointPatchVectorField.
A FixedValue boundary condition for pointField.
virtual void autoMap(const pointPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
TypeName("sixDoFRigidBodyDisplacement")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Six degree of freedom motion for a rigid body.
label curTimeIndex_
Current time index (used for updating)
pointField initialPoints_
Initial positions of points on the patch.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual void rmap(const pointPatchField< vector > &, const labelList &)
Reverse map the given pointPatchField onto this pointPatchField.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
word rhoName_
Name of density field, optional unless used for an.
virtual void write(Ostream &) const
Write.
label lookupGravity_
State of gravity lookup:
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
sixDoFRigidBodyDisplacementPointPatchVectorField(const pointPatch &, const DimensionedField< vector, pointMesh > &)
Construct from patch and internal field.