-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heat source with create_pump #280
Comments
Hi ggrrll, This is indeed currently the expected behavior. For closed circuits like the one introduced in the district heating grid tutorial, pandapipes provides the circular pump components. Internally, these consist of an external grid and a sink, which leads to a fully defined equation system. The pump component on the other hand simply calculates a pressure difference based on the mass flow. It can be used to introduce a pressure difference in a system which is already well defined in terms of external grids and sinks. We are already aware that this different usage of pump components is confusing and will try to suggest a better solution in the future. Best regards Dennis Cronbach |
ok, thanks for the clarification ...but more generally, it's still not clear to me how to build an heat source, that can supply a given demand (also, in terms of N of 'degrees of freedom' )... if we have to include also a
...or there is no characteristic curve for thanks for the clarification |
In addition to ggrrll's comment I want to say that I am facing a similar problem when modelling multiple heat sources inside a heating network: |
In the circular_flow_in_a_district_heating_grid tutorial
I am tring to create a heating station, with
create_pump
(instead ofcreate_circ_pump_const_mass_flow
orcreate_circ_pump_const_pressure
) and I getwhich I also get with
type='p'
(forcreate_circ_pump_const_mass_flow
orcreate_circ_pump_const_pressure
)I am also adding a
create_heat_exchanger
with negativeqext_w
So, I am wondering if it is possible at all in PP to create a heating source, without fixing pressure or temperature at the heating source
Thanks
The text was updated successfully, but these errors were encountered: