cmc failure

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
raman samberia
Posts: 28
Joined: Tue Jan 03, 2017 11:29 pm

cmc failure

Post by raman samberia » Thu May 03, 2018 3:17 am

sir i am using upper extremity arm model for cmc simulation of human arm, as it already has one joint r_z for ration of body wrt z axis . The model works fine with it . but as soon as i add other rotation and translation to model(r_x,r_y,t_x,t_y,t_z). the simulation fails and gives error like SimTK Exception thrown at MuscleFixedWidthPennationModel.cpp:219: or (fiber length >0) condition not met. there is no motion in all these six solid body translation and rotation . even if i lock all these translation and rotation is still get ame error

User avatar
Thomas Uchida
Posts: 1787
Joined: Wed May 16, 2012 11:40 am

Re: cmc failure

Post by Thomas Uchida » Thu May 03, 2018 11:13 pm

The error indicates that one of the muscle fiber lengths is reaching zero. It's difficult to diagnose the issue without seeing the model. To troubleshoot, you could try plotting the fiber lengths to narrow down which muscle is causing the issue, then check the properties of this muscle (e.g., how the GeometryPath has been defined).

POST REPLY