optframework.utils.func.jit_dpbe_rhs module
Created on Tue Feb 27 16:24:30 2024
@author: px2030
- optframework.utils.func.jit_dpbe_rhs.get_dNdt_1d_geo(t, N, NS, V_p, V_e, F_M, B_R, bf_int, xbf_int, type_flag, agg_crit)
- optframework.utils.func.jit_dpbe_rhs.get_dNdt_2d_geo(t, NN, NS, V_p, V_e1, V_e2, F_M, B_R, bf_int, xbf_int, ybf_int, type_flag, agg_crit)
- optframework.utils.func.jit_dpbe_rhs.get_dNdt_3d_geo(t, NN, V, V1, V2, V3, F_M, NS, THR)
- optframework.utils.func.jit_dpbe_rhs.get_dNdt_1d_uni(t, N, V, B_R, B_F, F_M, NS, agg_crit, process_type)
- optframework.utils.func.jit_dpbe_rhs.get_dNdt_2d_uni(t, NN, V, V1, V3, F_M, NS, THR)
- optframework.utils.func.jit_dpbe_rhs.get_dNdt_3d_uni(t, NN, V, V1, V2, V3, F_M, NS, THR)
- optframework.utils.func.jit_dpbe_rhs.lam(v, V_p, i, m)
- optframework.utils.func.jit_dpbe_rhs.lam_2d(x, y, Vx, Vy, i, j, m1, m2)
- optframework.utils.func.jit_dpbe_rhs.heaviside(x1, x2)
- optframework.utils.func.jit_dpbe_rhs.get_lam_3d(x, y, z, Vx, Vy, Vz, i, j, k, m1, m2, m3)
- optframework.utils.func.jit_dpbe_rhs.calc_1d_agglomeration(N, V_p, V_e, F_M, B_c, M_c, D, agg_crit)
- optframework.utils.func.jit_dpbe_rhs.calc_1d_breakage(N, V_p, V_e, B_R, bf_int, xbf_int, B_c, M_c, D)
- optframework.utils.func.jit_dpbe_rhs.calc_2d_agglomeration(N, V_p, V_e1, V_e2, F_M, B_c, M1_c, M2_c, D, agg_crit)
- optframework.utils.func.jit_dpbe_rhs.calc_2d_breakage(N, V_p, V_e1, V_e2, B_R, bf_int, xbf_int, ybf_int, B_c, M1_c, M2_c, D)