flownet_solve_quadrilateral: Solve a flow net problem with quadrilateral domains

View source: R/flownet_quadrilateral_old.R View source: R/flownet_quadrilateral.R

flownet_solve_quadrilateralR Documentation

Solve a flow net problem with quadrilateral domains

Description

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

Usage

flownet_solve_quadrilateral(df)

flownet_solve_quadrilateral(df)

Arguments

df

list with geometry and boundary conditions of the problem. See function 'flownet_geometry_quadrilateral()' for more information

Value

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')

Examples

df <- flownet_geometry_quadrilateral(grid_size = 0.1)
flownet_solve_quadrilateral(df)
df <- flownet_geometry_quadrilateral(grid_size = 0.1)
flownet_solve_quadrilateral(df)

GJMeijer/soilmech documentation built on May 22, 2022, 10:39 a.m.