Search found 10 matches
- Thu Aug 24, 2017 5:42 am
- Forum: OpenSim
- Topic: Wrapping: muscle force computation
- Replies: 4
- Views: 3529
Re: Wrapping: muscle force computation
Hi Joseph, please consider that there is no friction between the muscle and the wrapping surface. The wrapping only influences the level arm of the muscle force in respect to the center of rotation, i.e. the "effectiveness" of the muscle to produce a momentum. In addition, the wrapping and also affe...
- Tue Jul 25, 2017 1:54 am
- Forum: OpenSim
- Topic: Forward dynamics with prescribed motion
- Replies: 2
- Views: 203
Re: Forward dynamics with prescribed motion
Dear James
Thank you for your valuable hint. As a consequence, the issue does not exist anymore
Best regards
Gabor
Thank you for your valuable hint. As a consequence, the issue does not exist anymore
Best regards
Gabor
- Mon Jul 24, 2017 4:47 am
- Forum: OpenSim
- Topic: Forward dynamics with prescribed motion
- Replies: 2
- Views: 203
Forward dynamics with prescribed motion
Dear All I would like to run FD with prescribed motion for some of the DOF. Recently, the prescribed motion is defined within the .osim file, like this: <prescribed_function> <SimmSpline> <x> 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15</x> <y> 0 0.1 0.3 0.1 0 0 0 0 0 0 0 0 0 0 0 0 0 </y> </SimmSpline> </p...
- Mon Jul 24, 2017 1:05 am
- Forum: OpenSim
- Topic: Friction damper for a hint joint
- Replies: 2
- Views: 221
Re: Friction damper for a hint joint
Dear Tom, thank you for your hint. First I have to get familiar with programming to be able to understand it. Now, I use the ExpressionBasedPointToPointForce, acting on a 1 m long level arm. This approach is accurate enough for small angel range: <ExpressionBasedPointToPointForce name="FRICTION"> <b...
- Thu Jul 20, 2017 4:45 am
- Forum: OpenSim
- Topic: Friction damper for a hint joint
- Replies: 2
- Views: 221
Friction damper for a hint joint
Dear All I am struggling to create a simulation of a pendulum with friction damping in the joint :( . I would like to apply a constant moment on the joint always acting against the rotational movement; like in the reality in case of a frictional (and not viscous) damper. Put it on another way: If th...
- Sun May 21, 2017 11:59 pm
- Forum: OpenSim
- Topic: FunctionBasedBushingForce example
- Replies: 2
- Views: 241
Re: FunctionBasedBushingForce example
Dear Tom
Thank you very much for your useful hint!
Best regards
Gabor
Thank you very much for your useful hint!
Best regards
Gabor
- Fri May 19, 2017 2:40 am
- Forum: OpenSim
- Topic: FunctionBasedBushingForce example
- Replies: 2
- Views: 241
FunctionBasedBushingForce example
Dear All In a simple pendulum model I would like to use the FunctionBasedBushingForce. My goal is to define the rotational resistance of a pendulum's joint in function of the rotational velocity of the joint. A BushingForce works well (see attachment), but the relationship between the angular veloci...
- Wed May 10, 2017 7:53 am
- Forum: OpenSim
- Topic: Prescribed movement in Forward Dynamic
- Replies: 3
- Views: 317
Re: Prescribed movement in Forward Dynamic
Dear James
With the help of the script proposed by you I was able to solve the problem!
Thank you very much!
Best regards
Gabor
With the help of the script proposed by you I was able to solve the problem!
Thank you very much!
Best regards
Gabor
- Mon May 08, 2017 11:59 pm
- Forum: OpenSim
- Topic: Prescribed movement in Forward Dynamic
- Replies: 3
- Views: 317
Re: Prescribed movement in Forward Dynamic
Dear James Thank you for your reply. Yes, you understood my intention correctly. I assumed that I can run a Forward Dynamic with a prescribed movement for a particular DOF without scripting. For example, in Static Optimization we can simply link a motion file using the GUI of OpenSim. No scripting i...
- Mon May 08, 2017 6:25 am
- Forum: OpenSim
- Topic: Prescribed movement in Forward Dynamic
- Replies: 3
- Views: 317
Prescribed movement in Forward Dynamic
Dear All I kindly ask you for help to solve the following problem. I built a simple pendulum model, consisting of the following 2 rigid bodies (see attachment "pendulum.osim"): - HEAD of the pendulum; visualized as a block - ARM of the pendulum, visualized as a sphere in the mass center of the ARM T...