Q_nominal? #114
Unanswered
gitfeldhase
asked this question in
Q&A
Q_nominal?
#114
Replies: 1 comment 1 reply
-
I am currently out of office. In short, there are two constraint blocks, if you are doing investment optimization, the nomial_value is none, because it is an decision variable. Think of extending an existing network, therefore you can also define heatpipelines with given nominal_value. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
i am facing another question.
I was looking for the constraints for the optimisation and therefore checking out the HeatPipeline class.
I saw the variable "nominal capacity of heating pipeline".
However, this parameter is not defined in the invest data for the pipes (invest_data/network/pipes.csv).
Therefore I assume that in case the nominal heat flow Q_nominal is not defined, it will use Q_out of the adjacent pipe to calculate the losses.
.. math:: \dot{Q}_{loss}(t) = f_{loss}(t) \cdot l \cdot \dot{Q}_{nominal}
Is that correct?
This is where I think the nominal value (Q_nominal) is set:
class HeatPipeline(Transformer):
[...]
Best regards and thanks for the support.
Beta Was this translation helpful? Give feedback.
All reactions