You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Project Overview
4
4
OpenHPL is an open-source **Modelica hydropower library** for modeling hydropower systems of varying complexity. Models range from simple single-component tests to complete hydropower plants with turbines, generators, controllers, and integration with power systems (via OpenIPSL).
Copy file name to clipboardExpand all lines: OpenHPL/UsersGuide/ReleaseNotes/v300.mo
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -16,30 +16,30 @@ Users will have to manually edit their existing models that were based on older
16
16
</p>
17
17
<h5>💥 Breaking Changes</h5>
18
18
<ul>
19
-
<li>Merge or consolidate TurbineContact and TurbineContacts2 <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/54\">#54</a></li>
20
-
<li>Remove calculated values from Interfaces <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/66\">#66</a></li>
21
-
<li>Correct the speed in and outputs of the base class for turbine, generator and grid <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/71\">#71</a></li>
19
+
<li>Merge or consolidate TurbineContact and TurbineContacts2 <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/54\">#54</a></li>
20
+
<li>Remove calculated values from Interfaces <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/66\">#66</a></li>
21
+
<li>Correct the speed in and outputs of the base class for turbine, generator and grid <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/71\">#71</a></li>
22
22
</ul>
23
23
<h5>🚀 Features</h5>
24
24
<ul>
25
-
<li>Replaces image with improved SVG version <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/65\">#65</a></li>
26
-
<li>Add a valve model <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/59\">#59</a></li>
27
-
<li>Implementation of a Tainter Gate <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/60\">#60</a></li>
28
-
<li>BaseValve and Turbine update to avoid p_a=0 issues and non-linear closing law <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/70\">#70</a></li>
29
-
<li>Change to new defaults for more practical use <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/68\">#68</a></li>
30
-
<li>Update handling of diverging or converging pipe <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/69\">#69</a></li>
25
+
<li>Replaces image with improved SVG version <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/65\">#65</a></li>
26
+
<li>Add a valve model <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/59\">#59</a></li>
27
+
<li>Implementation of a Tainter Gate <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/60\">#60</a></li>
28
+
<li>BaseValve and Turbine update to avoid p_a=0 issues and non-linear closing law <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/70\">#70</a></li>
29
+
<li>Change to new defaults for more practical use <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/68\">#68</a></li>
30
+
<li>Update handling of diverging or converging pipe <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/69\">#69</a></li>
31
31
</ul>
32
32
33
33
<h5>🐛 Bug Fixes</h5>
34
34
<ul>
35
-
<li>Protect Turbine control signal against division by zero error <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/56\">#56</a></li>
35
+
<li>Protect Turbine control signal against division by zero error <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/56\">#56</a></li>
36
36
</ul>
37
37
38
38
<h5>New Contributors</h5>
39
39
<ul>
40
-
<li><a href=\"https://github.com/boerrebj\">@boerrebj</a> in <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/54\">#54</a></li>
41
-
<li><a href=\"https://github.com/pandeysudan1\">@pandeysudan1</a> in <a href=\"https://github.com/USN-OpenHPL/OpenHPL/pull/66\">#66</a></li>
40
+
<li><a href=\"https://github.com/boerrebj\">@boerrebj</a> in <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/54\">#54</a></li>
41
+
<li><a href=\"https://github.com/pandeysudan1\">@pandeysudan1</a> in <a href=\"https://github.com/OpenSimHub/OpenHPL/pull/66\">#66</a></li>
which contains a series of bug fixes to help with initialisation.
11
+
</p>
12
+
<h5>🐛 Bug Fixes</h5>
13
+
<ul>
14
+
<li>Fix for <a href=\"https://github.com/OpenSimHub/OpenHPL/issues/72\">#72</a>: Surgetank allows for negative water levels causing unrealistic results</li>
15
+
<li>Fix for <a href=\"https://github.com/OpenSimHub/OpenHPL/issues/73\">#73</a>: Rigid (mechanically) connected turbine and generator will not initialise</li>
16
+
<li>Fix for <a href=\"https://github.com/OpenSimHub/OpenHPL/issues/74\">#74</a>: Nominal speed is not linked in turbine and generator model </li>
0 commit comments