Skip to content

Commit

Permalink
refs modelica#3782: Decrease solver tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed May 24, 2021
1 parent 1048d9c commit 4c0b54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Fluid/Examples/AST_BatchPlant.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ Implemented trace substances and missing equation for outflow of multi substance
{-20,-30},{-20,-21},{-22,-21}}, color={0,127,255}));
connect(pipe.port_a, tank1.ports[2]) annotation (Line(points={{40,0},{40,-28},
{-18,-28},{-18,-20},{-18,-21}}, color={0,127,255}));
annotation (experiment(StopTime=35));
annotation (experiment(StopTime=35, Tolerance=1e-7));
end TankWithEmptyingPipe1;

model TankWithEmptyingPipe2
Expand Down

0 comments on commit 4c0b54a

Please sign in to comment.