Skip to content

Commit 9d682af

Browse files
authored
Update Kloeser2020.mo
1 parent 98be8b0 commit 9d682af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kloeser2020.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ equation
7878
// Longitudinal force
7979
Fx_d = (cm1 - cm2*v)*D - cr2*v*v - cr0*tanh(cr3*v);
8080

81-
k = (-clip1(-clip1(-10*sin(s), 0.1), 0.1) + 1.0)/2.0;
81+
kappa = (-clip1(-clip1(-10*sin(s), 0.1), 0.1) + 1.0)/2.0;
8282

8383
// Dynamics
8484
ds = v*cos(alpha + beta)/(1 - n*kappa);

0 commit comments

Comments
 (0)