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/solvers.py
idaes/ver.py
idaes/apps/caprese/__init__.py
idaes/apps/caprese/base_class.py
idaes/apps/caprese/nmpc.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/tests/test_model.py
idaes/apps/caprese/tests/test_nmpc_constructor_1.py
idaes/apps/caprese/tests/test_nmpc_constructor_2.py
idaes/apps/caprese/tests/test_nmpc_constructor_3.py
idaes/apps/caprese/tests/test_nmpc_constructor_4.py
idaes/apps/caprese/tests/test_nmpc_unit.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/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/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_smoke.py
idaes/apps/matopt/util/__init__.py
idaes/apps/matopt/util/util.py
idaes/commands/__init__.py
idaes/commands/base.py
idaes/commands/convergence.py
idaes/commands/data_directory.py
idaes/commands/examples.py
idaes/commands/extensions.py
idaes/commands/tests/__init__.py
idaes/commands/tests/test_commands.py
idaes/commands/tests/test_dmf_cli.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/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/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_serializer.py
idaes/core/util/model_statistics.py
idaes/core/util/plot.py
idaes/core/util/scaling.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_dyn_utils.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_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_unit_costing.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/gas_solid_contactors/__init__.py
idaes/gas_solid_contactors/flowsheets/__init__.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/unit_models/__init__.py
idaes/gas_solid_contactors/unit_models/bubbling_fluidized_bed.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_MB.py
idaes/generic_models/__init__.py
idaes/generic_models/control/__init__.py
idaes/generic_models/control/pid_controller.py
idaes/generic_models/control/tests/__init__.py
idaes/generic_models/control/tests/test_steam_tank.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