geoprob_pipe.calculations.systems.model4a.limit_state_functions =============================================================== .. py:module:: geoprob_pipe.calculations.systems.model4a.limit_state_functions Attributes ---------- .. autoapisummary:: geoprob_pipe.calculations.systems.model4a.limit_state_functions.MODEL_NAMES Functions --------- .. autoapisummary:: geoprob_pipe.calculations.systems.model4a.limit_state_functions.calc_Z_u geoprob_pipe.calculations.systems.model4a.limit_state_functions.calc_Z_h geoprob_pipe.calculations.systems.model4a.limit_state_functions.calc_Z_p geoprob_pipe.calculations.systems.model4a.limit_state_functions.calc_Z_project Module Contents --------------- .. py:function:: calc_Z_u(L_intrede, L_but, L_bit, L_achterland, buitenwaterstand, polderpeil, mv_exit, top_zand, kD_wvp, D_wvp, d70, gamma_sat_deklaag, c_voorland, c_achterland, modelfactor_u, modelfactor_h, modelfactor_p, modelfactor_ff, modelfactor_3d, modelfactor_aniso, modelfactor_ml, i_c_h, r_c_deklaag, d70_m, gamma_korrel, v, theta, eta, g, gamma_water) Grenstoestandfunctie voor opbarsten (uplift). :returns: Z waarde van de grenstoestandfunctie voor opbarsten :rtype: float .. py:function:: calc_Z_h(L_intrede, L_but, L_bit, L_achterland, buitenwaterstand, polderpeil, mv_exit, top_zand, kD_wvp, D_wvp, d70, gamma_sat_deklaag, c_voorland, c_achterland, modelfactor_u, modelfactor_h, modelfactor_p, modelfactor_ff, modelfactor_3d, modelfactor_aniso, modelfactor_ml, i_c_h, r_c_deklaag, d70_m, gamma_korrel, v, theta, eta, g, gamma_water) Wrapper over de grenstoestandfunctie voor heave zodat deze bruikbaar is voor de Probabilistic Library. :returns: Z waarde van de grenstoestandfunctie voor heave :rtype: float .. py:function:: calc_Z_p(L_intrede, L_but, L_bit, L_achterland, buitenwaterstand, polderpeil, mv_exit, top_zand, kD_wvp, D_wvp, d70, gamma_sat_deklaag, c_voorland, c_achterland, modelfactor_u, modelfactor_h, modelfactor_p, modelfactor_ff, modelfactor_3d, modelfactor_aniso, modelfactor_ml, i_c_h, r_c_deklaag, d70_m, gamma_korrel, v, theta, eta, g, gamma_water) Grenstoestandfunctie voor het mechanisme terugschrijdende erosie (piping). :returns: Z waarde van de grenstoestandfunctie voor piping :rtype: float .. py:function:: calc_Z_project(L_intrede, L_but, L_bit, L_achterland, buitenwaterstand, polderpeil, mv_exit, top_zand, kD_wvp, D_wvp, d70, gamma_sat_deklaag, c_voorland, c_achterland, modelfactor_u, modelfactor_h, modelfactor_p, modelfactor_ff, modelfactor_3d, modelfactor_aniso, modelfactor_ml, i_c_h, r_c_deklaag, d70_m, gamma_korrel, v, theta, eta, g, gamma_water) Grenstoestandfunctie voor het mechanisme piping. Deze grenstoestandfunctie bepaalt de Z waarde op basis van de afzonderlijke Z waarden van de mechanismen uplift, heave en terugschrijdende erosie door max(Z_u, Z_h, Z_p). :returns: Z waarde van de grenstoestandfunctie voor piping :rtype: float .. py:data:: MODEL_NAMES