OpenHPL icon indicating copy to clipboard operation
OpenHPL copied to clipboard

The OpenHPL is an open-source hydropower library that consists of hydropower unit models and is modelled using Modelica.

Results 13 OpenHPL issues
Sort by recently updated
recently updated
newest added

Based on HEC-RAS calculations as shown in https://www.hec.usace.army.mil/confluence/rasdocs/ras1dtechref/latest/modeling-gated-spillways-weirs-and-drop-structures/hydraulic-computations-through-gated-spillways/radial-gates

enhancement

This fixes #57 by adding a base class of a valve which then in turn is used by a **new** valve model and a modified simple turbine model.

enhancement

Having a valve model would make it more obvious to create simple waterway models without the need for turbines. Though currently the general `Turbine` model is nothing else than a...

enhancement

This is a follow-up from #21. It would be nice to have a better quality image for the explanation of the KP method currently stored in `besad.png`: ![besad](https://user-images.githubusercontent.com/9332/188907905-b40cc93a-d3e0-4504-abad-4fb3bcc3dc6d.png)

documentation
enhancement

Add an implementation of elastic pipe (electircal analoge, similar to SIMSEN).

enhancement

It would be nice to have model of a pump turbine.

enhancement

The industry standard IEC60193 contains formulas for determining graviation, density, atmospheric pressure, vapour pressure etc. (inkl. default values).

enhancement

@boerrebj: Abstract classes (partial classes in Modelica terminology) are useful for collecting common parts of multiple detailed models. As an example, - **AbstractPipe** basis class for both rigid water column...

rewrite