Adding report Switch to turn on reporting.
Renaming linearSphericalAngularSpring to sphericalAngularSpring and
getting a moment contribution from each axis. Can supply a reference
orientation.
Moving maximum iteration FatalErrorIn check after constraint while loop.
Adding currentOrientation function to give access to Q, but safely and
with a more descriptive name for the function.
Added force to fixedPoint constraint.
Moved application of rotation matrices to function.
Implemented predictedPosition function.
Added maximum iteration check and under-relaxation variable.
Applying restraints, which return the force and moment to be applied
to the attachment point.
Adding linearSpring with along axis damping.
Making access functions for the sixDoFRigidBodyMotion data private
where possible to prevent erroneous external use of body local data.
Fixing bug in unused updateForce(pointField...) function, torques were
not being correctly applied.
Adding gravity lookup to uncoupledSixDoFRigidBodyDisplacement BC to
allow it to be used in, for example, moveDynamicMesh (which would need
read gravity into the database).
restraints and constraints.
Moving sixDoFRigidBodyMotion back one directory.
Adding uncoupledSixDoFRigidBodyDisplacement to execute motion
specified by the six DoF motion state, but not applying surface
forces. Useful for pre-displacing a mesh.
Adding constrainedSixDoFRigidBodyDisplacement to temporarily perform
Vorticity's lander simulation. Will be removed when generalised
constraints are added.
deltaT().value() to deltaTValue()
and
deltaT0().value() to deltaT0Value()
across the whole code - faster to return especially if being used
often, in each call to a submodel for example.