LICENSE.md
README.md
setup.cfg
setup.py
idaes/__init__.py
idaes/beta.py
idaes/config.py
idaes/conftest.py
idaes/logger.py
idaes/ver.py
idaes/apps/__init__.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/grid_integration/__init__.py
idaes/apps/grid_integration/bidder.py
idaes/apps/grid_integration/coordinator.py
idaes/apps/grid_integration/forecaster.py
idaes/apps/grid_integration/model_data.py
idaes/apps/grid_integration/tracker.py
idaes/apps/grid_integration/utils.py
idaes/apps/grid_integration/examples/__init__.py
idaes/apps/grid_integration/examples/thermal_generator.py
idaes/apps/grid_integration/examples/thermal_generator_prescient_plugin.py
idaes/apps/grid_integration/examples/utils.py
idaes/apps/grid_integration/multiperiod/__init__.py
idaes/apps/grid_integration/multiperiod/multiperiod.py
idaes/apps/grid_integration/multiperiod/tests/__init__.py
idaes/apps/grid_integration/multiperiod/tests/test_multiperiod.py
idaes/apps/grid_integration/pricetaker/__init__.py
idaes/apps/grid_integration/pricetaker/clustering.py
idaes/apps/grid_integration/pricetaker/design_and_operation_models.py
idaes/apps/grid_integration/pricetaker/price_taker_model.py
idaes/apps/grid_integration/pricetaker/unit_commitment.py
idaes/apps/grid_integration/pricetaker/tests/__init__.py
idaes/apps/grid_integration/pricetaker/tests/lmp_data.csv
idaes/apps/grid_integration/pricetaker/tests/test_clustering.py
idaes/apps/grid_integration/pricetaker/tests/test_design_and_operation_models.py
idaes/apps/grid_integration/pricetaker/tests/test_price_taker_model.py
idaes/apps/grid_integration/pricetaker/tests/test_unit_commitment.py
idaes/apps/grid_integration/tests/__init__.py
idaes/apps/grid_integration/tests/self_scheduler_integration_test_plugin.py
idaes/apps/grid_integration/tests/test_PEM_Parameterized_bidder.py
idaes/apps/grid_integration/tests/test_backcaster.py
idaes/apps/grid_integration/tests/test_bidder.py
idaes/apps/grid_integration/tests/test_coordinator.py
idaes/apps/grid_integration/tests/test_integration.py
idaes/apps/grid_integration/tests/test_model_data.py
idaes/apps/grid_integration/tests/test_perfectforecaster.py
idaes/apps/grid_integration/tests/test_tracker.py
idaes/apps/grid_integration/tests/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/nmpc/__init__.py
idaes/apps/nmpc/cost_expressions.py
idaes/apps/nmpc/dynamic_data/__init__.py
idaes/apps/nmpc/dynamic_data/interval_data.py
idaes/apps/nmpc/dynamic_data/tests/__init__.py
idaes/apps/nmpc/dynamic_data/tests/test_interval_data.py
idaes/apps/nmpc/tests/__init__.py
idaes/apps/nmpc/tests/test_cost_expressions.py
idaes/apps/uncertainty_propagation/sens.py
idaes/apps/uncertainty_propagation/uncertainties.py
idaes/apps/uncertainty_propagation/examples/BT_NRTL_dataset.csv
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.ipynb
idaes/apps/uncertainty_propagation/examples/uncertainty_propagation_NRTL.py
idaes/apps/uncertainty_propagation/examples/uncertainty_propagation_rooney.ipynb
idaes/apps/uncertainty_propagation/examples/uncertainty_propagation_rooney.py
idaes/apps/uncertainty_propagation/tests/BT_NRTL_dataset.csv
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/tests/__init__.py
idaes/commands/tests/test_commands.py
idaes/commands/util/__init__.py
idaes/commands/util/download_bin.py
idaes/commands/util/tests/__init__.py
idaes/commands/util/tests/checksum.txt
idaes/commands/util/tests/test_download_bin.py
idaes/core/__init__.py
idaes/core/datasets.py
idaes/core/base/__init__.py
idaes/core/base/components.py
idaes/core/base/control_volume0d.py
idaes/core/base/control_volume1d.py
idaes/core/base/control_volume_base.py
idaes/core/base/costing_base.py
idaes/core/base/extended_control_volume0d.py
idaes/core/base/extended_control_volume1d.py
idaes/core/base/flowsheet_model.py
idaes/core/base/phases.py
idaes/core/base/process_base.py
idaes/core/base/process_block.py
idaes/core/base/property_base.py
idaes/core/base/property_meta.py
idaes/core/base/property_set.py
idaes/core/base/reaction_base.py
idaes/core/base/unit_model.py
idaes/core/base/util.py
idaes/core/base/var_like_expression.py
idaes/core/base/tests/__init__.py
idaes/core/base/tests/test_components.py
idaes/core/base/tests/test_control_volume_0d.py
idaes/core/base/tests/test_control_volume_0d_scaling.py
idaes/core/base/tests/test_control_volume_1d.py
idaes/core/base/tests/test_control_volume_1d_scaling.py
idaes/core/base/tests/test_control_volume_base.py
idaes/core/base/tests/test_costing_base.py
idaes/core/base/tests/test_extended_control_volume_0d.py
idaes/core/base/tests/test_extended_control_volume_1d.py
idaes/core/base/tests/test_flowsheet_model.py
idaes/core/base/tests/test_phases.py
idaes/core/base/tests/test_process_base.py
idaes/core/base/tests/test_process_block.py
idaes/core/base/tests/test_property_base.py
idaes/core/base/tests/test_property_meta.py
idaes/core/base/tests/test_property_set.py
idaes/core/base/tests/test_reaction_base.py
idaes/core/base/tests/test_unit_model.py
idaes/core/base/tests/test_var_like_expression.py
idaes/core/dmf/__init__.py
idaes/core/initialization/__init__.py
idaes/core/initialization/block_triangularization.py
idaes/core/initialization/general_hierarchical.py
idaes/core/initialization/initialize_from_data.py
idaes/core/initialization/initializer_base.py
idaes/core/initialization/tests/__init__.py
idaes/core/initialization/tests/init_example.json
idaes/core/initialization/tests/test_block_triangularization.py
idaes/core/initialization/tests/test_general_hierarchical.py
idaes/core/initialization/tests/test_initialize_from_data.py
idaes/core/initialization/tests/test_initializer_base.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/scaling/__init__.py
idaes/core/scaling/autoscaling.py
idaes/core/scaling/custom_scaler_base.py
idaes/core/scaling/scaler_profiling.py
idaes/core/scaling/scaling_base.py
idaes/core/scaling/util.py
idaes/core/scaling/tests/__init__.py
idaes/core/scaling/tests/gibbs_solution.json
idaes/core/scaling/tests/load_scaling_factors.json
idaes/core/scaling/tests/test_autoscaling.py
idaes/core/scaling/tests/test_custom_scaler_base.py
idaes/core/scaling/tests/test_custom_scaling_integration.py
idaes/core/scaling/tests/test_nominal_value_walker.py
idaes/core/scaling/tests/test_scaling_base.py
idaes/core/scaling/tests/test_scaling_profiler.py
idaes/core/scaling/tests/test_util.py
idaes/core/solvers/__init__.py
idaes/core/solvers/config.py
idaes/core/solvers/features.py
idaes/core/solvers/get_solver.py
idaes/core/solvers/homotopy.py
idaes/core/solvers/ipopt_l1.py
idaes/core/solvers/petsc.py
idaes/core/solvers/tests/__init__.py
idaes/core/solvers/tests/test_have_pynumero.py
idaes/core/solvers/tests/test_homotopy.py
idaes/core/solvers/tests/test_petsc.py
idaes/core/solvers/tests/test_petsc_pid.py
idaes/core/solvers/tests/test_solver_config.py
idaes/core/solvers/tests/test_solvers.py
idaes/core/surrogate/__init__.py
idaes/core/surrogate/alamopy.py
idaes/core/surrogate/keras_surrogate.py
idaes/core/surrogate/metrics.py
idaes/core/surrogate/omlt_base_surrogate_class.py
idaes/core/surrogate/onnx_surrogate.py
idaes/core/surrogate/pysmo_surrogate.py
idaes/core/surrogate/surrogate_block.py
idaes/core/surrogate/base/__init__.py
idaes/core/surrogate/base/surrogate_base.py
idaes/core/surrogate/base/tests/__init__.py
idaes/core/surrogate/base/tests/test_surrogate_base.py
idaes/core/surrogate/plotting/__init__.py
idaes/core/surrogate/plotting/sm_plotter.py
idaes/core/surrogate/plotting/tests/__init__.py
idaes/core/surrogate/plotting/tests/alamo_surrogate.json
idaes/core/surrogate/plotting/tests/reformer-data.csv
idaes/core/surrogate/plotting/tests/test_alamo_plotting.py
idaes/core/surrogate/plotting/tests/keras_surrogate/idaes_info.json
idaes/core/surrogate/plotting/tests/keras_surrogate/idaes_keras_model.keras
idaes/core/surrogate/pysmo/__init__.py
idaes/core/surrogate/pysmo/kriging.py
idaes/core/surrogate/pysmo/polynomial_regression.py
idaes/core/surrogate/pysmo/radial_basis_function.py
idaes/core/surrogate/pysmo/sampling.py
idaes/core/surrogate/pysmo/utils.py
idaes/core/surrogate/pysmo/tests/__init__.py
idaes/core/surrogate/pysmo/tests/test_kriging.py
idaes/core/surrogate/pysmo/tests/test_polynomial_regression.py
idaes/core/surrogate/pysmo/tests/test_radial_basis_function.py
idaes/core/surrogate/pysmo/tests/test_sampling.py
idaes/core/surrogate/pysmo/tests/test_sampling_modified.py
idaes/core/surrogate/pysmo/tests/test_utils.py
idaes/core/surrogate/sampling/__init__.py
idaes/core/surrogate/sampling/data_utils.py
idaes/core/surrogate/sampling/scaling.py
idaes/core/surrogate/sampling/tests/__init__.py
idaes/core/surrogate/sampling/tests/test_data_utils.py
idaes/core/surrogate/sampling/tests/test_scaling.py
idaes/core/surrogate/tests/__init__.py
idaes/core/surrogate/tests/alamotrace.trc
idaes/core/surrogate/tests/alamotrace2.trc
idaes/core/surrogate/tests/alamotrace_w_validation.trc
idaes/core/surrogate/tests/test_alamopy.py
idaes/core/surrogate/tests/test_keras_surrogate.py
idaes/core/surrogate/tests/test_metrics.py
idaes/core/surrogate/tests/test_onnx_surrogate.py
idaes/core/surrogate/tests/test_pysmo_surrogate.py
idaes/core/surrogate/tests/test_surrogate_block.py
idaes/core/surrogate/tests/data/PT_data.csv
idaes/core/surrogate/tests/data/T_data.csv
idaes/core/surrogate/tests/data/create_keras_models.py
idaes/core/surrogate/tests/data/keras_models/PT_data_2_10_10_2_relu.json
idaes/core/surrogate/tests/data/keras_models/PT_data_2_10_10_2_relu.keras
idaes/core/surrogate/tests/data/keras_models/PT_data_2_10_10_2_relu.weights.h5
idaes/core/surrogate/tests/data/keras_models/PT_data_2_10_10_2_sigmoid.json
idaes/core/surrogate/tests/data/keras_models/PT_data_2_10_10_2_sigmoid.keras
idaes/core/surrogate/tests/data/keras_models/PT_data_2_10_10_2_sigmoid.weights.h5
idaes/core/surrogate/tests/data/keras_models/T_data_1_10_10_2_relu.json
idaes/core/surrogate/tests/data/keras_models/T_data_1_10_10_2_relu.keras
idaes/core/surrogate/tests/data/keras_models/T_data_1_10_10_2_relu.weights.h5
idaes/core/surrogate/tests/data/keras_models/T_data_1_10_10_2_sigmoid.json
idaes/core/surrogate/tests/data/keras_models/T_data_1_10_10_2_sigmoid.keras
idaes/core/surrogate/tests/data/keras_models/T_data_1_10_10_2_sigmoid.weights.h5
idaes/core/surrogate/tests/data/onnx_models/net_Calcite_ST.onnx
idaes/core/surrogate/tests/data/onnx_models/net_Calcite_ST_idaes_info.json
idaes/core/tests/__init__.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/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/parameter_sweep.py
idaes/core/util/performance.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/units_of_measurement.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/ceval_fixedvar_immutableparam.3.42.baseline.json
idaes/core/util/convergence/tests/ceval_fixedvar_mutableparam.3.42.baseline.json
idaes/core/util/convergence/tests/ceval_fixedvar_mutableparam.3.43.baseline.json
idaes/core/util/convergence/tests/ceval_unfixedvar_mutableparam.3.42.baseline.json
idaes/core/util/convergence/tests/conv_eval_classes.py
idaes/core/util/convergence/tests/ipopt_output.txt
idaes/core/util/convergence/tests/test_convergence.py
idaes/core/util/tests/convergence_baseline.json
idaes/core/util/tests/ipopt_output.txt
idaes/core/util/tests/load_psweep.json
idaes/core/util/tests/load_spec.json
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_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_parameter_sweep.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_scip_for_testing.py
idaes/core/util/tests/test_tables.py
idaes/core/util/tests/test_tags.py
idaes/core/util/tests/test_units_of_measurement.py
idaes/core/util/tests/test_utility_minimization.py
idaes/models/__init__.py
idaes/models/control/__init__.py
idaes/models/control/controller.py
idaes/models/control/tests/__init__.py
idaes/models/control/tests/test_antiwindup.py
idaes/models/control/tests/test_controller.py
idaes/models/control/tests/test_pid_pump.py
idaes/models/control/tests/test_steam_tank_pressure.py
idaes/models/costing/SSLW.py
idaes/models/costing/__init__.py
idaes/models/costing/tests/__init__.py
idaes/models/costing/tests/test_SSLW_costing.py
idaes/models/flowsheets/__init__.py
idaes/models/flowsheets/demo_flowsheet.py
idaes/models/flowsheets/tests/__init__.py
idaes/models/flowsheets/tests/test_demo_flowsheet.py
idaes/models/properties/__init__.py
idaes/models/properties/iapws95.py
idaes/models/properties/swco2.py
idaes/models/properties/activity_coeff_models/BTX_activity_coeff_VLE.py
idaes/models/properties/activity_coeff_models/__init__.py
idaes/models/properties/activity_coeff_models/activity_coeff_prop_pack.py
idaes/models/properties/activity_coeff_models/methane_combustion_ideal.py
idaes/models/properties/activity_coeff_models/tests/test_ideal_NRTL.py
idaes/models/properties/activity_coeff_models/tests/test_ideal_Wilson.py
idaes/models/properties/activity_coeff_models/tests/test_ideal_ideal_FTPz.py
idaes/models/properties/activity_coeff_models/tests/test_ideal_ideal_FcTP.py
idaes/models/properties/examples/__init__.py
idaes/models/properties/examples/saponification_reactions.py
idaes/models/properties/examples/saponification_thermo.py
idaes/models/properties/examples/tests/__init__.py
idaes/models/properties/examples/tests/test_saponification_reaction.py
idaes/models/properties/examples/tests/test_saponification_thermo.py
idaes/models/properties/general_helmholtz/__init__.py
idaes/models/properties/general_helmholtz/helmholtz_functions.py
idaes/models/properties/general_helmholtz/helmholtz_functions_map.py
idaes/models/properties/general_helmholtz/helmholtz_parameters.py
idaes/models/properties/general_helmholtz/helmholtz_state.py
idaes/models/properties/general_helmholtz/components/__init__.py
idaes/models/properties/general_helmholtz/components/registry.py
idaes/models/properties/general_helmholtz/components/parameters/__init__.py
idaes/models/properties/general_helmholtz/components/parameters/butane.json
idaes/models/properties/general_helmholtz/components/parameters/butane.py
idaes/models/properties/general_helmholtz/components/parameters/butane_expressions_eos.nl
idaes/models/properties/general_helmholtz/components/parameters/butane_expressions_st.nl
idaes/models/properties/general_helmholtz/components/parameters/butane_parameters.json
idaes/models/properties/general_helmholtz/components/parameters/co2.json
idaes/models/properties/general_helmholtz/components/parameters/co2.py
idaes/models/properties/general_helmholtz/components/parameters/co2_expressions_eos.nl
idaes/models/properties/general_helmholtz/components/parameters/co2_expressions_st.nl
idaes/models/properties/general_helmholtz/components/parameters/co2_expressions_tcx.nl
idaes/models/properties/general_helmholtz/components/parameters/co2_expressions_visc.nl
idaes/models/properties/general_helmholtz/components/parameters/co2_parameters.json
idaes/models/properties/general_helmholtz/components/parameters/h2o.json
idaes/models/properties/general_helmholtz/components/parameters/h2o.py
idaes/models/properties/general_helmholtz/components/parameters/h2o_expressions_eos.nl
idaes/models/properties/general_helmholtz/components/parameters/h2o_expressions_st.nl
idaes/models/properties/general_helmholtz/components/parameters/h2o_expressions_tcx.nl
idaes/models/properties/general_helmholtz/components/parameters/h2o_expressions_visc.nl
idaes/models/properties/general_helmholtz/components/parameters/h2o_parameters.json
idaes/models/properties/general_helmholtz/components/parameters/isobutane.json
idaes/models/properties/general_helmholtz/components/parameters/isobutane.py
idaes/models/properties/general_helmholtz/components/parameters/isobutane_expressions_eos.nl
idaes/models/properties/general_helmholtz/components/parameters/isobutane_expressions_st.nl
idaes/models/properties/general_helmholtz/components/parameters/isobutane_parameters.json
idaes/models/properties/general_helmholtz/components/parameters/propane.json
idaes/models/properties/general_helmholtz/components/parameters/propane.py
idaes/models/properties/general_helmholtz/components/parameters/propane_expressions_eos.nl
idaes/models/properties/general_helmholtz/components/parameters/propane_expressions_st.nl
idaes/models/properties/general_helmholtz/components/parameters/propane_expressions_tcx.nl
idaes/models/properties/general_helmholtz/components/parameters/propane_expressions_visc.nl
idaes/models/properties/general_helmholtz/components/parameters/propane_parameters.json
idaes/models/properties/general_helmholtz/components/parameters/r1234ze.json
idaes/models/properties/general_helmholtz/components/parameters/r1234ze.py
idaes/models/properties/general_helmholtz/components/parameters/r1234ze_expressions_eos.nl
idaes/models/properties/general_helmholtz/components/parameters/r1234ze_expressions_st.nl
idaes/models/properties/general_helmholtz/components/parameters/r1234ze_expressions_tcx.nl
idaes/models/properties/general_helmholtz/components/parameters/r1234ze_expressions_visc.nl
idaes/models/properties/general_helmholtz/components/parameters/r1234ze_parameters.json
idaes/models/properties/general_helmholtz/components/parameters/r125.json
idaes/models/properties/general_helmholtz/components/parameters/r125.py
idaes/models/properties/general_helmholtz/components/parameters/r125_expressions_eos.nl
idaes/models/properties/general_helmholtz/components/parameters/r125_expressions_st.nl
idaes/models/properties/general_helmholtz/components/parameters/r125_parameters.json
idaes/models/properties/general_helmholtz/components/parameters/r134a.json
idaes/models/properties/general_helmholtz/components/parameters/r134a.py
idaes/models/properties/general_helmholtz/components/parameters/r134a_expressions_eos.nl
idaes/models/properties/general_helmholtz/components/parameters/r134a_expressions_st.nl
idaes/models/properties/general_helmholtz/components/parameters/r134a_expressions_tcx.nl
idaes/models/properties/general_helmholtz/components/parameters/r134a_expressions_visc.nl
idaes/models/properties/general_helmholtz/components/parameters/r134a_parameters.json
idaes/models/properties/general_helmholtz/components/parameters/r227ea.json
idaes/models/properties/general_helmholtz/components/parameters/r227ea.py
idaes/models/properties/general_helmholtz/components/parameters/r227ea_expressions_eos.nl
idaes/models/properties/general_helmholtz/components/parameters/r227ea_expressions_st.nl
idaes/models/properties/general_helmholtz/components/parameters/r227ea_parameters.json
idaes/models/properties/general_helmholtz/components/parameters/r32.json
idaes/models/properties/general_helmholtz/components/parameters/r32.py
idaes/models/properties/general_helmholtz/components/parameters/r32_expressions_eos.nl
idaes/models/properties/general_helmholtz/components/parameters/r32_expressions_st.nl
idaes/models/properties/general_helmholtz/components/parameters/r32_parameters.json
idaes/models/properties/general_helmholtz/expressions/__init__.py
idaes/models/properties/general_helmholtz/expressions/phi_ideal_type01.py
idaes/models/properties/general_helmholtz/expressions/phi_ideal_type02.py
idaes/models/properties/general_helmholtz/expressions/phi_ideal_type03.py
idaes/models/properties/general_helmholtz/expressions/phi_residual_type01.py
idaes/models/properties/general_helmholtz/expressions/phi_residual_type02.py
idaes/models/properties/general_helmholtz/expressions/phi_residual_type03.py
idaes/models/properties/general_helmholtz/expressions/phi_residual_type04.py
idaes/models/properties/general_helmholtz/expressions/sat_delta_approx.py
idaes/models/properties/general_helmholtz/expressions/surface_tension_type01.py
idaes/models/properties/general_helmholtz/tests/__init__.py
idaes/models/properties/general_helmholtz/tests/test_functions_unit.py
idaes/models/properties/general_helmholtz/tests/test_parameter_util.py
idaes/models/properties/general_helmholtz/tests/test_register.py
idaes/models/properties/general_helmholtz/tests/test_stateblock.py
idaes/models/properties/general_helmholtz/tests/test_with_harness.py
idaes/models/properties/general_helmholtz/tests/test_with_heater.py
idaes/models/properties/helmholtz/__init__.py
idaes/models/properties/helmholtz/helmholtz.py
idaes/models/properties/interrogator/__init__.py
idaes/models/properties/interrogator/properties_interrogator.py
idaes/models/properties/interrogator/reactions_interrogator.py
idaes/models/properties/interrogator/tests/__init__.py
idaes/models/properties/interrogator/tests/test_properties_interrogator.py
idaes/models/properties/interrogator/tests/test_reactions_interrogator.py
idaes/models/properties/modular_properties/__init__.py
idaes/models/properties/modular_properties/base/__init__.py
idaes/models/properties/modular_properties/base/generic_property.py
idaes/models/properties/modular_properties/base/generic_reaction.py
idaes/models/properties/modular_properties/base/utility.py
idaes/models/properties/modular_properties/base/tests/__init__.py
idaes/models/properties/modular_properties/base/tests/dummy_eos.py
idaes/models/properties/modular_properties/base/tests/test_electrolyte_components.py
idaes/models/properties/modular_properties/base/tests/test_generic_property.py
idaes/models/properties/modular_properties/base/tests/test_generic_property_integration.py
idaes/models/properties/modular_properties/base/tests/test_generic_reaction.py
idaes/models/properties/modular_properties/base/tests/test_noncondense.py
idaes/models/properties/modular_properties/base/tests/test_noncondense_PR.py
idaes/models/properties/modular_properties/base/tests/test_nonvap.py
idaes/models/properties/modular_properties/base/tests/test_nonvap_PR.py
idaes/models/properties/modular_properties/base/tests/test_utility.py
idaes/models/properties/modular_properties/base/tests/test_vle.py
idaes/models/properties/modular_properties/coolprop/__init__.py
idaes/models/properties/modular_properties/coolprop/coolprop_forms.py
idaes/models/properties/modular_properties/coolprop/coolprop_wrapper.py
idaes/models/properties/modular_properties/coolprop/tests/__init__.py
idaes/models/properties/modular_properties/coolprop/tests/test_coolprop_forms.py
idaes/models/properties/modular_properties/coolprop/tests/test_coolprop_wrapper.py
idaes/models/properties/modular_properties/eos/__init__.py
idaes/models/properties/modular_properties/eos/ceos.py
idaes/models/properties/modular_properties/eos/ceos_common.py
idaes/models/properties/modular_properties/eos/enrtl.py
idaes/models/properties/modular_properties/eos/enrtl_parameters.py
idaes/models/properties/modular_properties/eos/enrtl_reference_states.py
idaes/models/properties/modular_properties/eos/eos_base.py
idaes/models/properties/modular_properties/eos/ideal.py
idaes/models/properties/modular_properties/eos/tests/__init__.py
idaes/models/properties/modular_properties/eos/tests/test_ceos_PR.py
idaes/models/properties/modular_properties/eos/tests/test_cubic_root.py
idaes/models/properties/modular_properties/eos/tests/test_enrtl.py
idaes/models/properties/modular_properties/eos/tests/test_ideal.py
idaes/models/properties/modular_properties/examples/ASU_PR.py
idaes/models/properties/modular_properties/examples/BT_PR.py
idaes/models/properties/modular_properties/examples/BT_ideal.py
idaes/models/properties/modular_properties/examples/CO2_H2O_Ideal_VLE.py
idaes/models/properties/modular_properties/examples/CO2_bmimPF6_PR.py
idaes/models/properties/modular_properties/examples/HC_PR.py
idaes/models/properties/modular_properties/examples/HC_PR_vap.py
idaes/models/properties/modular_properties/examples/__init__.py
idaes/models/properties/modular_properties/examples/enrtl_H2O_NaCl_KCl.py
idaes/models/properties/modular_properties/examples/enrtl_NaBr_mixed_solvent.py
idaes/models/properties/modular_properties/examples/reactions/__init__.py
idaes/models/properties/modular_properties/examples/reactions/reaction_example.py
idaes/models/properties/modular_properties/examples/reactions/tests/__init__.py
idaes/models/properties/modular_properties/examples/reactions/tests/test_reaction_example.py
idaes/models/properties/modular_properties/examples/tests/__init__.py
idaes/models/properties/modular_properties/examples/tests/test_ASU_PR.py
idaes/models/properties/modular_properties/examples/tests/test_ASU_PR_Dowling_2015.py
idaes/models/properties/modular_properties/examples/tests/test_BTIdeal.py
idaes/models/properties/modular_properties/examples/tests/test_BTIdeal_FPhx.py
idaes/models/properties/modular_properties/examples/tests/test_BTIdeal_FcPh.py
idaes/models/properties/modular_properties/examples/tests/test_BTIdeal_FcTP.py
idaes/models/properties/modular_properties/examples/tests/test_BT_PR.py
idaes/models/properties/modular_properties/examples/tests/test_BT_PR_legacy_SmoothVLE.py
idaes/models/properties/modular_properties/examples/tests/test_CO2_H2O_Ideal_VLE.py
idaes/models/properties/modular_properties/examples/tests/test_CO2_bmimPF6_PR.py
idaes/models/properties/modular_properties/examples/tests/test_HC_PR.py
idaes/models/properties/modular_properties/examples/tests/test_HC_PR_vap.py
idaes/models/properties/modular_properties/examples/tests/test_enrtl_H2O_NaCl_KCl.py
idaes/models/properties/modular_properties/examples/tests/test_entrl_NaBr_mixed_solvent.py
idaes/models/properties/modular_properties/phase_equil/__init__.py
idaes/models/properties/modular_properties/phase_equil/bubble_dew.py
idaes/models/properties/modular_properties/phase_equil/forms.py
idaes/models/properties/modular_properties/phase_equil/henry.py
idaes/models/properties/modular_properties/phase_equil/smooth_VLE.py
idaes/models/properties/modular_properties/phase_equil/smooth_VLE_2.py
idaes/models/properties/modular_properties/phase_equil/tests/__init__.py
idaes/models/properties/modular_properties/phase_equil/tests/test_bubble_dew.py
idaes/models/properties/modular_properties/phase_equil/tests/test_forms.py
idaes/models/properties/modular_properties/phase_equil/tests/test_henry.py
idaes/models/properties/modular_properties/phase_equil/tests/test_smooth_VLE.py
idaes/models/properties/modular_properties/phase_equil/tests/test_smooth_VLE_2.py
idaes/models/properties/modular_properties/pure/ChapmanEnskog.py
idaes/models/properties/modular_properties/pure/ChungPure.py
idaes/models/properties/modular_properties/pure/ConstantProperties.py
idaes/models/properties/modular_properties/pure/Eucken.py
idaes/models/properties/modular_properties/pure/NIST.py
idaes/models/properties/modular_properties/pure/Perrys.py
idaes/models/properties/modular_properties/pure/RPP3.py
idaes/models/properties/modular_properties/pure/RPP4.py
idaes/models/properties/modular_properties/pure/RPP5.py
idaes/models/properties/modular_properties/pure/__init__.py
idaes/models/properties/modular_properties/pure/electrolyte.py
idaes/models/properties/modular_properties/pure/tests/__init__.py
idaes/models/properties/modular_properties/pure/tests/test_ChapmanEnskog.py
idaes/models/properties/modular_properties/pure/tests/test_ChungPure.py
idaes/models/properties/modular_properties/pure/tests/test_ConstantProperties.py
idaes/models/properties/modular_properties/pure/tests/test_Eucken.py
idaes/models/properties/modular_properties/pure/tests/test_NIST.py
idaes/models/properties/modular_properties/pure/tests/test_Perrys.py
idaes/models/properties/modular_properties/pure/tests/test_RPP3.py
idaes/models/properties/modular_properties/pure/tests/test_RPP4.py
idaes/models/properties/modular_properties/pure/tests/test_RPP5.py
idaes/models/properties/modular_properties/pure/tests/test_electrolyte.py
idaes/models/properties/modular_properties/reactions/__init__.py
idaes/models/properties/modular_properties/reactions/dh_rxn.py
idaes/models/properties/modular_properties/reactions/equilibrium_constant.py
idaes/models/properties/modular_properties/reactions/equilibrium_forms.py
idaes/models/properties/modular_properties/reactions/rate_constant.py
idaes/models/properties/modular_properties/reactions/rate_forms.py
idaes/models/properties/modular_properties/reactions/tests/__init__.py
idaes/models/properties/modular_properties/reactions/tests/test_dh_rxn.py
idaes/models/properties/modular_properties/reactions/tests/test_equilibrium_constant.py
idaes/models/properties/modular_properties/reactions/tests/test_equilibrium_forms.py
idaes/models/properties/modular_properties/reactions/tests/test_rate_constant.py
idaes/models/properties/modular_properties/reactions/tests/test_rate_forms.py
idaes/models/properties/modular_properties/reactions/tests/test_solubility_product_verification.py
idaes/models/properties/modular_properties/state_definitions/FPhx.py
idaes/models/properties/modular_properties/state_definitions/FTPx.py
idaes/models/properties/modular_properties/state_definitions/FcPh.py
idaes/models/properties/modular_properties/state_definitions/FcTP.py
idaes/models/properties/modular_properties/state_definitions/FpcTP.py
idaes/models/properties/modular_properties/state_definitions/__init__.py
idaes/models/properties/modular_properties/state_definitions/electrolyte_states.py
idaes/models/properties/modular_properties/state_definitions/tests/__init__.py
idaes/models/properties/modular_properties/state_definitions/tests/test_FPhx.py
idaes/models/properties/modular_properties/state_definitions/tests/test_FPhx_electrolyte.py
idaes/models/properties/modular_properties/state_definitions/tests/test_FTPx.py
idaes/models/properties/modular_properties/state_definitions/tests/test_FTPx_electrolyte.py
idaes/models/properties/modular_properties/state_definitions/tests/test_FcPh.py
idaes/models/properties/modular_properties/state_definitions/tests/test_FcPh_electrolyte.py
idaes/models/properties/modular_properties/state_definitions/tests/test_FcTP.py
idaes/models/properties/modular_properties/state_definitions/tests/test_FcTP_electrolyte.py
idaes/models/properties/modular_properties/state_definitions/tests/test_FpcTP.py
idaes/models/properties/modular_properties/state_definitions/tests/test_FpcTP_electrolyte.py
idaes/models/properties/modular_properties/transport_properties/__init__.py
idaes/models/properties/modular_properties/transport_properties/no_method.py
idaes/models/properties/modular_properties/transport_properties/thermal_conductivity_wms.py
idaes/models/properties/modular_properties/transport_properties/viscosity_wilke.py
idaes/models/properties/modular_properties/transport_properties/tests/test_no_method.py
idaes/models/properties/modular_properties/transport_properties/tests/test_shell_and_tube_1D_transport.py
idaes/models/properties/modular_properties/transport_properties/tests/test_thermal_conductivity_wms.py
idaes/models/properties/modular_properties/transport_properties/tests/test_viscosity_wilke.py
idaes/models/properties/tests/__init__.py
idaes/models/properties/tests/test_harness.py
idaes/models/properties/tests/test_iapws95_with_harness.py
idaes/models/properties/tests/test_swco2_with_harness.py
idaes/models/unit_models/__init__.py
idaes/models/unit_models/cstr.py
idaes/models/unit_models/equilibrium_reactor.py
idaes/models/unit_models/feed.py
idaes/models/unit_models/feed_flash.py
idaes/models/unit_models/flash.py
idaes/models/unit_models/gibbs_reactor.py
idaes/models/unit_models/heat_exchanger.py
idaes/models/unit_models/heat_exchanger_1D.py
idaes/models/unit_models/heat_exchanger_lc.py
idaes/models/unit_models/heat_exchanger_ntu.py
idaes/models/unit_models/heater.py
idaes/models/unit_models/mixer.py
idaes/models/unit_models/mscontactor.py
idaes/models/unit_models/plug_flow_reactor.py
idaes/models/unit_models/pressure_changer.py
idaes/models/unit_models/product.py
idaes/models/unit_models/separator.py
idaes/models/unit_models/shell_and_tube_1d.py
idaes/models/unit_models/skeleton_model.py
idaes/models/unit_models/statejunction.py
idaes/models/unit_models/stoichiometric_reactor.py
idaes/models/unit_models/stream_scaler.py
idaes/models/unit_models/translator.py
idaes/models/unit_models/valve.py
idaes/models/unit_models/icons/__init__.py
idaes/models/unit_models/icons/compressor_1.svg
idaes/models/unit_models/icons/compressor_2.svg
idaes/models/unit_models/icons/cooler.svg
idaes/models/unit_models/icons/expander_1.svg
idaes/models/unit_models/icons/expander_2.svg
idaes/models/unit_models/icons/fan.svg
idaes/models/unit_models/icons/flash.svg
idaes/models/unit_models/icons/heat_exchanger_1.svg
idaes/models/unit_models/icons/heat_exchanger_2.svg
idaes/models/unit_models/icons/heat_exchanger_3.svg
idaes/models/unit_models/icons/heat_exchanger_4.svg
idaes/models/unit_models/icons/heater_1.svg
idaes/models/unit_models/icons/heater_2.svg
idaes/models/unit_models/icons/mixer.svg
idaes/models/unit_models/icons/packed_column_1.svg
idaes/models/unit_models/icons/packed_column_2.svg
idaes/models/unit_models/icons/packed_column_3.svg
idaes/models/unit_models/icons/packed_column_4.svg
idaes/models/unit_models/icons/pump.svg
idaes/models/unit_models/icons/reactor_c.svg
idaes/models/unit_models/icons/reactor_e.svg
idaes/models/unit_models/icons/reactor_g.svg
idaes/models/unit_models/icons/reactor_pfr.svg
idaes/models/unit_models/icons/reactor_s.svg
idaes/models/unit_models/icons/splitter.svg
idaes/models/unit_models/icons/tray_column_1.svg
idaes/models/unit_models/icons/tray_column_2.svg
idaes/models/unit_models/icons/tray_column_3.svg
idaes/models/unit_models/icons/tray_column_4.svg
idaes/models/unit_models/icons/valve_1.svg
idaes/models/unit_models/icons/valve_2.svg
idaes/models/unit_models/icons/valve_3.svg
idaes/models/unit_models/solid_liquid/__init__.py
idaes/models/unit_models/solid_liquid/sl_separator.py
idaes/models/unit_models/solid_liquid/thickener.py
idaes/models/unit_models/solid_liquid/tests/__init__.py
idaes/models/unit_models/solid_liquid/tests/test_sl_separator.py
idaes/models/unit_models/solid_liquid/tests/test_thickener.py
idaes/models/unit_models/tests/__init__.py
idaes/models/unit_models/tests/test_cstr.py
idaes/models/unit_models/tests/test_equilibrium_reactor.py
idaes/models/unit_models/tests/test_feed.py
idaes/models/unit_models/tests/test_feed_flash.py
idaes/models/unit_models/tests/test_flash.py
idaes/models/unit_models/tests/test_gibbs.py
idaes/models/unit_models/tests/test_gibbs_scaling.py
idaes/models/unit_models/tests/test_heat_exchanger.py
idaes/models/unit_models/tests/test_heat_exchanger_1D.py
idaes/models/unit_models/tests/test_heat_exchanger_lc.py
idaes/models/unit_models/tests/test_heater.py
idaes/models/unit_models/tests/test_hx_ntu.py
idaes/models/unit_models/tests/test_mixer.py
idaes/models/unit_models/tests/test_mscontactor.py
idaes/models/unit_models/tests/test_pfr.py
idaes/models/unit_models/tests/test_pressure_changer.py
idaes/models/unit_models/tests/test_product.py
idaes/models/unit_models/tests/test_rstoic.py
idaes/models/unit_models/tests/test_separator.py
idaes/models/unit_models/tests/test_shell_and_tube_1D.py
idaes/models/unit_models/tests/test_skeleton_unit_model.py
idaes/models/unit_models/tests/test_statejunction.py
idaes/models/unit_models/tests/test_stream_scaler.py
idaes/models/unit_models/tests/test_translator.py
idaes/models/unit_models/tests/test_valve.py
idaes/models_extra/__init__.py
idaes/models_extra/co2_capture_and_utilization/__init__.py
idaes/models_extra/co2_capture_and_utilization/unit_models/__init__.py
idaes/models_extra/co2_capture_and_utilization/unit_models/membrane_1d.py
idaes/models_extra/co2_capture_and_utilization/unit_models/tests/__init__.py
idaes/models_extra/co2_capture_and_utilization/unit_models/tests/test_membrane_1d.py
idaes/models_extra/column_models/MEAsolvent_column.py
idaes/models_extra/column_models/__init__.py
idaes/models_extra/column_models/condenser.py
idaes/models_extra/column_models/enhancement_factor_model_pseudo_second_order_explicit.py
idaes/models_extra/column_models/plate_heat_exchanger.py
idaes/models_extra/column_models/reboiler.py
idaes/models_extra/column_models/solvent_column.py
idaes/models_extra/column_models/solvent_condenser.py
idaes/models_extra/column_models/solvent_reboiler.py
idaes/models_extra/column_models/tray.py
idaes/models_extra/column_models/tray_column.py
idaes/models_extra/column_models/util.py
idaes/models_extra/column_models/properties/MEA_solvent.py
idaes/models_extra/column_models/properties/MEA_vapor.py
idaes/models_extra/column_models/properties/__init__.py
idaes/models_extra/column_models/properties/tests/__init__.py
idaes/models_extra/column_models/properties/tests/test_mea_solvent.py
idaes/models_extra/column_models/properties/tests/test_mea_vapor.py
idaes/models_extra/column_models/tests/__init__.py
idaes/models_extra/column_models/tests/test_MEAsolvent_column.py
idaes/models_extra/column_models/tests/test_conventional_tray.py
idaes/models_extra/column_models/tests/test_feed_tray.py
idaes/models_extra/column_models/tests/test_partial_condenser.py
idaes/models_extra/column_models/tests/test_plate_heat_exchanger.py
idaes/models_extra/column_models/tests/test_reboiler.py
idaes/models_extra/column_models/tests/test_solvent_column.py
idaes/models_extra/column_models/tests/test_solvent_condenser.py
idaes/models_extra/column_models/tests/test_solvent_reboiler.py
idaes/models_extra/column_models/tests/test_total_condenser.py
idaes/models_extra/column_models/tests/test_tray_column.py
idaes/models_extra/column_models/tests/test_tray_side_liq_draw.py
idaes/models_extra/column_models/tests/test_tray_side_vap_draw.py
idaes/models_extra/column_models/tests/test_utilities.py
idaes/models_extra/gas_distribution/__init__.py
idaes/models_extra/gas_distribution/properties/__init__.py
idaes/models_extra/gas_distribution/properties/natural_gas.py
idaes/models_extra/gas_distribution/properties/tests/__init__.py
idaes/models_extra/gas_distribution/properties/tests/test_natural_gas.py
idaes/models_extra/gas_distribution/unit_models/__init__.py
idaes/models_extra/gas_distribution/unit_models/compressor.py
idaes/models_extra/gas_distribution/unit_models/node.py
idaes/models_extra/gas_distribution/unit_models/pipeline.py
idaes/models_extra/gas_distribution/unit_models/tests/__init__.py
idaes/models_extra/gas_distribution/unit_models/tests/test_compressor.py
idaes/models_extra/gas_distribution/unit_models/tests/test_flowsheet.py
idaes/models_extra/gas_distribution/unit_models/tests/test_node.py
idaes/models_extra/gas_distribution/unit_models/tests/test_pipeline.py
idaes/models_extra/gas_distribution/unit_models/tests/test_pipeline_compressor.py
idaes/models_extra/gas_solid_contactors/__init__.py
idaes/models_extra/gas_solid_contactors/flowsheets/__init__.py
idaes/models_extra/gas_solid_contactors/flowsheets/dyn_TGA_example.py
idaes/models_extra/gas_solid_contactors/flowsheets/ss_BFB_OC_oxidation.py
idaes/models_extra/gas_solid_contactors/flowsheets/ss_BFB_methane_combustion.py
idaes/models_extra/gas_solid_contactors/flowsheets/ss_MB_methane_combustion.py
idaes/models_extra/gas_solid_contactors/properties/__init__.py
idaes/models_extra/gas_solid_contactors/properties/methane_iron_OC_reduction/__init__.py
idaes/models_extra/gas_solid_contactors/properties/methane_iron_OC_reduction/gas_phase_thermo.py
idaes/models_extra/gas_solid_contactors/properties/methane_iron_OC_reduction/hetero_reactions.py
idaes/models_extra/gas_solid_contactors/properties/methane_iron_OC_reduction/solid_phase_thermo.py
idaes/models_extra/gas_solid_contactors/properties/methane_iron_OC_reduction/tests/__init__.py
idaes/models_extra/gas_solid_contactors/properties/methane_iron_OC_reduction/tests/test_CLC_gas_prop.py
idaes/models_extra/gas_solid_contactors/properties/methane_iron_OC_reduction/tests/test_CLC_rxn_prop.py
idaes/models_extra/gas_solid_contactors/properties/methane_iron_OC_reduction/tests/test_CLC_solid_prop.py
idaes/models_extra/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/__init__.py
idaes/models_extra/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/gas_phase_thermo.py
idaes/models_extra/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/hetero_reactions.py
idaes/models_extra/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/solid_phase_thermo.py
idaes/models_extra/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/tests/__init__.py
idaes/models_extra/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/tests/test_CLC_gas_prop.py
idaes/models_extra/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/tests/test_CLC_rxn_prop.py
idaes/models_extra/gas_solid_contactors/properties/oxygen_iron_OC_oxidation/tests/test_CLC_solid_prop.py
idaes/models_extra/gas_solid_contactors/unit_models/__init__.py
idaes/models_extra/gas_solid_contactors/unit_models/bubbling_fluidized_bed.py
idaes/models_extra/gas_solid_contactors/unit_models/fixed_bed_0D.py
idaes/models_extra/gas_solid_contactors/unit_models/fixed_bed_1D.py
idaes/models_extra/gas_solid_contactors/unit_models/moving_bed.py
idaes/models_extra/gas_solid_contactors/unit_models/tests/__init__.py
idaes/models_extra/gas_solid_contactors/unit_models/tests/test_BFB_methane_oc.py
idaes/models_extra/gas_solid_contactors/unit_models/tests/test_BFB_oxygen_oc.py
idaes/models_extra/gas_solid_contactors/unit_models/tests/test_FB0D.py
idaes/models_extra/gas_solid_contactors/unit_models/tests/test_FB1D.py
idaes/models_extra/gas_solid_contactors/unit_models/tests/test_MB.py
idaes/models_extra/power_generation/__init__.py
idaes/models_extra/power_generation/costing/BB_costing_data.json
idaes/models_extra/power_generation/costing/__init__.py
idaes/models_extra/power_generation/costing/costing_dictionaries.py
idaes/models_extra/power_generation/costing/generic_ccs_capcost_custom_dict.py
idaes/models_extra/power_generation/costing/generic_ccs_costing_data.json
idaes/models_extra/power_generation/costing/power_plant_capcost.py
idaes/models_extra/power_generation/costing/sCO2_costing_parameters.json
idaes/models_extra/power_generation/costing/tests/__init__.py
idaes/models_extra/power_generation/costing/tests/test_CCS_capcost.py
idaes/models_extra/power_generation/costing/tests/test_NGCC_capcost.py
idaes/models_extra/power_generation/costing/tests/test_power_plant_capcost.py
idaes/models_extra/power_generation/flowsheets/__init__.py
idaes/models_extra/power_generation/flowsheets/subcritical_power_plant/__init__.py
idaes/models_extra/power_generation/flowsheets/subcritical_power_plant/generic_surrogate_dict.py
idaes/models_extra/power_generation/flowsheets/subcritical_power_plant/plant_pfd.svg
idaes/models_extra/power_generation/flowsheets/subcritical_power_plant/plant_pfd_result.svg
idaes/models_extra/power_generation/flowsheets/subcritical_power_plant/steam_cycle_flowsheet.py
idaes/models_extra/power_generation/flowsheets/subcritical_power_plant/subcritical_boiler.py
idaes/models_extra/power_generation/flowsheets/subcritical_power_plant/subcritical_boiler_flowsheet.py
idaes/models_extra/power_generation/flowsheets/subcritical_power_plant/subcritical_power_plant.py
idaes/models_extra/power_generation/flowsheets/subcritical_power_plant/tests/__init__.py
idaes/models_extra/power_generation/flowsheets/subcritical_power_plant/tests/test_subcritical_flowsheets.py
idaes/models_extra/power_generation/flowsheets/supercritical_power_plant/SCPC_full_plant.py
idaes/models_extra/power_generation/flowsheets/supercritical_power_plant/__init__.py
idaes/models_extra/power_generation/flowsheets/supercritical_power_plant/boiler_subflowsheet_build.py
idaes/models_extra/power_generation/flowsheets/supercritical_steam_cycle/__init__.py
idaes/models_extra/power_generation/flowsheets/supercritical_steam_cycle/supercritical_steam_cycle.py
idaes/models_extra/power_generation/flowsheets/supercritical_steam_cycle/supercritical_steam_cycle.svg
idaes/models_extra/power_generation/flowsheets/test/test_scpc_plant.py
idaes/models_extra/power_generation/flowsheets/test/test_scsc.py
idaes/models_extra/power_generation/flowsheets/test/test_subcritical_boiler.py
idaes/models_extra/power_generation/properties/__init__.py
idaes/models_extra/power_generation/properties/flue_gas_ideal.py
idaes/models_extra/power_generation/properties/natural_gas_PR.py
idaes/models_extra/power_generation/properties/tests/__init__.py
idaes/models_extra/power_generation/properties/tests/pure-prop-nist-webbook.csv
idaes/models_extra/power_generation/properties/tests/test_NG_PR.py
idaes/models_extra/power_generation/properties/tests/test_fg_prop.py
idaes/models_extra/power_generation/properties/tests/test_flue_gas_integration.py
idaes/models_extra/power_generation/unit_models/__init__.py
idaes/models_extra/power_generation/unit_models/balance.py
idaes/models_extra/power_generation/unit_models/boiler_fireside.py
idaes/models_extra/power_generation/unit_models/boiler_heat_exchanger.py
idaes/models_extra/power_generation/unit_models/boiler_heat_exchanger_2D.py
idaes/models_extra/power_generation/unit_models/cpu.py
idaes/models_extra/power_generation/unit_models/cross_flow_heat_exchanger_1D.py
idaes/models_extra/power_generation/unit_models/downcomer.py
idaes/models_extra/power_generation/unit_models/drum.py
idaes/models_extra/power_generation/unit_models/drum1D.py
idaes/models_extra/power_generation/unit_models/feedwater_heater_0D.py
idaes/models_extra/power_generation/unit_models/feedwater_heater_0D_dynamic.py
idaes/models_extra/power_generation/unit_models/heat_exchanger_3streams.py
idaes/models_extra/power_generation/unit_models/heat_exchanger_common.py
idaes/models_extra/power_generation/unit_models/heater_1D.py
idaes/models_extra/power_generation/unit_models/soec_design.py
idaes/models_extra/power_generation/unit_models/steamheater.py
idaes/models_extra/power_generation/unit_models/waterpipe.py
idaes/models_extra/power_generation/unit_models/watertank.py
idaes/models_extra/power_generation/unit_models/waterwall_section.py
idaes/models_extra/power_generation/unit_models/helm/__init__.py
idaes/models_extra/power_generation/unit_models/helm/compressor.py
idaes/models_extra/power_generation/unit_models/helm/condenser_ntu.py
idaes/models_extra/power_generation/unit_models/helm/mixer.py
idaes/models_extra/power_generation/unit_models/helm/phase_separator.py
idaes/models_extra/power_generation/unit_models/helm/pump.py
idaes/models_extra/power_generation/unit_models/helm/splitter.py
idaes/models_extra/power_generation/unit_models/helm/turbine.py
idaes/models_extra/power_generation/unit_models/helm/turbine_inlet.py
idaes/models_extra/power_generation/unit_models/helm/turbine_multistage.py
idaes/models_extra/power_generation/unit_models/helm/turbine_outlet.py
idaes/models_extra/power_generation/unit_models/helm/turbine_stage.py
idaes/models_extra/power_generation/unit_models/helm/valve_steam.py
idaes/models_extra/power_generation/unit_models/helm/tests/__init__.py
idaes/models_extra/power_generation/unit_models/helm/tests/test_compare_to_generic.py
idaes/models_extra/power_generation/unit_models/helm/tests/test_condenser_ntu.py
idaes/models_extra/power_generation/unit_models/helm/tests/test_mixer.py
idaes/models_extra/power_generation/unit_models/helm/tests/test_phase_separator.py
idaes/models_extra/power_generation/unit_models/helm/tests/test_splitter.py
idaes/models_extra/power_generation/unit_models/helm/tests/test_turbine_inlet.py
idaes/models_extra/power_generation/unit_models/helm/tests/test_turbine_multistage.py
idaes/models_extra/power_generation/unit_models/helm/tests/test_turbine_outlet.py
idaes/models_extra/power_generation/unit_models/helm/tests/test_turbine_stage.py
idaes/models_extra/power_generation/unit_models/icons/attemperator_1.svg
idaes/models_extra/power_generation/unit_models/icons/bag_house.svg
idaes/models_extra/power_generation/unit_models/icons/mill_1.svg
idaes/models_extra/power_generation/unit_models/icons/mill_2.svg
idaes/models_extra/power_generation/unit_models/soc_submodels/__init__.py
idaes/models_extra/power_generation/unit_models/soc_submodels/channel.py
idaes/models_extra/power_generation/unit_models/soc_submodels/common.py
idaes/models_extra/power_generation/unit_models/soc_submodels/conductive_slab.py
idaes/models_extra/power_generation/unit_models/soc_submodels/contact_resistor.py
idaes/models_extra/power_generation/unit_models/soc_submodels/porous_conductive_slab.py
idaes/models_extra/power_generation/unit_models/soc_submodels/solid_oxide_cell.py
idaes/models_extra/power_generation/unit_models/soc_submodels/solid_oxide_module_simple.py
idaes/models_extra/power_generation/unit_models/soc_submodels/testing.py
idaes/models_extra/power_generation/unit_models/soc_submodels/triple_phase_boundary.py
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/test_channel.py
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/test_common.py
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/test_conductive_slab.py
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/test_contact_resistor.py
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/test_herring_replication.py
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/test_herring_replication_interconnect.py
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/test_herring_replication_thin.py
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/test_porous_conductive_slab.py
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/test_solid_oxide_cell.py
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/test_triple_phase_boundary.py
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_1.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_1_interconnect.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_1_thin.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_2.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_2_interconnect.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_2_thin.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_3.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_3_interconnect.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_3_thin.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_4.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_4_interconnect.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_4_thin.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_5.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_5_interconnect.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/case_5_thin.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/herring-et-al-data.csv
idaes/models_extra/power_generation/unit_models/soc_submodels/tests/data_cache/sweep_5_kazempoor_replication.csv
idaes/models_extra/power_generation/unit_models/tests/__init__.py
idaes/models_extra/power_generation/unit_models/tests/datadictionary.py
idaes/models_extra/power_generation/unit_models/tests/test_boiler_heat_exchanger.py
idaes/models_extra/power_generation/unit_models/tests/test_boilerfireside.py
idaes/models_extra/power_generation/unit_models/tests/test_cpu.py
idaes/models_extra/power_generation/unit_models/tests/test_cross_flow_heat_exchanger_1D.py
idaes/models_extra/power_generation/unit_models/tests/test_downcomer.py
idaes/models_extra/power_generation/unit_models/tests/test_drum.py
idaes/models_extra/power_generation/unit_models/tests/test_drum1D.py
idaes/models_extra/power_generation/unit_models/tests/test_feedwater_heater.py
idaes/models_extra/power_generation/unit_models/tests/test_feedwater_heater_dynamic.py
idaes/models_extra/power_generation/unit_models/tests/test_heat_exchanger2D.py
idaes/models_extra/power_generation/unit_models/tests/test_heat_exchanger_3streams.py
idaes/models_extra/power_generation/unit_models/tests/test_heater_1D.py
idaes/models_extra/power_generation/unit_models/tests/test_soec_design.py
idaes/models_extra/power_generation/unit_models/tests/test_steamheater.py
idaes/models_extra/power_generation/unit_models/tests/test_waterpipe.py
idaes/models_extra/power_generation/unit_models/tests/test_watertank.py
idaes/models_extra/power_generation/unit_models/tests/test_waterwall.py
idaes/models_extra/temperature_swing_adsorption/__init__.py
idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d.py
idaes/models_extra/temperature_swing_adsorption/fixed_bed_tsa0d_ui.py
idaes/models_extra/temperature_swing_adsorption/initializer.py
idaes/models_extra/temperature_swing_adsorption/util.py
idaes/models_extra/temperature_swing_adsorption/costing/costing_params_dac_electric_boiler.json
idaes/models_extra/temperature_swing_adsorption/costing/costing_params_dac_retrofit_ngcc.json
idaes/models_extra/temperature_swing_adsorption/costing/dac_costing.py
idaes/models_extra/temperature_swing_adsorption/tests/test_fixed_bed_tsa0d.py
idaes/models_extra/temperature_swing_adsorption/tests/test_fixed_bed_tsa0d_costing.py
idaes/models_extra/temperature_swing_adsorption/tests/test_fixed_bed_tsa0d_ui.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_tests.py
idaes/tests/test_version.py
idaes/tests/prescient/__init__.py
idaes/tests/prescient/test_prescient.py
idaes/tests/prescient/5bus/DAY_AHEAD_load.csv
idaes/tests/prescient/5bus/DAY_AHEAD_renewables.csv
idaes/tests/prescient/5bus/REAL_TIME_load.csv
idaes/tests/prescient/5bus/REAL_TIME_renewables.csv
idaes/tests/prescient/5bus/__init__.py
idaes/tests/prescient/5bus/branch.csv
idaes/tests/prescient/5bus/bus.csv
idaes/tests/prescient/5bus/gen.csv
idaes/tests/prescient/5bus/initial_status.csv
idaes/tests/prescient/5bus/reserves.csv
idaes/tests/prescient/5bus/simulation_objects.csv
idaes/tests/prescient/5bus/timeseries_pointers.csv
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