Pumping

QSDsan: Quantitative Sustainable Design for sanitation and resource recovery systems

This module is developed by:

Part of this module is based on the biosteam package: https://github.com/BioSTEAMDevelopmentGroup/biosteam

This module is under the University of Illinois/NCSA Open Source License. Please refer to https://github.com/QSD-Group/QSDsan/blob/main/LICENSE.txt for license details.

class qsdsan.unit_operations.bst._pumping.Pump(ID='', ins: Sequence[AbstractStream] | None = None, outs: Sequence[AbstractStream] | None = (), thermo=None, *, P=None, pump_type='Default', material='Cast iron', dP_design=101325, ignore_NPSH=True, init_with='Stream', F_BM_default=None, isdynamic=False)

Similar to the biosteam.units.Pump, but can be initialized with qsdsan.SanStream and qsdsan.WasteStream, and allows dynamic simulation.

line: str = 'Pump'

class-attribute Name denoting the type of Unit class. Defaults to the class name of the first child class

run()

Run mass and energy balance. This method also runs specifications user defined specifications unless it is being run within a specification (to avoid infinite loops).

See also

_run, specifications, add_specification, add_bounded_numerical_specification

property state

The state of the Pump, including component concentrations [mg/L] and flow rate [m^3/d].