Skip to content

Commit 0257c00

Browse files
author
Jacob Hilmar Adamsen
committed
Update Optimization tutorial to use new BikeModel
1 parent 073d658 commit 0257c00

41 files changed

Lines changed: 1178 additions & 171 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-3 Bytes
Binary file not shown.
-9.68 MB
Binary file not shown.
Binary file not shown.

Parameter_studies_and_optimization/Snippets/lesson1/2Dbike-1/BikeModel2D.main.any

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Main = {
2525
AnyVar PedalArmLength = 0.19; //Length of pedal arm
2626
AnyVar PedalArmWidth = 0.120; //Horizontal distance between left and right connecting point between foot and pedal
2727
AnyVar SaddleHeight = 0.64; //Height of hip joint measured vertically from the crank
28-
AnyVar SaddlePos = -0.15; //Horizontal pos of hipjoint measured from the crank
28+
AnyVar SaddlePos = -0.19; //Horizontal pos of hipjoint measured from the crank
2929

3030
// Loading parameters
3131
AnyVar Cadence = 80.0; //Cadence in RPM

Parameter_studies_and_optimization/Snippets/lesson1/2Dbike-2/BikeModel2D.main.any

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Main = {
2525
AnyVar PedalArmLength = 0.19; //Length of pedal arm
2626
AnyVar PedalArmWidth = 0.120; //Horizontal distance between left and right connecting point between foot and pedal
2727
AnyVar SaddleHeight = 0.64; //Height of hip joint measured vertically from the crank
28-
AnyVar SaddlePos = -0.15; //Horizontal pos of hipjoint measured from the crank
28+
AnyVar SaddlePos = -0.19; //Horizontal pos of hipjoint measured from the crank
2929

3030
// Loading parameters
3131
AnyVar Cadence = 80.0; //Cadence in RPM

Parameter_studies_and_optimization/Snippets/lesson1/2Dbike-3/BikeModel2D.main.any

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Main = {
2525
AnyVar PedalArmLength = 0.19; //Length of pedal arm
2626
AnyVar PedalArmWidth = 0.120; //Horizontal distance between left and right connecting point between foot and pedal
2727
AnyVar SaddleHeight = 0.64; //Height of hip joint measured vertically from the crank
28-
AnyVar SaddlePos = -0.15; //Horizontal pos of hipjoint measured from the crank
28+
AnyVar SaddlePos = -0.19; //Horizontal pos of hipjoint measured from the crank
2929

3030
// Loading parameters
3131
AnyVar Cadence = 80.0; //Cadence in RPM

Parameter_studies_and_optimization/Snippets/lesson1/2Dbike-4/BikeModel2D.main.any

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Main = {
2525
AnyVar PedalArmLength = 0.19; //Length of pedal arm
2626
AnyVar PedalArmWidth = 0.120; //Horizontal distance between left and right connecting point between foot and pedal
2727
AnyVar SaddleHeight = 0.64; //Height of hip joint measured vertically from the crank
28-
AnyVar SaddlePos = -0.15; //Horizontal pos of hipjoint measured from the crank
28+
AnyVar SaddlePos = -0.19; //Horizontal pos of hipjoint measured from the crank
2929

3030
// Loading parameters
3131
AnyVar Cadence = 80.0; //Cadence in RPM

Parameter_studies_and_optimization/Snippets/lesson1/2Dbike-5/BikeModel2D.main.any

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Main = {
2323
AnyVar PedalArmLength = 0.19; //Length of pedal arm
2424
AnyVar PedalArmWidth = 0.120; //Horizontal distance between left and right connecting point between foot and pedal
2525
AnyVar SaddleHeight = 0.64; //Height of hip joint measured vertically from the crank
26-
AnyVar SaddlePos = -0.15; //Horizontal pos of hipjoint measured from the crank
26+
AnyVar SaddlePos = -0.19; //Horizontal pos of hipjoint measured from the crank
2727

2828
// Loading parameters
2929
AnyVar Cadence = 80.0; //Cadence in RPM

Parameter_studies_and_optimization/Snippets/lesson1/2Dbike-6/BikeModel2D.main.any

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Main = {
2323
AnyVar PedalArmLength = 0.19; //Length of pedal arm
2424
AnyVar PedalArmWidth = 0.120; //Horizontal distance between left and right connecting point between foot and pedal
2525
AnyVar SaddleHeight = 0.64; //Height of hip joint measured vertically from the crank
26-
AnyVar SaddlePos = -0.15; //Horizontal pos of hipjoint measured from the crank
26+
AnyVar SaddlePos = -0.19; //Horizontal pos of hipjoint measured from the crank
2727

2828
// Loading parameters
2929
AnyVar Cadence = 80.0; //Cadence in RPM

Parameter_studies_and_optimization/Snippets/lesson1/2Dbike-7/BikeModel2D.main.any

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Main = {
2323
AnyVar PedalArmLength = 0.19; //Length of pedal arm
2424
AnyVar PedalArmWidth = 0.120; //Horizontal distance between left and right connecting point between foot and pedal
2525
AnyVar SaddleHeight = 0.64; //Height of hip joint measured vertically from the crank
26-
AnyVar SaddlePos = -0.15; //Horizontal pos of hipjoint measured from the crank
26+
AnyVar SaddlePos = -0.19; //Horizontal pos of hipjoint measured from the crank
2727

2828
// Loading parameters
2929
AnyVar Cadence = 80.0; //Cadence in RPM
@@ -98,7 +98,7 @@ AnyParamStudy ParamStudy = {
9898
AnyDesVar SaddleHeight = {
9999
Val = Main.BikeParameters.SaddleHeight;
100100
Min = 0.57;
101-
Max = 0.65 §+ 0.04§;
101+
Max = 0.65 §+ 0.03§;
102102
};
103103
AnyDesVar SaddlePos = {
104104
Val = Main.BikeParameters.SaddlePos;

0 commit comments

Comments
 (0)