mapr7 / bike-gearset-sim

Simulation of bike gearsets to compare different crankset shape performance
0 stars 0 forks source link

create Bike class #7

Open mapr7 opened 6 months ago

mapr7 commented 6 months ago

create a bike class to inherit the crankshaft, crankset and cassette classes into a bike assembly

add the force/torque calculation to this method

mapr7 commented 6 months ago

Implemented Bike class with inheritance from the subcomponents

TO DO: