Skip to content

Commit

Permalink
Fix reference to image in documentation
Browse files Browse the repository at this point in the history
Even though this model should no longer be used it still is bugging to have a broken link in the documentation.
  • Loading branch information
dietmarw committed Apr 17, 2024
1 parent cc2bc0e commit acd5cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenHPL/Waterway/Penstock.mo
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ equation
V_p_out_end = mdot_V / (data.rho * (1 + data.beta * (p_o - data.p_a)));
annotation (
Documentation(info="<html><head></head><body><p>This is a more detaied model of the pipe that can be use for proper modeling of penstock. (This model does not work well. Instead PenstockKP model can be used.)</p><p>The model for the penstock with the elastic walls and compressible water with simple discretization method (Staggered grid). The geometry of the penstock is described due to figure:</p>
<p><img src=\"modelica://OpenHPL/Resources/Images/penstock.svg\"></p>
<p><img src=\"modelica://OpenHPL/Resources/Images/pipe.svg\"></p>
<p>Conservation laws are usually solved by Finite-volume methods. With the Finite volume method, we divide the grid into small control volumes or control cells and then apply the conservation laws. The discretization method is based on Staggered grid scheme, where the penstock is divided in <em>N</em> segments, with input and output pressure as a boundary conditions. Can be describe as the follow figure:</p>
<p><img src=\"modelica://OpenHPL/Resources/Images/besad.png\"></p>
</body></html>"));
Expand Down

0 comments on commit acd5cdb

Please sign in to comment.