pre-merge commit
working steady state, but still numerical instability at turbine, that leads to runaway after approx 2.5 minutes for 1000 m pipeline
This commit is contained in:
@@ -77,7 +77,7 @@ class Ausgleichsbecken_class:
|
||||
raise Exception('Initial level was already set once. Use the .update_level(self,timestep) method to update level based on net flux.')
|
||||
|
||||
def set_level(self,level):
|
||||
self.level = level
|
||||
self.level = level
|
||||
|
||||
def set_influx(self,influx):
|
||||
# sets influx to the reservoir in m³/s
|
||||
|
||||
Reference in New Issue
Block a user