11.5.1. rheia.CASES.determine_stoch_des_space.load_case

rheia.CASES.determine_stoch_des_space.load_case(run_dict, design_space, uq_bool=False, create_only_samples=False)

For the selected case, the design variables and model parameters are loaded based on information from design_space. In addition, the class object for the selected case is instantiated.

Parameters
  • run_dict (dict) – The dictionary with information on the uncertainty quantification.

  • design_space (string) – The design_space filename.

  • uq_bool (bool, optional) – Indicates if uncertainty quantification is performed. The default is False.

  • create_only_samples (bool, optional) – Indicates if only samples need to be created. The default is False.

Returns

  • space_obj (object) – The object with information on the design space and stochastic space

  • eval_func (function) – The evaluate function that evaluates the system model.

  • params (list, optional) – List with fixed data, used during model evaluation.