Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.58 KB

File metadata and controls

49 lines (36 loc) · 1.58 KB

Chlorination (ZO)

Model Type

This unit model is formulated as a single-input, single-output model form. See documentation for :ref:`single-input, single-output Helper Methods<siso_methods>`.

Electricity Consumption

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

Costing Method

Costing is calculated using the :py:meth:`~watertap.unit_models.zero_order.chlorination_zo.ChlorinationZOData.cost_chlorination` method. For full details on costing, see documentation for the :ref:`zero-order costing package<zero_order_costing>`.

Additional Variables

Description Variable Name Units
Initial chlorine demand initial_chlorine_demand mg/l
Chlorine contact time contact_time h
CT value for chlorination concentration_time mg*min/l
Chlorine decay rate chlorine_decay_rate mg/h/l
Chlorine dose chlorine_dose mg/l

Additional Constraints

Description Constraint Name
Chlorine dose constraint chlorine_dose_constraint
.. index::
   pair: watertap.unit_models.zero_order.chlorination_zo;chlorination_zo

.. currentmodule:: watertap.unit_models.zero_order.chlorination_zo

Class Documentation

.. automodule:: watertap.unit_models.zero_order.chlorination_zo
    :members:
    :noindex: