LICENSE.md
README.md
setup.py
bin/document_schemas.py
docs/conf.py
docs/technical_reference/edb/schemas/component.json
docs/technical_reference/edb/schemas/reaction.json
examples/edb/carbonic_acid_example.py
proteuslib/__init__.py
proteuslib/conftest.py
proteuslib.egg-info/PKG-INFO
proteuslib.egg-info/SOURCES.txt
proteuslib.egg-info/dependency_links.txt
proteuslib.egg-info/entry_points.txt
proteuslib.egg-info/requires.txt
proteuslib.egg-info/top_level.txt
proteuslib/edb/__init__.py
proteuslib/edb/commands.py
proteuslib/edb/data_model.py
proteuslib/edb/db_api.py
proteuslib/edb/error.py
proteuslib/edb/schemas.py
proteuslib/edb/validate.py
proteuslib/edb/data/base.json
proteuslib/edb/data/component.json
proteuslib/edb/data/reaction.json
proteuslib/edb/tests/__init__.py
proteuslib/edb/tests/data.py
proteuslib/edb/tests/test_data_model.py
proteuslib/edb/tests/test_db_api.py
proteuslib/edb/tests/test_edb.py
proteuslib/edb/tests/test_schemas.py
proteuslib/edb/tests/test_validate.py
proteuslib/edb/tests/util.py
proteuslib/flowsheets/__init__.py
proteuslib/flowsheets/RO_with_energy_recovery/RO_with_energy_recovery.py
proteuslib/flowsheets/RO_with_energy_recovery/__init__.py
proteuslib/flowsheets/RO_with_energy_recovery/financials.py
proteuslib/flowsheets/RO_with_energy_recovery/monte_carlo_sampling_RO_ERD.py
proteuslib/flowsheets/RO_with_energy_recovery/tests/__init__.py
proteuslib/flowsheets/RO_with_energy_recovery/tests/test_RO_with_energy_recovery_simulation.py
proteuslib/flowsheets/RO_with_energy_recovery/tests/test_monte_carlo_sampling_RO_ERD.py
proteuslib/flowsheets/full_treatment_train/__init__.py
proteuslib/flowsheets/full_treatment_train/chemical_flowsheet_util.py
proteuslib/flowsheets/full_treatment_train/electrolyte_scaling_utils.py
proteuslib/flowsheets/full_treatment_train/util.py
proteuslib/flowsheets/full_treatment_train/analysis/__init__.py
proteuslib/flowsheets/full_treatment_train/analysis/flowsheet_NF.py
proteuslib/flowsheets/full_treatment_train/analysis/flowsheet_NF_no_bypass.py
proteuslib/flowsheets/full_treatment_train/analysis/flowsheet_NF_two_stage.py
proteuslib/flowsheets/full_treatment_train/analysis/flowsheet_single_stage.py
proteuslib/flowsheets/full_treatment_train/analysis/flowsheet_softening.py
proteuslib/flowsheets/full_treatment_train/analysis/flowsheet_softening_two_stage.py
proteuslib/flowsheets/full_treatment_train/analysis/flowsheet_two_stage.py
proteuslib/flowsheets/full_treatment_train/analysis/multi_sweep.py
proteuslib/flowsheets/full_treatment_train/analysis/tests/test_flowsheets.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/__init__.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/costing.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/desalination.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/feed_block.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/financials.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/gypsum_saturation_index.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/pretreatment_NF.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/pretreatment_softening.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/translator_block.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/chemistry/PostTreatment_SimpleNaOCl_Chlorination.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/chemistry/PreTreatment_Simple_Softening.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/chemistry/SepRO_plus_Chlorination.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/chemistry/ZeroDRO_plus_Chlorination.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/chemistry/__init__.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/chemistry/posttreatment_ideal_naocl_chlorination_block.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/chemistry/pretreatment_stoich_softening_block.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/chemistry/test_chlorination_example.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/chemistry/test_posttreatment.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/chemistry/test_pretreatment.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/examples/__init__.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/examples/full_example.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/examples/test_full_example.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/tests/__init__.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/tests/test_desalination.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/tests/test_pretreatment.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/tests/test_pretreatment_softening.py
proteuslib/flowsheets/full_treatment_train/flowsheet_components/tests/test_translator_block.py
proteuslib/flowsheets/full_treatment_train/model_components/__init__.py
proteuslib/flowsheets/full_treatment_train/model_components/mixer.py
proteuslib/flowsheets/full_treatment_train/model_components/nanofiltration_ZO.py
proteuslib/flowsheets/full_treatment_train/model_components/property_models.py
proteuslib/flowsheets/full_treatment_train/model_components/seawater_ion_prop_pack.py
proteuslib/flowsheets/full_treatment_train/model_components/seawater_salt_prop_pack.py
proteuslib/flowsheets/full_treatment_train/model_components/separator.py
proteuslib/flowsheets/full_treatment_train/model_components/unit_0DRO.py
proteuslib/flowsheets/full_treatment_train/model_components/unit_1DRO.py
proteuslib/flowsheets/full_treatment_train/model_components/unit_ZONF.py
proteuslib/flowsheets/full_treatment_train/model_components/unit_separator.py
proteuslib/flowsheets/full_treatment_train/model_components/eNRTL/__init__.py
proteuslib/flowsheets/full_treatment_train/model_components/eNRTL/entrl_config_FTPx.py
proteuslib/flowsheets/full_treatment_train/model_components/eNRTL/entrl_config_FpcTP.py
proteuslib/flowsheets/full_treatment_train/model_components/eNRTL/test_enrtl.py
proteuslib/flowsheets/full_treatment_train/model_components/tests/__init__.py
proteuslib/flowsheets/full_treatment_train/model_components/tests/test_nanofiltration_ZO.py
proteuslib/flowsheets/full_treatment_train/model_components/tests/test_prop_pack.py
proteuslib/flowsheets/full_treatment_train/model_components/tests/test_property_models.py
proteuslib/flowsheets/full_treatment_train/model_components/tests/test_unit_models.py
proteuslib/flowsheets/lsrro/financials.py
proteuslib/flowsheets/lsrro/lsrro.py
proteuslib/flowsheets/lsrro/tests/test_lsrro.py
proteuslib/property_models/NaCl_prop_pack.py
proteuslib/property_models/__init__.py
proteuslib/property_models/seawater_prop_pack.py
proteuslib/property_models/tests/__init__.py
proteuslib/property_models/tests/property_test_harness.py
proteuslib/property_models/tests/test_NaCl_prop_pack.py
proteuslib/property_models/tests/test_seawater_prop_pack.py
proteuslib/tests/__init__.py
proteuslib/tests/test_chlorination.py
proteuslib/tests/test_docs.py
proteuslib/tests/test_enrtl_water_pH.py
proteuslib/tests/test_enrtl_water_pH_edb.py
proteuslib/tests/test_phosphorus_removal.py
proteuslib/tests/test_pure_water_pH.py
proteuslib/tests/test_pure_water_pH_edb.py
proteuslib/tests/test_recarbonation_process.py
proteuslib/tests/test_remineralization.py
proteuslib/tests/test_seawater_alkalinity.py
proteuslib/tests/test_tutorials.py
proteuslib/tests/test_water_softening.py
proteuslib/tests/test_water_softening_Ca.py
proteuslib/tests/test_water_softening_Mg.py
proteuslib/tools/parameter_sweep.py
proteuslib/tools/tests/test_parameter_sweep.py
proteuslib/unit_models/__init__.py
proteuslib/unit_models/nanofiltration_0D.py
proteuslib/unit_models/pressure_exchanger.py
proteuslib/unit_models/pump_isothermal.py
proteuslib/unit_models/reverse_osmosis_0D.py
proteuslib/unit_models/reverse_osmosis_1D.py
proteuslib/unit_models/tests/__init__.py
proteuslib/unit_models/tests/test_nanofiltration_0D.py
proteuslib/unit_models/tests/test_pressure_exchanger.py
proteuslib/unit_models/tests/test_pump_isothermal.py
proteuslib/unit_models/tests/test_reverse_osmosis_0D.py
proteuslib/unit_models/tests/test_reverse_osmosis_1D.py
proteuslib/util/infeasible.py
proteuslib/util/initialization.py
proteuslib/util/tests/test_initialization.py