IAA

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Mohammadreza Rezaie
Posts: 412
Joined: Fri Nov 24, 2017 12:48 am

IAA

Post by Mohammadreza Rezaie » Mon Apr 06, 2020 2:44 pm

Dear Experts,

I wonder if you would prepare a tutorial or an example of Induced Acceleration Analysis in detail in the intermediate or advanced examples section.

Regards

User avatar
Carmichael Ong
Posts: 401
Joined: Fri Feb 24, 2012 11:50 am

Re: IAA

Post by Carmichael Ong » Tue Apr 07, 2020 10:53 am

IAA documentation can be found at https://simtk-confluence.stanford.edu/d ... n+Analysis with an example setup file.

It may also be helpful to see other projects that have used IAA, such as https://simtk.org/projects/nmbl_running/

User avatar
Mohammadreza Rezaie
Posts: 412
Joined: Fri Nov 24, 2017 12:48 am

Re: IAA

Post by Mohammadreza Rezaie » Wed Apr 08, 2020 7:01 am

Hi Carmichael,

Thanks for your reply,

I'm aware of the IAA documentation, but what I'm looking for is how to compute the model GRF and estimate the errors relative to experimental GRF. Indeed, I don't know where I should define the foot markers (contact points) in IAA setup.
Would you please show me how I can do that?

Your response would be greatly appreciated.

Kindly Regards

User avatar
Mohammadreza Rezaie
Posts: 412
Joined: Fri Nov 24, 2017 12:48 am

Re: IAA

Post by Mohammadreza Rezaie » Sun Apr 12, 2020 2:53 am

Hi again,

Should I back to OpenSim 3.2 to calculate models GRF by IndAccPI Analysis Plugin developed by dr. Tim Dorn ?
Here is his Analyze setup file which contains foot markers.

Code: Select all

    <AnalysisSet name="Analyses">
      <objects>
        <IndAccPI name="IndAccPI">
          <on>true</on>
          <step_interval>5</step_interval>
          <in_degrees>true</in_degrees>
          <kinetics_file>TM1Gait05_kinetics.mot</kinetics_file>
          <forces_file>.\SO_Results\TM1Gait05_SO_arms_StaticOptimization_force.sto</forces_file>
          <force_threshold>15</force_threshold>
          <weights>10000 100 1</weights>
          <footpoint_markers>r_fp_heel1 r_fp_heel2 r_fp_mt1 r_fp_mt2 r_fp_toe l_fp_heel1 l_fp_heel2 l_fp_mt1 l_fp_mt2 l_fp_toe</footpoint_markers>
          <output_grf_contribution>2</output_grf_contribution>
        </IndAccPI>
      </objects>
    </AnalysisSet>
I wonder If anyone would tell me how to do it in 4.x version of OpenSim

Regards

POST REPLY