We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9dc367 commit 6df8a1fCopy full SHA for 6df8a1f
Kloeser2020.mo
@@ -1,4 +1,4 @@
1
-model Kloeser2020 "Bicycle model of a model racwe car, from Kloeser2020 paper"
+model Kloeser2020 "Bicycle model of a model race car, from Kloeser2020 paper"
2
import Modelica.Math.*;
3
4
// --- Parameters (Table 1 from Kloeser2020) ---
@@ -78,7 +78,7 @@ equation
78
// Longitudinal force
79
Fx_d = (cm1 - cm2*v)*D - cr2*v*v - cr0*tanh(cr3*v);
80
81
- kappa = (-clip1(-clip1(-10*sin(s), alpha_clip), alpha_clip) + 1.0)/2.0;
+ kappa = (-clip1(-clip1(-10*sin(s), 0.1), 0.1) + 1.0)/2.0;
82
83
// Dynamics
84
ds = v*cos(alpha + beta)/(1 - n*kappa);
0 commit comments