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
The last assertion fails as we cannot ensure that the mass flow through fed in by the circulation pump is the same as the one that enters it. In order to do so, we need to change the way we model the circulation pump. We need the following equations:
At the outlet node: p = p_flow_bar
At the outlet node: sum(mdot)_in = sum(mdot)_out
At the inlet node: sum(mdot)_in = sum(mdot)_out
Through the pump: mdot = mdot_flow_kg_per_s (or the same as v)
These equations are valid for the circulation pump with constant mass flow. For the other one, I am not sure yet. Currently, this seems to me like 4 equations for 3 elements (2 nodes, 1 branch). But maybe there still is a way to get this done within the current structure. One possibility would be to add an internal auxiliary node, so that the circulation pump could internally be seen as a flow controller and a pressure controller in series. Otherwise, it would be important to be able to make such changes inside the model.
The text was updated successfully, but these errors were encountered:
I built a test for running a simulation of a district heating grid model with a circulation pump and an external grid:
The last assertion fails as we cannot ensure that the mass flow through fed in by the circulation pump is the same as the one that enters it. In order to do so, we need to change the way we model the circulation pump. We need the following equations:
These equations are valid for the circulation pump with constant mass flow. For the other one, I am not sure yet. Currently, this seems to me like 4 equations for 3 elements (2 nodes, 1 branch). But maybe there still is a way to get this done within the current structure. One possibility would be to add an internal auxiliary node, so that the circulation pump could internally be seen as a flow controller and a pressure controller in series. Otherwise, it would be important to be able to make such changes inside the model.
The text was updated successfully, but these errors were encountered: