Skip to content

Commit

Permalink
Equation of tau similar to that of tau0
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
  • Loading branch information
tobolar and beutlich committed Dec 13, 2020
1 parent 27e3b46 commit de6b330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Mechanics/Rotational/Components/Clutch2.mo
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ equation
else {-1,-1};
table.u = table_signs[1]*w_rel;
mu = table_signs[2]*table.y[1];
tau = if locked then sa*unitTorque elseif free then 0 else cgeo*fn*mu;
tau = if locked then sa*unitTorque elseif free then 0 else mu*cgeo*fn;

lossPower = tau*w_relfric;
annotation (defaultComponentName="clutch", Icon(
Expand Down

0 comments on commit de6b330

Please sign in to comment.