pyDeltaRCM.sed_tools.SandRouter¶
- class pyDeltaRCM.sed_tools.SandRouter(*args, **kwargs)¶
- Jitted class to route sand. - Initialized in - init_sediment_routerswith a multitude of constants. The Router is then called via the public- runmethod in the- sed_routemethod.- Important - A new Router must be initialized if any constants are changed to the underlying DeltaModel object. Convention is to call - init_sediment_routersin any property setter.- __init__(_dt: float, dx: float, Vp_sed, u_max: float, qs0: float, u0, U_ero_sand, f_bedload, ivec_flat, jvec_flat, iwalk_flat, jwalk_flat, distances_flat, dry_depth: float, beta: float, stepmax, theta_sed: float, mod_erosion) None¶
 - Methods - __init__(_dt, dx, Vp_sed, u_max, qs0, u0, ...)- run(start_indices, eta, stage, depth, ...)- The main function to route and deposit/erode sand parcels. - Attributes - class_type