Search found 136 matches

by Ajay Seth
Wed Oct 24, 2018 9:09 pm
Forum: 2018 Fall OpenSim Virtual Workshop
Topic: treadmill, inclination
Replies: 3
Views: 719

Re: treadmill, inclination

If the GRFs and CoP data are with respect to the treadmill's forceplate reference frame (angled) then you need only define a PhysicalFrame (either a treadmill Body or PhysicalOffsetFrame affixed to ground). In specifying the ExternalLoads editor change the "Force Expressed in" and "Point Expressed i...
by Ajay Seth
Wed Oct 24, 2018 12:10 pm
Forum: 2018 Fall OpenSim Virtual Workshop
Topic: How to validate joint stiffness using a prescribed point force.
Replies: 1
Views: 504

Re: How to validate joint stiffness using a prescribed point force.

Your approach sounds reasonable and you can apply any force (either a profile you create or the experimental GRF) to any body in the model. Once you've created the model you can apply the force using External Loads tab in the GUI and associate forces (with force vector and point locations as columns...
by Ajay Seth
Tue Oct 09, 2018 3:36 pm
Forum: OpenSim
Topic: Arm26 static optimization results for different elbow angles
Replies: 8
Views: 1569

Re: Arm26 static optimization results for different elbow angles

> Why are the extensor forces so high? Perhaps because generating flexion moments at the elbow requires: 1) bi-articular biceps which flex both shoulder and elbow and 2) even uni-articular elbow flexors will induce shoulder flexion acceleration. In reality, there are numerous other muscles that cros...
by Ajay Seth
Mon Oct 01, 2018 12:28 pm
Forum: OpenSim
Topic: Problems performing IAA with Gait2354 model
Replies: 5
Views: 757

Re: Problems performing IAA with Gait2354 model

The reaction reported is the total reaction force and moment on the calcaneous body as applied to its body frame. You can use it to compute the center of pressure and free-moment.
by Ajay Seth
Mon Oct 30, 2017 2:24 pm
Forum: OpenSim
Topic: ID algorithm
Replies: 2
Views: 1061

Re: ID algorithm

Sorry for the confusion. OpenSim, before its full integration of Simbody (before 2.0), used to solve for the generalized forces that generated the user-supplied acceleration, iteratively. Since then, all multibody dynamics are performed with Simbody. The InverseDynamicsSolver provides a simpler inte...
by Ajay Seth
Thu Oct 26, 2017 10:59 pm
Forum: 2017 Fall OpenSim Virtual Workshop
Topic: Measuring Contact Force Vectors in Forward Simulation
Replies: 16
Views: 3515

Re: Measuring Contact Force Vectors in Forward Simulation

I am not sure this is the issue in your case, but be aware that you cannot realizedDynamics within computeControls of a Controller. That will cause an infinite recursion because realizeDynamics invokes the Controller::computeControls on all Model controllers. Actuators then access the computed contr...
by Ajay Seth
Tue Oct 24, 2017 5:47 pm
Forum: 2017 Fall OpenSim Virtual Workshop
Topic: Verifying IAA induced constraints
Replies: 3
Views: 1521

Re: Verifying IAA induced constraints

Adam, Remember that the constraint reaction forces are presented in the body frames (e.g. calcaneous and/or ground) and are not resolved at the point of contact. If your resolve the moments to the effective center-of-pressure (CoP) on the floor plane that will enable you to verify the CoP and valida...
by Ajay Seth
Thu Mar 09, 2017 3:19 pm
Forum: OpenSim
Topic: Inverse Dynamics error
Replies: 5
Views: 832

Re: Inverse Dynamics error

If you haven't already, try previewing your ground reaction forces in the GUI and double check the units for the GRF data. If, for example, your center-of-pressure (COP) is in mm vs. m, or force-plate moments are reported in N*mm your computed moments will be enormous (like what you are seeing). If ...
by Ajay Seth
Thu May 19, 2016 2:52 pm
Forum: OpenSim
Topic: Inconsistent Inverse Dynamics Solutions
Replies: 4
Views: 1097

Re: Inconsistent Inverse Dynamics Solutions

Either the inertia, constraints, or applied forces are different if you are using the same input kinematics. The distal joint moments would be similar if the distal inertia (outboard from the joint) are similar. The large proximal moments likely means ID has to account for large forces that are assi...
by Ajay Seth
Wed Oct 14, 2015 6:12 pm
Forum: OpenSim
Topic: Exoskeleton Modeling Approach
Replies: 2
Views: 1329

Re: Exoskeleton Modeling Approach

It should not be necessary to run the exoskeleton and human models separately. You can pose your model with the exoskeleton on and perform short forward dynamic simulations with the ForceReporter (Analysis) attached. Do the forces from the device look reasonable? CMC will fail if it cannot generate ...