How do the physics of this project work?
For hinge-style joints - The dot product between a vector traced from the superior to the interior joint and a vector traced from the base to the tip of the customized force vector is continuously computed. The minimum dot product is recorded to find when the vectors are approximately perpendicular, thus maximizing the external moment arm. The corresponding angle is also stored, and depending on which muscle has the greatest internal moment arm around that angle, the program computes with the muscle most stimulated.
For ball-and-socket style joints - The concept is similar, but more complex. Similar vectors are used, but a cross product is computed instead, and more factors about the general direction of motion from user parameters are factored into the conclusion.
What is left before the project is finished?
Seamlessly applying the logic and movement scripts to lower body joints and polishing the conclusions from various PubMed sources, including with graph visualization to ensure maximum usability and accuracy.
Contact: lmaridgefield@icloud.com or machinabiodev@gmail.com