flownet_solve_rectangular: Solve flow net head problem for concatenated rectangular...

View source: R/flownet_rectangular.R

flownet_solve_rectangularR Documentation

Solve flow net head problem for concatenated rectangular domains

Description

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

Usage

flownet_solve_rectangular(df)

Arguments

df

tibble with problem description, generated by function 'flownet_geometry_rectangular()'

Value

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

Examples

df <- flownet_geometry_rectangular()
dp <- flownet_solve_rectangular(df)

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