LICENSE.md
README.md
setup.cfg
setup.py
docs/build.py
docs/conf.py
docs/scripts/extract_schemas.py
idaes/__init__.py
idaes/beta.py
idaes/config.py
idaes/conftest.py
idaes/logger.py
idaes/ver.py
idaes/apps/caprese/categorize.py
idaes/apps/caprese/controller.py
idaes/apps/caprese/dynamic_block.py
idaes/apps/caprese/nmpc.py
idaes/apps/caprese/nmpc_var.py
idaes/apps/caprese/rolling.py
idaes/apps/caprese/util.py
idaes/apps/caprese/common/config.py
idaes/apps/caprese/examples/cstr_model.py
idaes/apps/caprese/examples/cstr_nmpc.py
idaes/apps/caprese/examples/cstr_reduced.py
idaes/apps/caprese/tests/test_categorize.py
idaes/apps/caprese/tests/test_categorize_cstr.py
idaes/apps/caprese/tests/test_controller.py
idaes/apps/caprese/tests/test_dynamic_block.py
idaes/apps/caprese/tests/test_nmpc_var.py
idaes/apps/caprese/tests/test_rolling.py
idaes/apps/caprese/tests/test_simple_model.py
idaes/apps/caprese/tests/test_util.py
idaes/apps/matopt/__init__.py
idaes/apps/matopt/materials/__init__.py
idaes/apps/matopt/materials/atom.py
idaes/apps/matopt/materials/bblock.py
idaes/apps/matopt/materials/canvas.py
idaes/apps/matopt/materials/design.py
idaes/apps/matopt/materials/geometry.py
idaes/apps/matopt/materials/motifs.py
idaes/apps/matopt/materials/tiling.py
idaes/apps/matopt/materials/transform_func.py
idaes/apps/matopt/materials/lattices/__init__.py
idaes/apps/matopt/materials/lattices/cubic_lattice.py
idaes/apps/matopt/materials/lattices/diamond_lattice.py
idaes/apps/matopt/materials/lattices/fcc_lattice.py
idaes/apps/matopt/materials/lattices/lattice.py
idaes/apps/matopt/materials/lattices/perovskite_lattice.py
idaes/apps/matopt/materials/lattices/unit_cell_lattice.py
idaes/apps/matopt/materials/lattices/wurtzite_lattice.py
idaes/apps/matopt/materials/parsers/CFG.py
idaes/apps/matopt/materials/parsers/PDB.py
idaes/apps/matopt/materials/parsers/POSCAR.py
idaes/apps/matopt/materials/parsers/XYZ.py
idaes/apps/matopt/materials/parsers/__init__.py
idaes/apps/matopt/opt/__init__.py
idaes/apps/matopt/opt/mat_modeling.py
idaes/apps/matopt/opt/pyomo_modeling.py
idaes/apps/matopt/tests/test_matopt_expression_bounds.py
idaes/apps/matopt/tests/test_matopt_objects_construction.py
idaes/apps/matopt/tests/test_matopt_objects_functionality.py
idaes/apps/matopt/tests/test_matopt_smoke.py
idaes/apps/matopt/util/__init__.py
idaes/apps/matopt/util/util.py
idaes/apps/uncertainty_propagation/sens.py
idaes/apps/uncertainty_propagation/uncertainties.py
idaes/apps/uncertainty_propagation/examples/NRTL_model_scripts.py
idaes/apps/uncertainty_propagation/examples/rooney_biegler.py
idaes/apps/uncertainty_propagation/examples/simple_opt_problem.py
idaes/apps/uncertainty_propagation/examples/uncertainty_propagation_NRTL.py
idaes/apps/uncertainty_propagation/examples/uncertainty_propagation_rooney.py
idaes/apps/uncertainty_propagation/tests/test_uncertainties.py
idaes/commands/__init__.py
idaes/commands/base.py
idaes/commands/config.py
idaes/commands/convergence.py
idaes/commands/data_directory.py
idaes/commands/env_info.py
idaes/commands/examples.py
idaes/commands/extensions.py
idaes/commands/wrap_solver_wsl.py
idaes/commands/tests/__init__.py
idaes/commands/tests/test_commands.py
idaes/commands/tests/test_dmf_cli.py
idaes/convergence/__init__.py
idaes/convergence/generic_models/__init__.py
idaes/convergence/generic_models/pressure_changer.py
idaes/convergence/power_generation/__init__.py
idaes/convergence/power_generation/compressor.py
idaes/convergence/power_generation/heater.py
idaes/convergence/power_generation/turbine.py
idaes/core/__init__.py
idaes/core/components.py
idaes/core/control_volume0d.py
idaes/core/control_volume1d.py
idaes/core/control_volume_base.py
idaes/core/flowsheet_model.py
idaes/core/phases.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/plugins/__init__.py
idaes/core/plugins/simple_equality_eliminator.py
idaes/core/plugins/variable_replace.py
idaes/core/plugins/tests/test_eq_elim.py
idaes/core/plugins/tests/test_replace_vars.py
idaes/core/solvers/__init__.py
idaes/core/solvers/config.py
idaes/core/solvers/features.py
idaes/core/solvers/tests/__init__.py
idaes/core/solvers/tests/test_have_pynumero.py
idaes/core/solvers/tests/test_solver_config.py
idaes/core/solvers/tests/test_solvers.py
idaes/core/tests/__init__.py
idaes/core/tests/test_components.py
idaes/core/tests/test_control_volume_0d.py
idaes/core/tests/test_control_volume_0d_scaling.py
idaes/core/tests/test_control_volume_1d.py
idaes/core/tests/test_control_volume_1d_scaling.py
idaes/core/tests/test_control_volume_base.py
idaes/core/tests/test_flowsheet_model.py
idaes/core/tests/test_phases.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/constants.py
idaes/core/util/dyn_utils.py
idaes/core/util/env_info.py
idaes/core/util/exceptions.py
idaes/core/util/expr_doc.py
idaes/core/util/functions.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_diagnostics.py
idaes/core/util/model_serializer.py
idaes/core/util/model_statistics.py
idaes/core/util/phase_equilibria.py
idaes/core/util/plot.py
idaes/core/util/scaling.py
idaes/core/util/tables.py
idaes/core/util/tags.py
idaes/core/util/testing.py
idaes/core/util/unit_costing.py
idaes/core/util/utility_minimization.py
idaes/core/util/convergence/__init__.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_dyn_utils.py
idaes/core/util/tests/test_env_info.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_diagnostics.py
idaes/core/util/tests/test_model_serializer.py
idaes/core/util/tests/test_model_statistics.py
idaes/core/util/tests/test_phase_equilibria.py
idaes/core/util/tests/test_pid_initialization.py
idaes/core/util/tests/test_scaling.py
idaes/core/util/tests/test_tables.py
idaes/core/util/tests/test_tag_svg.py
idaes/core/util/tests/test_tags.py
idaes/core/util/tests/test_unit_costing.py
idaes/core/util/tests/test_utility_minimization.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/getver.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_getver.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/gas_solid_contactors/__init__.py
idaes/gas_solid_contactors/flowsheets/__init__.py
idaes/gas_solid_contactors/flowsheets/dyn_TGA_example.py
idaes/gas_solid_contactors/flowsheets/ss_BFB_OC_oxidation.py
idaes/gas_solid_contactors/flowsheets/ss_BFB_methane_combustion.py
idaes/gas_solid_contactors/flowsheets/ss_MB_methane_combustion.py
idaes/gas_solid_contactors/properties/__init__.py
idaes/gas_solid_contactors/properties/methane_iron_OC_reduction/__init__.py
idaes/gas_solid_contactors/properties/methane_iron_OC_reduction/gas_phase_thermo.py
idaes/gas_solid_contactors/properties/methane_iron_OC_reduction/hetero_reactions.py
idaes/gas_solid_contactors/properties/methane_iron_OC_reduction/solid_phase_thermo.py
idaes/gas_solid_contactors/properties/methane_iron_OC_reduction/tests/__init__.py
idaes/gas_solid_contactors/properties/methane_iron_OC_reduction/tests/test_CLC_gas_prop.py
idaes/gas_solid_contactors/properties/methane_iron_OC_reduction/tests/test_CLC_rxn_prop.py
idaes/gas_solid_contactors/properties/methane_iron_OC_reduction/tests/test_CLC_solid_prop.py
idaes/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/__init__.py
idaes/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/gas_phase_thermo.py
idaes/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/hetero_reactions.py
idaes/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/solid_phase_thermo.py
idaes/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/tests/__init__.py
idaes/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/tests/test_CLC_gas_prop.py
idaes/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/tests/test_CLC_rxn_prop.py
idaes/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/tests/test_CLC_solid_prop.py
idaes/gas_solid_contactors/unit_models/__init__.py
idaes/gas_solid_contactors/unit_models/bubbling_fluidized_bed.py
idaes/gas_solid_contactors/unit_models/fixed_bed_0D.py
idaes/gas_solid_contactors/unit_models/moving_bed.py
idaes/gas_solid_contactors/unit_models/tests/__init__.py
idaes/gas_solid_contactors/unit_models/tests/test_BFB.py
idaes/gas_solid_contactors/unit_models/tests/test_FB0D.py
idaes/gas_solid_contactors/unit_models/tests/test_MB.py
idaes/generic_models/__init__.py
idaes/generic_models/control/__init__.py
idaes/generic_models/control/controller.py
idaes/generic_models/control/pid_controller.py
idaes/generic_models/control/tests/__init__.py
idaes/generic_models/control/tests/test_pid_pump.py
idaes/generic_models/control/tests/test_steam_tank.py
idaes/generic_models/control/tests/test_steam_tank_pressure.py
idaes/generic_models/flowsheets/__init__.py
idaes/generic_models/flowsheets/demo_flowsheet.py
idaes/generic_models/flowsheets/tests/__init__.py
idaes/generic_models/flowsheets/tests/test_demo_flowsheet.py
idaes/generic_models/properties/__init__.py
idaes/generic_models/properties/iapws95.py
idaes/generic_models/properties/swco2.py
idaes/generic_models/properties/activity_coeff_models/BTX_activity_coeff_VLE.py
idaes/generic_models/properties/activity_coeff_models/__init__.py
idaes/generic_models/properties/activity_coeff_models/activity_coeff_prop_pack.py
idaes/generic_models/properties/activity_coeff_models/methane_combustion_ideal.py
idaes/generic_models/properties/activity_coeff_models/tests/test_ideal_NRTL.py
idaes/generic_models/properties/activity_coeff_models/tests/test_ideal_Wilson.py
idaes/generic_models/properties/activity_coeff_models/tests/test_ideal_ideal_FTPz.py
idaes/generic_models/properties/activity_coeff_models/tests/test_ideal_ideal_FcTP.py
idaes/generic_models/properties/core/__init__.py
idaes/generic_models/properties/core/eos/__init__.py
idaes/generic_models/properties/core/eos/ceos.py
idaes/generic_models/properties/core/eos/enrtl.py
idaes/generic_models/properties/core/eos/enrtl_parameters.py
idaes/generic_models/properties/core/eos/enrtl_reference_states.py
idaes/generic_models/properties/core/eos/eos_base.py
idaes/generic_models/properties/core/eos/ideal.py
idaes/generic_models/properties/core/eos/tests/__init__.py
idaes/generic_models/properties/core/eos/tests/test_ceos_CO2_H2O.py
idaes/generic_models/properties/core/eos/tests/test_ceos_PR.py
idaes/generic_models/properties/core/eos/tests/test_enrtl.py
idaes/generic_models/properties/core/eos/tests/test_enrtl_verification_2_solvent.py
idaes/generic_models/properties/core/eos/tests/test_enrtl_verification_KCl.py
idaes/generic_models/properties/core/eos/tests/test_enrtl_verification_NaCl.py
idaes/generic_models/properties/core/eos/tests/test_enrtl_verification_NaCl_KCl.py
idaes/generic_models/properties/core/eos/tests/test_haber_bosch_validation_PR.py
idaes/generic_models/properties/core/eos/tests/test_ideal.py
idaes/generic_models/properties/core/examples/ASU_PR.py
idaes/generic_models/properties/core/examples/BT_PR.py
idaes/generic_models/properties/core/examples/BT_ideal.py
idaes/generic_models/properties/core/examples/CO2_H2O_Ideal_VLE.py
idaes/generic_models/properties/core/examples/CO2_bmimPF6_PR.py
idaes/generic_models/properties/core/examples/HC_PR.py
idaes/generic_models/properties/core/examples/HC_PR_vap.py
idaes/generic_models/properties/core/examples/__init__.py
idaes/generic_models/properties/core/examples/reactions/__init__.py
idaes/generic_models/properties/core/examples/reactions/reaction_example.py
idaes/generic_models/properties/core/examples/reactions/tests/__init__.py
idaes/generic_models/properties/core/examples/reactions/tests/test_reaction_example.py
idaes/generic_models/properties/core/examples/tests/__init__.py
idaes/generic_models/properties/core/examples/tests/test_ASU_PR.py
idaes/generic_models/properties/core/examples/tests/test_ASU_PR_Dowling_2015.py
idaes/generic_models/properties/core/examples/tests/test_BTIdeal.py
idaes/generic_models/properties/core/examples/tests/test_BTIdeal_FPhx.py
idaes/generic_models/properties/core/examples/tests/test_BTIdeal_FcPh.py
idaes/generic_models/properties/core/examples/tests/test_BTIdeal_FcTP.py
idaes/generic_models/properties/core/examples/tests/test_BT_PR.py
idaes/generic_models/properties/core/examples/tests/test_CO2_H2O_Ideal_VLE.py
idaes/generic_models/properties/core/examples/tests/test_CO2_bmimPF6_PR.py
idaes/generic_models/properties/core/examples/tests/test_HC_PR.py
idaes/generic_models/properties/core/examples/tests/test_HC_PR_vap.py
idaes/generic_models/properties/core/generic/__init__.py
idaes/generic_models/properties/core/generic/generic_property.py
idaes/generic_models/properties/core/generic/generic_reaction.py
idaes/generic_models/properties/core/generic/utility.py
idaes/generic_models/properties/core/generic/tests/__init__.py
idaes/generic_models/properties/core/generic/tests/dummy_eos.py
idaes/generic_models/properties/core/generic/tests/test_electrolyte_components.py
idaes/generic_models/properties/core/generic/tests/test_generic_property.py
idaes/generic_models/properties/core/generic/tests/test_generic_property_integration.py
idaes/generic_models/properties/core/generic/tests/test_generic_reaction.py
idaes/generic_models/properties/core/generic/tests/test_noncondense.py
idaes/generic_models/properties/core/generic/tests/test_noncondense_PR.py
idaes/generic_models/properties/core/generic/tests/test_nonvap.py
idaes/generic_models/properties/core/generic/tests/test_nonvap_PR.py
idaes/generic_models/properties/core/generic/tests/test_utility.py
idaes/generic_models/properties/core/generic/tests/test_vle.py
idaes/generic_models/properties/core/phase_equil/__init__.py
idaes/generic_models/properties/core/phase_equil/bubble_dew.py
idaes/generic_models/properties/core/phase_equil/forms.py
idaes/generic_models/properties/core/phase_equil/henry.py
idaes/generic_models/properties/core/phase_equil/smooth_VLE.py
idaes/generic_models/properties/core/phase_equil/tests/__init__.py
idaes/generic_models/properties/core/phase_equil/tests/test_bubble_dew.py
idaes/generic_models/properties/core/phase_equil/tests/test_forms.py
idaes/generic_models/properties/core/phase_equil/tests/test_henry.py
idaes/generic_models/properties/core/phase_equil/tests/test_smooth_VLE.py
idaes/generic_models/properties/core/pure/ConstantProperties.py
idaes/generic_models/properties/core/pure/NIST.py
idaes/generic_models/properties/core/pure/Perrys.py
idaes/generic_models/properties/core/pure/RPP3.py
idaes/generic_models/properties/core/pure/RPP4.py
idaes/generic_models/properties/core/pure/RPP5.py
idaes/generic_models/properties/core/pure/__init__.py
idaes/generic_models/properties/core/pure/electrolyte.py
idaes/generic_models/properties/core/pure/tests/__init__.py
idaes/generic_models/properties/core/pure/tests/test_ConstantProperties.py
idaes/generic_models/properties/core/pure/tests/test_NIST.py
idaes/generic_models/properties/core/pure/tests/test_Perrys.py
idaes/generic_models/properties/core/pure/tests/test_RPP3.py
idaes/generic_models/properties/core/pure/tests/test_RPP4.py
idaes/generic_models/properties/core/pure/tests/test_RPP5.py
idaes/generic_models/properties/core/pure/tests/test_electrolyte.py
idaes/generic_models/properties/core/reactions/__init__.py
idaes/generic_models/properties/core/reactions/dh_rxn.py
idaes/generic_models/properties/core/reactions/equilibrium_constant.py
idaes/generic_models/properties/core/reactions/equilibrium_forms.py
idaes/generic_models/properties/core/reactions/rate_constant.py
idaes/generic_models/properties/core/reactions/rate_forms.py
idaes/generic_models/properties/core/reactions/tests/__init__.py
idaes/generic_models/properties/core/reactions/tests/test_dh_rxn.py
idaes/generic_models/properties/core/reactions/tests/test_equilibrium_constant.py
idaes/generic_models/properties/core/reactions/tests/test_equilibrium_forms.py
idaes/generic_models/properties/core/reactions/tests/test_rate_constant.py
idaes/generic_models/properties/core/reactions/tests/test_rate_forms.py
idaes/generic_models/properties/core/reactions/tests/test_solubility_product_verification.py
idaes/generic_models/properties/core/state_definitions/FPhx.py
idaes/generic_models/properties/core/state_definitions/FTPx.py
idaes/generic_models/properties/core/state_definitions/FcPh.py
idaes/generic_models/properties/core/state_definitions/FcTP.py
idaes/generic_models/properties/core/state_definitions/FpcTP.py
idaes/generic_models/properties/core/state_definitions/__init__.py
idaes/generic_models/properties/core/state_definitions/electrolyte_states.py
idaes/generic_models/properties/core/state_definitions/tests/__init__.py
idaes/generic_models/properties/core/state_definitions/tests/test_FPhx.py
idaes/generic_models/properties/core/state_definitions/tests/test_FPhx_electrolyte.py
idaes/generic_models/properties/core/state_definitions/tests/test_FTPx.py
idaes/generic_models/properties/core/state_definitions/tests/test_FTPx_electrolyte.py
idaes/generic_models/properties/core/state_definitions/tests/test_FcPh.py
idaes/generic_models/properties/core/state_definitions/tests/test_FcPh_electrolyte.py
idaes/generic_models/properties/core/state_definitions/tests/test_FcTP.py
idaes/generic_models/properties/core/state_definitions/tests/test_FcTP_electrolyte.py
idaes/generic_models/properties/core/state_definitions/tests/test_FpcTP.py
idaes/generic_models/properties/core/state_definitions/tests/test_FpcTP_electrolyte.py
idaes/generic_models/properties/cubic_eos/BT_PR.py
idaes/generic_models/properties/cubic_eos/__init__.py
idaes/generic_models/properties/cubic_eos/cubic_prop_pack.py
idaes/generic_models/properties/cubic_eos/tests/__init__.py
idaes/generic_models/properties/cubic_eos/tests/test_BT_example.py
idaes/generic_models/properties/cubic_eos/tests/test_cubic_eos.py
idaes/generic_models/properties/cubic_eos/tests/test_cubic_prop_pack.py
idaes/generic_models/properties/cubic_eos/tests/test_cubic_root.py
idaes/generic_models/properties/examples/__init__.py
idaes/generic_models/properties/examples/saponification_reactions.py
idaes/generic_models/properties/examples/saponification_thermo.py
idaes/generic_models/properties/examples/tests/__init__.py
idaes/generic_models/properties/examples/tests/test_saponification_reaction.py
idaes/generic_models/properties/examples/tests/test_saponification_thermo.py
idaes/generic_models/properties/helmholtz/__init__.py
idaes/generic_models/properties/helmholtz/helmholtz.py
idaes/generic_models/properties/interrogator/__init__.py
idaes/generic_models/properties/interrogator/properties_interrogator.py
idaes/generic_models/properties/interrogator/reactions_interrogator.py
idaes/generic_models/properties/interrogator/tests/__init__.py
idaes/generic_models/properties/interrogator/tests/test_properties_interrogator.py
idaes/generic_models/properties/interrogator/tests/test_reactions_interrogator.py
idaes/generic_models/properties/tests/iapws95_plots.py
idaes/generic_models/properties/tests/test_harness.py
idaes/generic_models/properties/tests/test_iapws95.py
idaes/generic_models/properties/tests/test_iapws95_basic.py
idaes/generic_models/properties/tests/test_iapws95_integration.py
idaes/generic_models/properties/tests/test_iapws95_with_harness.py
idaes/generic_models/properties/tests/test_swco2_basic.py
idaes/generic_models/properties/tests/test_swco2_integration.py
idaes/generic_models/properties/tests/test_swco2_transport.py
idaes/generic_models/properties/tests/test_swco2_with_harness.py
idaes/generic_models/unit_models/__init__.py
idaes/generic_models/unit_models/cstr.py
idaes/generic_models/unit_models/equilibrium_reactor.py
idaes/generic_models/unit_models/feed.py
idaes/generic_models/unit_models/feed_flash.py
idaes/generic_models/unit_models/flash.py
idaes/generic_models/unit_models/gibbs_reactor.py
idaes/generic_models/unit_models/heat_exchanger.py
idaes/generic_models/unit_models/heat_exchanger_1D.py
idaes/generic_models/unit_models/heat_exchanger_ntu.py
idaes/generic_models/unit_models/heater.py
idaes/generic_models/unit_models/mixer.py
idaes/generic_models/unit_models/plug_flow_reactor.py
idaes/generic_models/unit_models/pressure_changer.py
idaes/generic_models/unit_models/product.py
idaes/generic_models/unit_models/separator.py
idaes/generic_models/unit_models/skeleton_model.py
idaes/generic_models/unit_models/statejunction.py
idaes/generic_models/unit_models/stoichiometric_reactor.py
idaes/generic_models/unit_models/translator.py
idaes/generic_models/unit_models/valve.py
idaes/generic_models/unit_models/column_models/__init__.py
idaes/generic_models/unit_models/column_models/condenser.py
idaes/generic_models/unit_models/column_models/reboiler.py
idaes/generic_models/unit_models/column_models/solvent_condenser.py
idaes/generic_models/unit_models/column_models/solvent_reboiler.py
idaes/generic_models/unit_models/column_models/tray.py
idaes/generic_models/unit_models/column_models/tray_column.py
idaes/generic_models/unit_models/column_models/tests/__init__.py
idaes/generic_models/unit_models/column_models/tests/test_conventional_tray.py
idaes/generic_models/unit_models/column_models/tests/test_feed_tray.py
idaes/generic_models/unit_models/column_models/tests/test_partial_condenser.py
idaes/generic_models/unit_models/column_models/tests/test_reboiler.py
idaes/generic_models/unit_models/column_models/tests/test_solvent_condenser.py
idaes/generic_models/unit_models/column_models/tests/test_solvent_reboiler.py
idaes/generic_models/unit_models/column_models/tests/test_total_condenser.py
idaes/generic_models/unit_models/column_models/tests/test_tray_column.py
idaes/generic_models/unit_models/column_models/tests/test_tray_side_liq_draw.py
idaes/generic_models/unit_models/column_models/tests/test_tray_side_vap_draw.py
idaes/generic_models/unit_models/distillation/__init__.py
idaes/generic_models/unit_models/distillation/condenser.py
idaes/generic_models/unit_models/distillation/reboiler.py
idaes/generic_models/unit_models/distillation/tray.py
idaes/generic_models/unit_models/distillation/tray_column.py
idaes/generic_models/unit_models/distillation/tests/__init__.py
idaes/generic_models/unit_models/distillation/tests/test_distillation_paths.py
idaes/generic_models/unit_models/icons/__init__.py
idaes/generic_models/unit_models/tests/__init__.py
idaes/generic_models/unit_models/tests/test_cstr.py
idaes/generic_models/unit_models/tests/test_equilibrium_reactor.py
idaes/generic_models/unit_models/tests/test_feed.py
idaes/generic_models/unit_models/tests/test_feed_flash.py
idaes/generic_models/unit_models/tests/test_flash.py
idaes/generic_models/unit_models/tests/test_gibbs.py
idaes/generic_models/unit_models/tests/test_heat_exchanger.py
idaes/generic_models/unit_models/tests/test_heat_exchanger_1D.py
idaes/generic_models/unit_models/tests/test_heater.py
idaes/generic_models/unit_models/tests/test_hx_ntu.py
idaes/generic_models/unit_models/tests/test_mixer.py
idaes/generic_models/unit_models/tests/test_pfr.py
idaes/generic_models/unit_models/tests/test_pressure_changer.py
idaes/generic_models/unit_models/tests/test_product.py
idaes/generic_models/unit_models/tests/test_rstoic.py
idaes/generic_models/unit_models/tests/test_separator.py
idaes/generic_models/unit_models/tests/test_skeleton_unit_model.py
idaes/generic_models/unit_models/tests/test_statejunction.py
idaes/generic_models/unit_models/tests/test_translator.py
idaes/generic_models/unit_models/tests/test_valve.py
idaes/power_generation/__init__.py
idaes/power_generation/carbon_capture/__init__.py
idaes/power_generation/carbon_capture/compression_system/compressor.py
idaes/power_generation/carbon_capture/compression_system/tests/test_compressor.py
idaes/power_generation/carbon_capture/mea_solvent_system/__init__.py
idaes/power_generation/carbon_capture/mea_solvent_system/properties/MEA_solvent.py
idaes/power_generation/carbon_capture/mea_solvent_system/properties/MEA_vapor.py
idaes/power_generation/carbon_capture/mea_solvent_system/properties/__init__.py
idaes/power_generation/carbon_capture/mea_solvent_system/properties/liquid_prop.py
idaes/power_generation/carbon_capture/mea_solvent_system/properties/vapor_prop.py
idaes/power_generation/carbon_capture/mea_solvent_system/properties/tests/__init__.py
idaes/power_generation/carbon_capture/mea_solvent_system/properties/tests/test_mea_solvent.py
idaes/power_generation/carbon_capture/mea_solvent_system/properties/tests/test_mea_vapor.py
idaes/power_generation/carbon_capture/mea_solvent_system/unit_models/__init__.py
idaes/power_generation/carbon_capture/mea_solvent_system/unit_models/column.py
idaes/power_generation/carbon_capture/mea_solvent_system/unit_models/plate_heat_exchanger.py
idaes/power_generation/carbon_capture/mea_solvent_system/unit_models/tests/__init__.py
idaes/power_generation/carbon_capture/mea_solvent_system/unit_models/tests/test_column.py
idaes/power_generation/carbon_capture/mea_solvent_system/unit_models/tests/test_plate_heat_exchanger.py
idaes/power_generation/control/pid_controller.py
idaes/power_generation/control/tests/test_pid_pump.py
idaes/power_generation/costing/costing_dictionaries.py
idaes/power_generation/costing/power_plant_costing.py
idaes/power_generation/costing/tests/test_NGCC_costing.py
idaes/power_generation/costing/tests/test_power_plant_costing.py
idaes/power_generation/flowsheets/__init__.py
idaes/power_generation/flowsheets/NGFC/NGFC_flowsheet.py
idaes/power_generation/flowsheets/gas_turbine/__init__.py
idaes/power_generation/flowsheets/gas_turbine/gas_turbine.py
idaes/power_generation/flowsheets/gas_turbine/tests/__init__.py
idaes/power_generation/flowsheets/gas_turbine/tests/test_gas_turbine.py
idaes/power_generation/flowsheets/subcritical_power_plant/generic_surrogate_dict.py
idaes/power_generation/flowsheets/subcritical_power_plant/steam_cycle_flowsheet.py
idaes/power_generation/flowsheets/subcritical_power_plant/subcritical_boiler.py
idaes/power_generation/flowsheets/subcritical_power_plant/subcritical_boiler_flowsheet.py
idaes/power_generation/flowsheets/subcritical_power_plant/subcritical_power_plant.py
idaes/power_generation/flowsheets/subcritical_power_plant/tests/test_subcritical_flowsheets.py
idaes/power_generation/flowsheets/supercritical_power_plant/SCPC_full_plant.py
idaes/power_generation/flowsheets/supercritical_power_plant/boiler_subflowsheet_build.py
idaes/power_generation/flowsheets/supercritical_steam_cycle/__init__.py
idaes/power_generation/flowsheets/supercritical_steam_cycle/supercritical_steam_cycle.py
idaes/power_generation/flowsheets/test/test_NGFC.py
idaes/power_generation/flowsheets/test/test_scpc_plant.py
idaes/power_generation/flowsheets/test/test_scsc.py
idaes/power_generation/flowsheets/test/test_subcritical_boiler.py
idaes/power_generation/properties/__init__.py
idaes/power_generation/properties/flue_gas_ideal.py
idaes/power_generation/properties/natural_gas_PR.py
idaes/power_generation/properties/NGFC/__init__.py
idaes/power_generation/properties/NGFC/ROM/SOFC_ROM.py
idaes/power_generation/properties/NGFC/ROM/__init__.py
idaes/power_generation/properties/tests/test_NG_PR.py
idaes/power_generation/properties/tests/test_SOFC_ROM.py
idaes/power_generation/properties/tests/test_fg_prop.py
idaes/power_generation/unit_models/__init__.py
idaes/power_generation/unit_models/balance.py
idaes/power_generation/unit_models/boiler_fireside.py
idaes/power_generation/unit_models/boiler_heat_exchanger.py
idaes/power_generation/unit_models/boiler_heat_exchanger_2D.py
idaes/power_generation/unit_models/downcomer.py
idaes/power_generation/unit_models/drum.py
idaes/power_generation/unit_models/drum1D.py
idaes/power_generation/unit_models/feedwater_heater_0D.py
idaes/power_generation/unit_models/feedwater_heater_0D_dynamic.py
idaes/power_generation/unit_models/heat_exchanger_3streams.py
idaes/power_generation/unit_models/steamheater.py
idaes/power_generation/unit_models/waterpipe.py
idaes/power_generation/unit_models/watertank.py
idaes/power_generation/unit_models/waterwall_section.py
idaes/power_generation/unit_models/helm/__init__.py
idaes/power_generation/unit_models/helm/compressor.py
idaes/power_generation/unit_models/helm/condenser_ntu.py
idaes/power_generation/unit_models/helm/mixer.py
idaes/power_generation/unit_models/helm/phase_separator.py
idaes/power_generation/unit_models/helm/pump.py
idaes/power_generation/unit_models/helm/splitter.py
idaes/power_generation/unit_models/helm/turbine.py
idaes/power_generation/unit_models/helm/turbine_inlet.py
idaes/power_generation/unit_models/helm/turbine_multistage.py
idaes/power_generation/unit_models/helm/turbine_outlet.py
idaes/power_generation/unit_models/helm/turbine_stage.py
idaes/power_generation/unit_models/helm/valve_steam.py
idaes/power_generation/unit_models/helm/tests/__init__.py
idaes/power_generation/unit_models/helm/tests/test_compare_to_generic.py
idaes/power_generation/unit_models/helm/tests/test_condenser_ntu.py
idaes/power_generation/unit_models/helm/tests/test_mixer.py
idaes/power_generation/unit_models/helm/tests/test_phase_separator.py
idaes/power_generation/unit_models/helm/tests/test_splitter.py
idaes/power_generation/unit_models/helm/tests/test_turbine_inlet.py
idaes/power_generation/unit_models/helm/tests/test_turbine_multistage.py
idaes/power_generation/unit_models/helm/tests/test_turbine_outlet.py
idaes/power_generation/unit_models/helm/tests/test_turbine_stage.py
idaes/power_generation/unit_models/tests/datadictionary.py
idaes/power_generation/unit_models/tests/test_boiler_heat_exchanger.py
idaes/power_generation/unit_models/tests/test_boilerfireside.py
idaes/power_generation/unit_models/tests/test_downcomer.py
idaes/power_generation/unit_models/tests/test_drum.py
idaes/power_generation/unit_models/tests/test_drum1D.py
idaes/power_generation/unit_models/tests/test_feedwater_heater.py
idaes/power_generation/unit_models/tests/test_feedwater_heater_dynamic.py
idaes/power_generation/unit_models/tests/test_heat_exchanger2D.py
idaes/power_generation/unit_models/tests/test_heat_exchanger_3streams.py
idaes/power_generation/unit_models/tests/test_steamheater.py
idaes/power_generation/unit_models/tests/test_waterpipe.py
idaes/power_generation/unit_models/tests/test_watertank.py
idaes/power_generation/unit_models/tests/test_waterwall.py
idaes/surrogate/__init__.py
idaes/surrogate/alamopy.py
idaes/surrogate/keras_surrogate.py
idaes/surrogate/metrics.py
idaes/surrogate/surrogate_block.py
idaes/surrogate/alamopy_depr/__init__.py
idaes/surrogate/alamopy_depr/allcard.py
idaes/surrogate/alamopy_depr/almconfidence.py
idaes/surrogate/alamopy_depr/almerror.py
idaes/surrogate/alamopy_depr/almpickle.py
idaes/surrogate/alamopy_depr/almplot.py
idaes/surrogate/alamopy_depr/almpywriter.py
idaes/surrogate/alamopy_depr/almwriter.py
idaes/surrogate/alamopy_depr/doalamo.py
idaes/surrogate/alamopy_depr/examples.py
idaes/surrogate/alamopy_depr/mapminmax.py
idaes/surrogate/alamopy_depr/multos.py
idaes/surrogate/alamopy_depr/remapminmax.py
idaes/surrogate/alamopy_depr/shared.py
idaes/surrogate/alamopy_depr/tests/examples.py
idaes/surrogate/alamopy_depr/tests/test_alamosmoke.py
idaes/surrogate/alamopy_depr/tests/test_mi.py
idaes/surrogate/alamopy_depr/tests/test_rbasics.py
idaes/surrogate/base/__init__.py
idaes/surrogate/base/surrogate_base.py
idaes/surrogate/base/tests/__init__.py
idaes/surrogate/base/tests/test_surrogate_base.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/plotting/__init__.py
idaes/surrogate/plotting/sm_plotter.py
idaes/surrogate/plotting/tests/__init__.py
idaes/surrogate/pysmo/__init__.py
idaes/surrogate/pysmo/kriging.py
idaes/surrogate/pysmo/polynomial_regression.py
idaes/surrogate/pysmo/radial_basis_function.py
idaes/surrogate/pysmo/sampling.py
idaes/surrogate/pysmo/utils.py
idaes/surrogate/pysmo/tests/__init__.py
idaes/surrogate/pysmo/tests/test_kriging.py
idaes/surrogate/pysmo/tests/test_polynomial_regression.py
idaes/surrogate/pysmo/tests/test_radial_basis_function.py
idaes/surrogate/pysmo/tests/test_sampling.py
idaes/surrogate/pysmo/tests/test_sampling_modified.py
idaes/surrogate/pysmo/tests/test_utils.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/surrogate/roundingRegression/RoundingRegression.py
idaes/surrogate/roundingRegression/test_roundingRegression.py
idaes/surrogate/sampling/__init__.py
idaes/surrogate/sampling/data_utils.py
idaes/surrogate/sampling/scaling.py
idaes/surrogate/sampling/tests/__init__.py
idaes/surrogate/sampling/tests/test_data_utils.py
idaes/surrogate/sampling/tests/test_scaling.py
idaes/surrogate/tests/__init__.py
idaes/surrogate/tests/test_alamopy.py
idaes/surrogate/tests/test_keras_surrogate.py
idaes/surrogate/tests/test_metrics.py
idaes/surrogate/tests/test_surrogate_block.py
idaes/surrogate/tests/data/create_keras_models.py
idaes/tests/__init__.py
idaes/tests/beta_mod.py
idaes/tests/test_beta.py
idaes/tests/test_cbrt.py
idaes/tests/test_clone_model.py
idaes/tests/test_config.py
idaes/tests/test_docs.py
idaes/tests/test_headers.py
idaes/tests/test_import.py
idaes/tests/test_logger.py
idaes/tests/test_style.py
idaes/tests/test_tests.py
idaes/tests/test_version.py
idaes/ui/__init__.py
idaes/ui/flowsheet.py
idaes/ui/icons.py
idaes/ui/fsvis/__init__.py
idaes/ui/fsvis/errors.py
idaes/ui/fsvis/fsvis.py
idaes/ui/fsvis/model_server.py
idaes/ui/fsvis/persist.py
idaes/ui/fsvis/tests/__init__.py
idaes/ui/fsvis/tests/sample_visualization.py
idaes/ui/fsvis/tests/test_fsvis.py
idaes/ui/fsvis/tests/test_model_server.py
idaes/ui/fsvis/tests/test_persist.py
idaes/ui/tests/__init__.py
idaes/ui/tests/shared.py
idaes/ui/tests/test_flowsheet.py
idaes/ui/tests/test_icons.py
idaes/util/__init__.py
idaes/util/download_bin.py
idaes/util/system.py
idaes/util/tests/test_download_bin.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
scripts/mark_tests.py