Search found 11 matches

by Ajay Sonar
Tue Dec 28, 2010 12:19 pm
Forum: OpenSim
Topic: Joint contact loads
Replies: 1
Views: 267

Joint contact loads

Hi Ayman,

The OpenSim documentation mentions that you can calculate the joint contact loads from the estimated muscle forces but does not show how to do it. Do you (or anyone else) have any example/documentation on how to perform this analysis.

Thanks,
Ajay
by Ajay Sonar
Thu Dec 09, 2010 2:02 pm
Forum: OpenSim
Topic: Joint Reaction and Contact Forces
Replies: 13
Views: 2696

RE: Joint Reaction and Contact Forces

Hi all,

How do I calculate the joint contact loads from the estimated muscle forces? Is it the same as the joint reaction forces calculated by the joint reaction analysis. If not does anyone know or have an example of how to do this.

Thanks,
Ajay
by Ajay Sonar
Tue Oct 26, 2010 2:52 pm
Forum: OpenSim
Topic: Detailed lumbar vertebrae scaling issues
Replies: 0
Views: 247

Detailed lumbar vertebrae scaling issues

<r>Hi all,<br/> <br/> I am trying to find the joint contact forces on the lumbar vertebrae. I was able to take full body model (gait2392_arms.osim by Tim Dorn) and modify it to create five joints at the lumbar region for the five lumbar vertebrae (FullBody.osim). I have extracted the motion capture ...
by Ajay Sonar
Tue Oct 19, 2010 7:18 pm
Forum: OpenSim
Topic: build/modify osim file using OpenSim SDK
Replies: 6
Views: 1032

RE: build/modify osim file using OpenSim SDK

Ayman,

Thanks, that works.

Cheers,
Ajay
by Ajay Sonar
Mon Oct 18, 2010 8:00 pm
Forum: OpenSim
Topic: build/modify osim file using OpenSim SDK
Replies: 6
Views: 1032

RE: build/modify osim file using OpenSim SDK

<t>Hi Ayman,<br/> <br/> If I change the line to <br/> <br/> OpenSim::BodySet& thoraxBody=osimModel.getBodySet().get("thorax");<br/> <br/> it generates an error,<br/> error C2440: 'initializing' : cannot convert from 'const OpenSim::Body' to 'OpenSim::Body &'<br/> <br/> Any suggestions.<br/> ...
by Ajay Sonar
Fri Oct 15, 2010 7:12 pm
Forum: OpenSim
Topic: build/modify osim file using OpenSim SDK
Replies: 6
Views: 1032

RE: build/modify osim file using OpenSim SDK

<t>Hi Ayman,<br/> <br/> I got the links (L1-L5) between thorax and pelvis. I was trying to change the parent body for thorax to L1 from pelvis and did the following,<br/> <br/> // Get the thorax body<br/> OpenSim::Body thoraxBody=osimModel.getBodySet().get("thorax");<br/> <br/> OpenSim::Joint &t...
by Ajay Sonar
Wed Oct 13, 2010 11:39 am
Forum: OpenSim
Topic: build/modify osim file using OpenSim SDK
Replies: 6
Views: 1032

build/modify osim file using OpenSim SDK

<t>Ayman,<br/> <br/> (from the previous post in 'osim file documentation'). <br/> <br/> I was able to read in an existing osim file (UpperLowerBody.osim by Delp et al)and add new body to it (l4 and l5 vertebrae). I removed the hat_spine.vtp from the thorax body (in Notepad). I want to split the spin...
by Ajay Sonar
Thu Oct 07, 2010 7:09 pm
Forum: OpenSim
Topic: osim file documentation
Replies: 13
Views: 2224

RE: osim file documentation

Ayman,

I have Visual C++ 2008 Express edition. I also downloaded the developers guide. I will go through the instructions. Another question, is it possible to make use of an existing osim model so that I can build upon it.

Thanks,
Ajay
by Ajay Sonar
Thu Oct 07, 2010 12:48 pm
Forum: OpenSim
Topic: osim file documentation
Replies: 13
Views: 2224

RE: osim file documentation

Ayman,

If I want to use the OpenSim API, how would I go about it. As of now I have no clue as to how and trying to put information together from various help files.

Thanks,
Ajay
by Ajay Sonar
Thu Oct 07, 2010 12:44 pm
Forum: OpenSim
Topic: osim file documentation
Replies: 13
Views: 2224

RE: osim file documentation

Anne,

The help says default engine used by xml_write is Xerces. I also tried to specify this explicitly in the input but still get the same error.

Ajay