View source: R/flownet_quadrilateral_old.R View source: R/flownet_quadrilateral.R
flownet_solve_quadrilateral | R Documentation |
Take a quadrilateral flow net problem and calculate results for the hydraulic head, flow rates and flow potential, using finite differences
Take a quadrilateral flow net problem and calculate results for the hydraulic head, flow rates and flow potential, using finite differences
flownet_solve_quadrilateral(df) flownet_solve_quadrilateral(df)
df |
list with geometry and boundary conditions of the problem. See function 'flownet_geometry_quadrilateral()' for more information |
a tibble with domains ('domain') and positions of all nodes ('a', 'b', 'x', 'y') and solutions for head ('h'), flow rates ('qx', 'qy') and flow potential ('psi')
a tibble with domains ('domain') and positions of all nodes ('a', 'b', 'x', 'y') and solutions for head ('h'), flow rates ('qx', 'qy') and flow potential ('psi')
df <- flownet_geometry_quadrilateral(grid_size = 0.1) flownet_solve_quadrilateral(df) df <- flownet_geometry_quadrilateral(grid_size = 0.1) flownet_solve_quadrilateral(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.