Skip to content

Commit

Permalink
Changed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Sep 23, 2024
1 parent 2ffe01c commit 8cc71e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IBPSA/Fluid/Movers/SpeedControlled_y.mo
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ model SpeedControlled_y
eff(per(
final pressure=per.pressure,
final etaHydMet=per.etaHydMet,
final etaMotMet=per.etaMotMet), r_N(start=y_start)));
final etaMotMet=per.etaMotMet),
r_N(start=y_start)));

parameter Real y_start(min=0, max=1, unit="1")=0 "Initial value of speed"
annotation(Dialog(tab="Dynamics", group="Motor speed", enable=use_riseTime));
Expand Down

0 comments on commit 8cc71e9

Please sign in to comment.