-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExternalForce_Setup_FP2_Right.xml
26 lines (26 loc) · 1.44 KB
/
ExternalForce_Setup_FP2_Right.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" ?>
<OpenSimDocument Version="40000">
<ExternalLoads name="externalloads">
<objects>
<ExternalForce name="externalforce">
<!--Name of the body the force is applied to.-->
<applied_to_body>calcn_r</applied_to_body>
<!--Name of the body the force is expressed in (default is ground).-->
<force_expressed_in_body>ground</force_expressed_in_body>
<!--Name of the body the point is expressed in (default is ground).-->
<point_expressed_in_body>ground</point_expressed_in_body>
<!--Identifier (string) to locate the force to be applied in the data source.-->
<force_identifier>ground_force_2_v</force_identifier>
<!--Identifier (string) to locate the point to be applied in the data source.-->
<point_identifier>ground_force_2_p</point_identifier>
<!--Identifier (string) to locate the torque to be applied in the data source.-->
<torque_identifier>ground_moment_2_m</torque_identifier>
<!--Name of the data source (Storage) that will supply the force data.-->
<data_source_name></data_source_name>
</ExternalForce>
</objects>
<groups />
<!--Storage file (.sto) containing (3) components of force and/or torque and point of application.Note: this file overrides the data source specified by the individual external forces if specified.-->
<datafile>C:\Users\adpatrick\OneDrive - nih.no\Desktop\Working\test_data_forces.mot</datafile>
</ExternalLoads>
</OpenSimDocument>