- 17 Dec, 2019 1 commit
-
-
1) rPolynomial Eq of State 2) externalForce and softWall in rigidBodyDynamics INT: Several minor bug fixes plus
-
- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 05 Oct, 2018 1 commit
-
-
Mark Olesen authored
- instead of dict.lookup(name) >> val; can use dict.readEntry(name, val); for checking of input token sizes. This helps catch certain types of input errors: { key1 ; // <- Missing value key2 1234 // <- Missing ';' terminator key3 val; } STYLE: readIfPresent() instead of 'if found ...' in a few more places.
-
- 05 Nov, 2017 1 commit
-
-
Mark Olesen authored
- makes for clearer code ENH: make writeIfDifferent part of Ostream
-
- 20 Oct, 2017 1 commit
-
-
The restraints generate either joint-local (tau) or global (fx) forces. At the moment they all generate the latter. This change corrects three of the four restraints so that the forces are in the gobal coordinate system and not the local coordinate system of the body. The problem with this is that the forward dynamics code then transforms most of the forces back to the body local coordinate system. A better solution would be to associate restraints which are more sensibly defined in a local frame with the joints instead of the bodies, and return the forces as part of the tau variable.
-
- 19 Apr, 2016 1 commit
-
-
Henry Weller authored
Now internal forces and restraints may be applied between bodies within the articulated structure.
-
- 11 Apr, 2016 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
-
- 12 Feb, 2015 1 commit
-
-
Henry authored
-
- 22 Jan, 2014 1 commit
-
- 20 Jan, 2014 1 commit
-
-
andy authored
-
- 17 Dec, 2013 1 commit
-
-
Henry authored
-
- 16 Dec, 2013 1 commit
-
-
Henry authored
-
- 13 Dec, 2013 1 commit
-
-
Henry authored
rather than applied as a force correction
-
- 08 Dec, 2013 2 commits
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 11 May, 2011 1 commit
-
-
andy authored
-
- 19 Jan, 2011 1 commit
-
- 14 Jan, 2011 1 commit
-
-
Andrew Heather authored
-
- 07 Jan, 2011 1 commit
-
-
graham authored
-
- 05 Jan, 2011 2 commits
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- 28 Jul, 2010 1 commit
-
-
graham authored
-
- 31 May, 2010 1 commit
-
-
graham authored
reporting. Making sixDoFRigidBodyMotionConstraints less verbose by default, now requires debug switch to be set.
-
- 09 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 05 Feb, 2010 2 commits
-
-
graham authored
Now storing name of restrain or constraint in list in the sixDoFRigidBodyMotion object. Added a write method to all constraints and restraints.
-
graham authored
Now storing name of restraint or constraint in wordList in the sixDoFRigidBodyMotion object. Added a write method to all constraints and restraints.
-
- 03 Feb, 2010 1 commit
-
-
graham authored
restraint data to the classes themselves to allow class specific data to be reported.
-
- 01 Feb, 2010 1 commit
-
-
graham authored
Adding report Switch to turn on reporting. Renaming linearSphericalAngularSpring to sphericalAngularSpring and getting a moment contribution from each axis. Can supply a reference orientation.
-
- 28 Jan, 2010 1 commit
-
-
graham authored
Adding fixedPlane and fixedLine constraints.
-
- 27 Jan, 2010 1 commit
-
-
graham authored
Added force to fixedPoint constraint. Moved application of rotation matrices to function. Implemented predictedPosition function. Added maximum iteration check and under-relaxation variable.
-
- 26 Jan, 2010 1 commit
-
-
graham authored
Adding outline and placeholders for constraints and their solution.
-
- 09 Oct, 2009 1 commit
-
-
mattijs authored
-
- 08 Oct, 2009 2 commits
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 25 Jun, 2008 1 commit
-
-
Mark Olesen authored
-