Scaling Toolbox#
Note
In v2.0, IDAES is beginning to deploy a new suite of scaling tools. This documentation refers to the new tools. For documentation of the older scaling tools, see here.
The following modules compose the core IDAES Scaling Toolbox.
- Scaling Utility Functions
del_scaling_factor()get_component_scaling_suffix()get_jacobian()get_nominal_value()get_scaling_factor()get_scaling_factor_suffix()get_scaling_hint_suffix()jacobian_cond()list_unscaled_constraints()list_unscaled_variables()report_scaling_factors()scale_time_discretization_equations()scaling_factors_from_dict()scaling_factors_from_json_file()scaling_factors_to_dict()scaling_factors_to_json_file()set_scaling_factor()unscaled_constraints_generator()unscaled_variables_generator()
- CustomScalerBase Class
- AutoScaler Class
- Scaling Profiler Utility