Two bones, two joints
Posted: Thu Jul 26, 2012 3:20 am
Hi,
I have a question concerning the temporomandibular joint – it is possible to get results for left and right joint separately? How do I define the joint?
So far, I did the .osim model from joint (.jnt) and muscle (.msl) files (for me it was easier to adjust than to work with any of the .osim files directly). In the joint file I have defined the temporomandibular joint (joint between the skull and the mandible) as:
beginjoint jawjnt /* name of the joint */
segments skull jaw
order t r3 r1 r2
axis1 1.000000 0.000000 0.000000
axis2 0.000000 1.000000 0.000000
axis3 0.000000 0.000000 1.000000
tx function f4(protrusion)
ty function f7 (depression)
tz function f5(laterotrusion)
r1 constant 0.000000
r2 constant 0.000000
r3 function f6(open_close)
/* f6 specifies the relation between open_close and the rotation around axis3 */
endjoint /* end of the jawjnt join definition */
/*********************************************/
/* GENCOORDS */
/*********************************************/
begingencoord open_close
range -30.000000 0.000000
endgencoord
begingencoord protrusion
range -0.0015000 0.007000
endgencoord
begingencoord laterotrusion
range -0.00900000 0.0090000
endgencoord
begingencoord depression
range -0.00500000 0.000000
endgencoord
/*********************************************/
/* KINEMATIC FUNCTIONS */
/*********************************************/
beginfunction f4 /* protrusion [m] - tx */
/* function (protrusion [m], tx [m]) */
/* what value of protrusion correspond to what tx displacement */
/* same as the GENCOORD */
(-0.0015000, -0.0015000)
( 0.007000, 0.007000)
endfunction
beginfunction f5 /* laterotrusion [m] - tz */
(-0.009000, -0.009000)
( 0.009000, 0.009000)
endfunction
beginfunction f6 /* opne_close [deg] - r3 */
(-30.000000, -30.000000)
( 0.000000, 0.000000)
endfunction
beginfunction f7 /* depression - ty [m] */
(-0.00500000, -0.00500000)
( 0.000000, 0.000000)
So like this it means, I guess, that there is kind of one joint between the two bony parts. So even if I get the reaction force in the joint, I cannot separate values for left and right, or can I?
Thanks for any comments
Michala
I have a question concerning the temporomandibular joint – it is possible to get results for left and right joint separately? How do I define the joint?
So far, I did the .osim model from joint (.jnt) and muscle (.msl) files (for me it was easier to adjust than to work with any of the .osim files directly). In the joint file I have defined the temporomandibular joint (joint between the skull and the mandible) as:
beginjoint jawjnt /* name of the joint */
segments skull jaw
order t r3 r1 r2
axis1 1.000000 0.000000 0.000000
axis2 0.000000 1.000000 0.000000
axis3 0.000000 0.000000 1.000000
tx function f4(protrusion)
ty function f7 (depression)
tz function f5(laterotrusion)
r1 constant 0.000000
r2 constant 0.000000
r3 function f6(open_close)
/* f6 specifies the relation between open_close and the rotation around axis3 */
endjoint /* end of the jawjnt join definition */
/*********************************************/
/* GENCOORDS */
/*********************************************/
begingencoord open_close
range -30.000000 0.000000
endgencoord
begingencoord protrusion
range -0.0015000 0.007000
endgencoord
begingencoord laterotrusion
range -0.00900000 0.0090000
endgencoord
begingencoord depression
range -0.00500000 0.000000
endgencoord
/*********************************************/
/* KINEMATIC FUNCTIONS */
/*********************************************/
beginfunction f4 /* protrusion [m] - tx */
/* function (protrusion [m], tx [m]) */
/* what value of protrusion correspond to what tx displacement */
/* same as the GENCOORD */
(-0.0015000, -0.0015000)
( 0.007000, 0.007000)
endfunction
beginfunction f5 /* laterotrusion [m] - tz */
(-0.009000, -0.009000)
( 0.009000, 0.009000)
endfunction
beginfunction f6 /* opne_close [deg] - r3 */
(-30.000000, -30.000000)
( 0.000000, 0.000000)
endfunction
beginfunction f7 /* depression - ty [m] */
(-0.00500000, -0.00500000)
( 0.000000, 0.000000)
So like this it means, I guess, that there is kind of one joint between the two bony parts. So even if I get the reaction force in the joint, I cannot separate values for left and right, or can I?
Thanks for any comments
Michala