Circulation Pump Mass

Create Function

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

Adds one circulation pump with a constant mass flow in table net[“circ_pump_mass”].

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

  • from_junction

  • to_junction

  • p_bar

  • mdot_kg_per_s

  • t_k

  • name

  • index

  • in_service

  • type

  • kwargs

Returns

Return type

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

Component Table Data

net.circ_pump_mass

Parameter

Datatype

Value Range

Explanation

name

string

name of the pump

from_junction

integer

\(>\) 0

index of junction at which the pump starts

to_junction

integer

\(>\) 0

index of junction at which the pump ends

p_bar

float

\(>\) 0

pressure set point [bar]

p_lift_bar

float

\(>\) 0

pressure lift induced by the pump [bar]

t_k

float

\(>\) 0

temperature set point [K]

in_serivce

boolean

True/ False

True for in service or False for out of service

type

string

type variable to classify the pump

Physical Model

Comsing soon!

Result Table Data

net.circ_pump_mass

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]