Circulation Pump Pressure

Create Function

create_circ_pump_const_pressure(net, from_junction, to_junction, p_bar, plift_bar, t_k=None, name=None, index=None, in_service=True, type='pt', \*\*kwargs)

Adds one circulation pump with a constant pressure lift in table net[“circ_pump_pressure”].

Parameters
  • net (pandapipesNet) – The net within this pump should be created

  • from_junction

  • to_junction

  • p_bar

  • plift_bar

  • t_k

  • name

  • index

  • in_service

  • type

  • kwargs

Returns

Return type

EXAMPLE:
>>> create_circ_pump_const_pressure(net, 0, 1, p_bar=5, plift_bar=2, t_k=350, type="p")

Component Table Data

net.circ_pump_pressure

Physical Model

Coming soon!

Result Table Data

net.res_circ_pump_pressure

Parameter

Datatype

Explanation

deltap_bar

float

The pressure lift caused by the pump [bar]

mdot_kg_per_s

float

The mass flow running through the pump [bar]