preparation for KW Arriach calculations

This commit is contained in:
Brantegger Georg
2023-01-23 09:54:50 +01:00
parent bfec9e1bf7
commit cd5bf36c39
5 changed files with 609 additions and 86 deletions

View File

@@ -6,20 +6,21 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"\n",
"import sys\n",
"import os\n",
"import sys\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"\n",
"current = os.path.dirname(os.path.realpath('Main_Programm.ipynb'))\n",
"parent = os.path.dirname(current)\n",
"sys.path.append(parent)\n",
"from functions.pressure_conversion import pressure_conversion\n",
"from Ausgleichsbecken.Ausgleichsbecken_class_file import Ausgleichsbecken_class\n",
"from Druckrohrleitung.Druckrohrleitung_class_file import Druckrohrleitung_class\n",
"from Turbinen.Turbinen_class_file import Francis_Turbine\n",
"from functions.pressure_conversion import pressure_conversion\n",
"from Kraftwerk.Kraftwerk_class_file import Kraftwerk_class\n",
"from Regler.Regler_class_file import PI_controller_class\n",
"from Kraftwerk.Kraftwerk_class_file import Kraftwerk_class"
"from Turbinen.Turbinen_class_file import Francis_Turbine"
]
},
{
@@ -471,7 +472,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8.13 ('DT_Slot_3')",
"display_name": "Python 3.8.13 ('Georg_DT_Slot3')",
"language": "python",
"name": "python3"
},
@@ -490,7 +491,7 @@
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "4a28055eb8a3160fa4c7e4fca69770c4e0a1add985300856aa3fcf4ce32a2c48"
"hash": "84fb123bdc47ab647d3782661abcbe80fbb79236dd2f8adf4cef30e8755eb2cd"
}
}
},