Added force to fixedPoint constraint.
Moved application of rotation matrices to function.
Implemented predictedPosition function.
Added maximum iteration check and under-relaxation variable.
- Earlier calculation of dQ was misleading - gave a measure of temperature
change and not heat release - also mixed molar/mass units so value was
somewhat random
- Updated to calculate enthalpy/sec [m2/s3] and improved/more descriptive
comments
- info now written as strings
- info now collected on master processor and written to top level
postProcessing folder as postProcessing/lagrangian/<cloudName>/<time>/...
The refValue was being converted by mixedEnthalpy (even though it is not
used) so a sensible value is necessary to get it to go through the conversion.
So it now just gets the value
The boundary conditions were still accessing e.g. the temperature even
when restarting. Now they
will reread all their data if there is a 'value' field present.
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.
square. The subdeterminants in the eigenvector calculation in
tensor.C ran off the bottom of SMALL. Handling by identifying the
longest edge as the collapseAxis.
Adding function to return the index of the longest edge for a face.