We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98be8b0 commit 9d682afCopy full SHA for 9d682af
Kloeser2020.mo
@@ -78,7 +78,7 @@ equation
78
// Longitudinal force
79
Fx_d = (cm1 - cm2*v)*D - cr2*v*v - cr0*tanh(cr3*v);
80
81
- k = (-clip1(-clip1(-10*sin(s), 0.1), 0.1) + 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