Skip to content

Commit

Permalink
Fix incorrect start-value.
Browse files Browse the repository at this point in the history
Detected due to unit-checking.
  • Loading branch information
HansOlsson committed Sep 30, 2022
1 parent 97905bb commit ccb3636
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -113,7 +113,7 @@ model DcdcInverter "DC-DC inverter"
k=1,
T=Tmf,
initType=Modelica.Blocks.Types.Init.InitialOutput,
y_start=VMax)
y_start=0)
annotation (Placement(transformation(extent={{60,50},{80,70}})));
equation
connect(iMotSensor.p, pin_nMot) annotation (Line(points={{-50,-80},{
Expand Down

0 comments on commit ccb3636

Please sign in to comment.