Skip to content

Commit

Permalink
Use 1.14 instead of sqrt(1.3)
Browse files Browse the repository at this point in the history
Acting on thumbs up only for this change in PR discussion.
  • Loading branch information
henrikt-ma committed Nov 2, 2023
1 parent d2b2e29 commit 8923341
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ model OneAxis

extends Modelica.Icons.Example;
parameter SI.Mass mLoad(min=0)=15 "Mass of load";
parameter SI.Radius rg = sqrt(1.3) "Radius of gyration of load";
parameter SI.Radius rg = 1.14 "Radius of gyration of load";
parameter Real kp=5 "Gain of position controller of axis";
parameter Real ks=0.5 "Gain of speed controller of axis";
parameter SI.Time Ts=0.05
Expand Down

0 comments on commit 8923341

Please sign in to comment.