--- a +++ b/Docs/Applications/Sports/BikeModel.md @@ -0,0 +1,46 @@ +--- +gallery_title: "Bike Model" +gallery_image: "/Applications/images/BikeModel-FullBody.webp" +--- + +(sphx_glr_auto_examples_Sports_plot_BikeModel.py)= +(example_bikemodel)= +# Bike Model + +````{sidebar} **Example** +<img src="/Applications/images/BikeModel-FullBody.webp" width="70%" align="center"> +```` + + +Bicycle rider model that runs either as +FullBody or as LowerExtremity version. + + + +:::{seealso} +**Main file location in AMMR:** + +{menuselection}`Application --> Examples --> BikeModel -->` + +{menuselection}`BikeModel-FullBody.main.any` / +{menuselection}`BikeModel-LowerBody.main.any` +::: + +The model illustrates several important topics in model +construction: + +- Block building techniques +- Include files +- Structuring of models using directories +- Modeling of an environment as a mechanism, in this case the bicycle + +The human model is included as a block from the Body (BodyRepository) directory. + +The model of the bike including bike frame, crank, wheels, definition of +crank moment etc. can be found in the include file "BikeFrameAndWheels.any". + +The connections between the "human model" and the bicycle are defined in +BikeLegConnection.any. + +The model can run in two configurations FullBodyModel and LowerExtremityModel this +can be changed in the "Config.any" file