View source: R/flownet_rectangular.R
flownet_solve_rectangular | R Documentation |
Solves a flow net problem for a problem consisting of connected rectangular grids. This function solves the hydraulic head using boundary conditions and a finite difference approach, and also calculates the flow potential psi
flownet_solve_rectangular(df)
df |
tibble with problem description, generated by function 'flownet_geometry_rectangular()' |
a tibble with heads (field 'h'), flow rates in x and y-direction ('qx', 'qy') and flow potential ('psi') for each real point in the finite difference grid. Each point is characterised by a position ('x', 'y') and an index 'id' indicating which domain the point belongs to
df <- flownet_geometry_rectangular() dp <- flownet_solve_rectangular(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.