Parameter study in cycling

Hi AnyBody support,

I has a cycle model drived by the markers, the marker data is from the vicon motion capture. Now I want to observe the muscle activity between the different saddle height and saddle position. Is it possible to use the same concept of the parameter study.

In “TrunkDrivers”
I make the two markers on the back pelvis like this

Then I make

AnyVar SaddlePosX = 0.0;
AnyVar SaddlePosY = 0.0;

Finally

The model will move on the horizontal and the vertical step by step like this

The green one is the markers data from the experiment, red one is the node on the model.

Best regards
Yeh

Hi,

Yes, you are right. You can use your ‘SaddlePosX’ and ‘SaddlePosY’ as the design variables of AnyParamStudy class.

I wish you can do a good research with your model!

Best regards,
Moonki

Thank you very much:)