branch_pump
Class for a branch pump
- class BranchPump(setpoint_value_hyd=0.0, **kwargs)[source]
Bases:
Component
Class for base BranchPump component
- __init__(setpoint_value_hyd=0.0, **kwargs)[source]
Init Component
- Parameters:
temperature (float, optional) – Initial temperature of the fluid (°C). The default is 50.0.
mass_flow (float, optional) – Initial mass flow (kg/s). The default is 1e-05.
delta_p (float, optional) – Initial pressure difference (Pa). The default is 0.0.
**kwargs – Arbitrary keyword arguments.
- Return type:
None