README.md
setup.cfg
setup.py
docs/conf.py
docs/scripts/extract_schemas.py
examples/workshops/update_workshop_materials.py
idaes/__init__.py
idaes/config.py
idaes/logger.py
idaes/solvers.py
idaes/ver.py
idaes/commands/__init__.py
idaes/commands/base.py
idaes/commands/data_directory.py
idaes/commands/extensions.py
idaes/core/__init__.py
idaes/core/control_volume0d.py
idaes/core/control_volume1d.py
idaes/core/control_volume_base.py
idaes/core/flowsheet_model.py
idaes/core/process_base.py
idaes/core/process_block.py
idaes/core/property_base.py
idaes/core/property_meta.py
idaes/core/reaction_base.py
idaes/core/unit_model.py
idaes/core/tests/__init__.py
idaes/core/tests/test_control_volume_0d.py
idaes/core/tests/test_control_volume_1d.py
idaes/core/tests/test_control_volume_base.py
idaes/core/tests/test_flowsheet_model.py
idaes/core/tests/test_process_base.py
idaes/core/tests/test_process_block.py
idaes/core/tests/test_property_base.py
idaes/core/tests/test_reaction_base.py
idaes/core/tests/test_unit_model.py
idaes/core/util/__init__.py
idaes/core/util/config.py
idaes/core/util/exceptions.py
idaes/core/util/expr_doc.py
idaes/core/util/homotopy.py
idaes/core/util/initialization.py
idaes/core/util/math.py
idaes/core/util/misc.py
idaes/core/util/model_serializer.py
idaes/core/util/model_statistics.py
idaes/core/util/plot.py
idaes/core/util/tables.py
idaes/core/util/testing.py
idaes/core/util/unit_costing.py
idaes/core/util/convergence/__init__.py
idaes/core/util/convergence/convergence.py
idaes/core/util/convergence/convergence_base.py
idaes/core/util/convergence/mpi_utils.py
idaes/core/util/convergence/tests/__init__.py
idaes/core/util/convergence/tests/conv_eval_classes.py
idaes/core/util/convergence/tests/test_convergence.py
idaes/core/util/tests/test_config.py
idaes/core/util/tests/test_exceptions.py
idaes/core/util/tests/test_homotopy.py
idaes/core/util/tests/test_initialization.py
idaes/core/util/tests/test_math.py
idaes/core/util/tests/test_misc.py
idaes/core/util/tests/test_model_serializer.py
idaes/core/util/tests/test_model_statistics.py
idaes/core/util/tests/test_tables.py
idaes/core/util/tests/test_tag_svg.py
idaes/dmf/__init__.py
idaes/dmf/cli.py
idaes/dmf/codesearch.py
idaes/dmf/commands.py
idaes/dmf/dmfbase.py
idaes/dmf/errors.py
idaes/dmf/experiment.py
idaes/dmf/help.py
idaes/dmf/magics.py
idaes/dmf/model_data.py
idaes/dmf/propdata.py
idaes/dmf/propindex.py
idaes/dmf/resource.py
idaes/dmf/resourcedb.py
idaes/dmf/surrmod.py
idaes/dmf/tabular.py
idaes/dmf/userapi.py
idaes/dmf/util.py
idaes/dmf/workspace.py
idaes/dmf/tests/__init__.py
idaes/dmf/tests/for_propindex.py
idaes/dmf/tests/test_cli.py
idaes/dmf/tests/test_codesearch.py
idaes/dmf/tests/test_commands.py
idaes/dmf/tests/test_dmfbase.py
idaes/dmf/tests/test_experiment.py
idaes/dmf/tests/test_magics.py
idaes/dmf/tests/test_model_data.py
idaes/dmf/tests/test_propdata.py
idaes/dmf/tests/test_propdata_csv.py
idaes/dmf/tests/test_propindex.py
idaes/dmf/tests/test_relations.py
idaes/dmf/tests/test_resource.py
idaes/dmf/tests/test_surrmod.py
idaes/dmf/tests/test_tabular.py
idaes/dmf/tests/test_util.py
idaes/dmf/tests/test_workspace.py
idaes/dmf/tests/util.py
idaes/dmf/tests/data_files/__init__.py
idaes/dmf/ui/__init__.py
idaes/dmf/ui/flowsheet_serializer.py
idaes/dmf/ui/icon_mapping.py
idaes/dmf/ui/link_position_mapping.py
idaes/dmf/ui/tests/test_flowsheet_serializer.py
idaes/dmf/ui/tests/test_icon_mapping.py
idaes/dmf/ui/tests/test_link_position_mapping.py
idaes/dynamic/__init__.py
idaes/dynamic/pid_controller.py
idaes/dynamic/tests/__init__.py
idaes/dynamic/tests/test_steam_tank.py
idaes/examples/__init__.py
idaes/examples/alamo_python/MEAPropertyRegression.py
idaes/examples/alamo_python/__init__.py
idaes/examples/alamo_python/ackley.py
idaes/examples/alamo_python/branin.py
idaes/examples/alamo_python/camel6.py
idaes/examples/alamo_python/examples.py
idaes/examples/helmet_python/H2OSetup.py
idaes/examples/helmet_python/__init__.py
idaes/examples/power_generation/__init__.py
idaes/examples/power_generation/supercritical_power_plant/SCPC_full_plant.py
idaes/examples/power_generation/supercritical_power_plant/boiler_subflowsheet_build.py
idaes/examples/power_generation/supercritical_steam_cycle/__init__.py
idaes/examples/power_generation/supercritical_steam_cycle/supercritical_steam_cycle.py
idaes/examples/power_generation/tests/__init__.py
idaes/examples/power_generation/tests/test_scpc_plant.py
idaes/examples/power_generation/tests/test_scsc.py
idaes/examples/properties/__init__.py
idaes/examples/properties/Workshop_Module_2/__init__.py
idaes/examples/properties/Workshop_Module_2/hda_ideal_VLE.py
idaes/examples/properties/Workshop_Module_2/hda_reaction.py
idaes/examples/properties/tests/__init__.py
idaes/examples/properties/tests/test_notebooks.py
idaes/examples/ripe_python/__init__.py
idaes/examples/ripe_python/clc.py
idaes/examples/ripe_python/crac.py
idaes/examples/ripe_python/cracsim.py
idaes/examples/ripe_python/isoT.py
idaes/examples/ripe_python/isotsim.py
idaes/examples/tutorials/Tutorial_1_Basic_Flowsheets.py
idaes/examples/tutorials/Tutorial_2_Basic_Flowsheet_Optimization.py
idaes/examples/tutorials/Tutorial_3_Dynamic_Flowsheets.py
idaes/examples/tutorials/__init__.py
idaes/examples/workshops/__init__.py
idaes/examples/workshops/Module_0_Welcome/__init__.py
idaes/examples/workshops/Module_0_Welcome/notebook_test_script.py
idaes/examples/workshops/Module_1_Flash_Unit/BTX_ideal_VLE.py
idaes/examples/workshops/Module_1_Flash_Unit/__init__.py
idaes/examples/workshops/Module_1_Flash_Unit/ideal_prop_pack_VLE.py
idaes/examples/workshops/Module_1_Flash_Unit/workshoptools.py
idaes/examples/workshops/Module_2_Flowsheet/Module_2_HDA.py
idaes/examples/workshops/Module_2_Flowsheet/__init__.py
idaes/examples/workshops/Module_2_Flowsheet/hda_ideal_VLE.py
idaes/examples/workshops/Module_2_Flowsheet/hda_reaction.py
idaes/examples/workshops/Module_2_Flowsheet/workshoptools.py
idaes/examples/workshops/Module_3_Custom_Unit_Model/__init__.py
idaes/examples/workshops/Module_3_Custom_Unit_Model/methanol_param_VLE.py
idaes/examples/workshops/Module_3_Custom_Unit_Model/methanol_state_block_VLE.py
idaes/examples/workshops/tests/__init__.py
idaes/examples/workshops/tests/test_modules.py
idaes/functions/__init__.py
idaes/functions/tests/test_cbrt.py
idaes/plugins/__init__.py
idaes/plugins/variable_replace.py
idaes/plugins/tests/test_replace_vars.py
idaes/property_models/__init__.py
idaes/property_models/iapws95.py
idaes/property_models/activity_coeff_models/BTX_activity_coeff_VLE.py
idaes/property_models/activity_coeff_models/__init__.py
idaes/property_models/activity_coeff_models/activity_coeff_prop_pack.py
idaes/property_models/activity_coeff_models/methane_combustion_ideal.py
idaes/property_models/activity_coeff_models/tests/test_ideal_NRTL.py
idaes/property_models/activity_coeff_models/tests/test_ideal_Wilson.py
idaes/property_models/activity_coeff_models/tests/test_ideal_ideal_FTPz.py
idaes/property_models/activity_coeff_models/tests/test_ideal_ideal_FcTP.py
idaes/property_models/cubic_eos/BT_PR.py
idaes/property_models/cubic_eos/__init__.py
idaes/property_models/cubic_eos/cubic_prop_pack.py
idaes/property_models/cubic_eos/tests/__init__.py
idaes/property_models/cubic_eos/tests/test_BT_example.py
idaes/property_models/cubic_eos/tests/test_cubic_eos.py
idaes/property_models/cubic_eos/tests/test_cubic_prop_pack.py
idaes/property_models/examples/__init__.py
idaes/property_models/examples/saponification_reactions.py
idaes/property_models/examples/saponification_thermo.py
idaes/property_models/examples/tests/__init__.py
idaes/property_models/examples/tests/test_saponification_reaction.py
idaes/property_models/examples/tests/test_saponification_thermo.py
idaes/property_models/tests/iapws95_plots.py
idaes/property_models/tests/test_harness.py
idaes/property_models/tests/test_iapws95.py
idaes/property_models/tests/test_iapws95_derivatives.py
idaes/property_models/tests/test_iapws_integration.py
idaes/surrogate/__init__.py
idaes/surrogate/alamopy/__init__.py
idaes/surrogate/alamopy/allcard.py
idaes/surrogate/alamopy/almconfidence.py
idaes/surrogate/alamopy/almerror.py
idaes/surrogate/alamopy/almpickle.py
idaes/surrogate/alamopy/almplot.py
idaes/surrogate/alamopy/almpywriter.py
idaes/surrogate/alamopy/almwriter.py
idaes/surrogate/alamopy/doalamo.py
idaes/surrogate/alamopy/examples.py
idaes/surrogate/alamopy/mapminmax.py
idaes/surrogate/alamopy/multos.py
idaes/surrogate/alamopy/remapminmax.py
idaes/surrogate/alamopy/shared.py
idaes/surrogate/alamopy/simwrapper.py
idaes/surrogate/alamopy/writethis.py
idaes/surrogate/alamopy/tests/examples.py
idaes/surrogate/alamopy/tests/test_alamosmoke.py
idaes/surrogate/alamopy/tests/test_rbasics.py
idaes/surrogate/helmet/AncillaryEquations.py
idaes/surrogate/helmet/BasisFunctions.py
idaes/surrogate/helmet/DataImport.py
idaes/surrogate/helmet/DataManipulation.py
idaes/surrogate/helmet/GAMSDataWrite.py
idaes/surrogate/helmet/GAMSWrite.py
idaes/surrogate/helmet/Helmet.py
idaes/surrogate/helmet/Plotting.py
idaes/surrogate/helmet/__init__.py
idaes/surrogate/helmet/parseGAMS.py
idaes/surrogate/helmet/tests/test_helmet_smoke.py
idaes/surrogate/pysmo/__init__.py
idaes/surrogate/ripe/__init__.py
idaes/surrogate/ripe/atermconstruct.py
idaes/surrogate/ripe/bounds.py
idaes/surrogate/ripe/checkoptions.py
idaes/surrogate/ripe/confinv.py
idaes/surrogate/ripe/emsampling.py
idaes/surrogate/ripe/genpyomo.py
idaes/surrogate/ripe/kinforms.py
idaes/surrogate/ripe/main.py
idaes/surrogate/ripe/mechs.py
idaes/surrogate/ripe/read.py
idaes/surrogate/ripe/shared.py
idaes/surrogate/ripe/targets.py
idaes/surrogate/ripe/write.py
idaes/surrogate/ripe/tests/test_ripesmoke.py
idaes/tests/__init__.py
idaes/tests/test_docs.py
idaes/tests/test_import.py
idaes/tests/test_ipopt.py
idaes/tests/test_style.py
idaes/tests/test_tutorials.py
idaes/tests/test_version.py
idaes/unit_models/__init__.py
idaes/unit_models/cstr.py
idaes/unit_models/equilibrium_reactor.py
idaes/unit_models/feed.py
idaes/unit_models/feed_flash.py
idaes/unit_models/flash.py
idaes/unit_models/gibbs_reactor.py
idaes/unit_models/heat_exchanger.py
idaes/unit_models/heat_exchanger_1D.py
idaes/unit_models/heater.py
idaes/unit_models/mixer.py
idaes/unit_models/plug_flow_reactor.py
idaes/unit_models/pressure_changer.py
idaes/unit_models/product.py
idaes/unit_models/separator.py
idaes/unit_models/statejunction.py
idaes/unit_models/stoichiometric_reactor.py
idaes/unit_models/translator.py
idaes/unit_models/convergence/__init__.py
idaes/unit_models/convergence/pressure_changer/__init__.py
idaes/unit_models/convergence/pressure_changer/pressure_changer_conv_eval.py
idaes/unit_models/icons/__init__.py
idaes/unit_models/power_generation/IdealProp_FlueGas.py
idaes/unit_models/power_generation/__init__.py
idaes/unit_models/power_generation/boiler_heat_exchanger.py
idaes/unit_models/power_generation/feedwater_heater_0D.py
idaes/unit_models/power_generation/turbine_inlet.py
idaes/unit_models/power_generation/turbine_multistage.py
idaes/unit_models/power_generation/turbine_outlet.py
idaes/unit_models/power_generation/turbine_stage.py
idaes/unit_models/power_generation/valve_steam.py
idaes/unit_models/power_generation/tests/test_boiler_heat_exchanger.py
idaes/unit_models/power_generation/tests/test_feedwater_heater.py
idaes/unit_models/power_generation/tests/test_turb_outlet.py
idaes/unit_models/power_generation/tests/test_turbine_inlet.py
idaes/unit_models/power_generation/tests/test_turbine_multistage.py
idaes/unit_models/power_generation/tests/test_turbine_stage.py
idaes/unit_models/power_generation/tests/test_valve_steam.py
idaes/unit_models/tests/__init__.py
idaes/unit_models/tests/test_cstr.py
idaes/unit_models/tests/test_equilibrium_reactor.py
idaes/unit_models/tests/test_feed.py
idaes/unit_models/tests/test_feed_flash.py
idaes/unit_models/tests/test_flash.py
idaes/unit_models/tests/test_gibbs.py
idaes/unit_models/tests/test_heat_exchanger.py
idaes/unit_models/tests/test_heat_exchanger_1D.py
idaes/unit_models/tests/test_heater.py
idaes/unit_models/tests/test_mixer.py
idaes/unit_models/tests/test_pfr.py
idaes/unit_models/tests/test_pressure_changer.py
idaes/unit_models/tests/test_product.py
idaes/unit_models/tests/test_rstoic.py
idaes/unit_models/tests/test_separator.py
idaes/unit_models/tests/test_statejunction.py
idaes/unit_models/tests/test_translator.py
idaes/util/__init__.py
idaes/util/sphinxdoctest_plugin.py
idaes/util/testutil.py
idaes/util/update_workshop_materials.py
idaes/util/tests/test_update_workshop_materials.py
idaes/vis/__init__.py
idaes/vis/bokeh_plots.py
idaes/vis/plotbase.py
idaes/vis/plotutils.py
idaes/vis/tests/__init__.py
idaes/vis/tests/test_bokeh_plots.py
idaes/vis/tests/test_plotbase.py
idaes_pse.egg-info/PKG-INFO
idaes_pse.egg-info/SOURCES.txt
idaes_pse.egg-info/dependency_links.txt
idaes_pse.egg-info/entry_points.txt
idaes_pse.egg-info/not-zip-safe
idaes_pse.egg-info/requires.txt
idaes_pse.egg-info/top_level.txt
src/iapws95/__init__.py
ui/flowsheet_explorer/app.py
ui/modelvis/hda_ideal_VLE.py
ui/modelvis/hda_reaction.py
ui/modelvis/flowsheetvisdemo/hda_ideal_VLE.py
ui/modelvis/flowsheetvisdemo/hda_reaction.py