Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.42 KB

File metadata and controls

47 lines (34 loc) · 1.42 KB

Storage Tank (ZO)

Model Type

This unit model is formulated as a pass-through model form. See documentation for pass-through Helper Methods<pt_methods>.

Electricity Consumption

Electricity consumption is calculated using the constant_intensity helper function. See documentation for Helper Methods for Electricity Demand<electricity_methods>.

Costing Method

Costing is calculated using the :py~watertap.unit_models.zero_order.storage_tank_zo.StorageTankZOData.cost_storage_tank method. For full details on costing, see documentation for the zero-order costing package<zero_order_costing>.

Additional Variables

Description Variable Name Units
Storage time needed storage_time h
Additional capacity needed for surge flow surge_capacity dimensionless
Storage tank volume tank_volume m3

Additional Constraints

Description Constraint Name
Tank volume constraint tank_volume_constraint

pair: watertap.unit_models.zero_order.storage_tank_zo;storage_tank_zo

watertap.unit_models.zero_order.storage_tank_zo

Class Documentation

watertap.unit_models.zero_order.storage_tank_zo