From acd5cdbea437751e471201d4216021953d8b5269 Mon Sep 17 00:00:00 2001 From: Dietmar Winkler Date: Wed, 17 Apr 2024 10:07:59 +0200 Subject: [PATCH] Fix reference to image in documentation Even though this model should no longer be used it still is bugging to have a broken link in the documentation. --- OpenHPL/Waterway/Penstock.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenHPL/Waterway/Penstock.mo b/OpenHPL/Waterway/Penstock.mo index ccab256..1c9c836 100644 --- a/OpenHPL/Waterway/Penstock.mo +++ b/OpenHPL/Waterway/Penstock.mo @@ -85,7 +85,7 @@ equation V_p_out_end = mdot_V / (data.rho * (1 + data.beta * (p_o - data.p_a))); annotation ( Documentation(info="

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.)

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:

-

+

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 N segments, with input and output pressure as a boundary conditions. Can be describe as the follow figure:

"));