Alphas and physical values
Functions
|
Collects all Alphas, Influence factors and Physical values of the stochast input parameters. |
|
|
|
Re-calculates all derived physical values, i.e. intermediate values that were calculated inside the limit state |
|
|
|
Module Contents
- collect_stochast_values(calc, df_scenario_final)
Collects all Alphas, Influence factors and Physical values of the stochast input parameters.
- Parameters:
calc (Systemcalculation)
df_scenario_final (pandas.DataFrame)
- Return type:
pandas.DataFrame
- _combine_stochast_values(calc_results)
- Parameters:
calc_results (List[Calcresult])
- Return type:
pandas.DataFrame
- calculate_derived_values(df_scenarios_final, geohydrologisch_model)
Re-calculates all derived physical values, i.e. intermediate values that were calculated inside the limit state functions. These are not returned by the probabilistic library, hence we need to re-calculate them.
- Parameters:
df_scenarios_final (pandas.DataFrame)
geohydrologisch_model (str)
- _combine_derived_values(calc_results)
- Parameters:
calc_results (List[Calcresult])
- Return type:
pandas.DataFrame
- construct_df(geoprob_pipe)
- Parameters:
geoprob_pipe (Geoprobpipe)