View source: R/flownet_plotting.R
amount_equipotentialintervals | R Documentation |
This function takes a finite difference solution for both head 'h' and flow potential function 'psi' to get the best number of equipotential intervals 'Nd' based on a given number of flow channels 'Nf'. This function assumes the permeabilities in all domains is the same
amount_equipotentialintervals(df, dp, Nf = 5)
df |
tibble with information about domain |
dp |
tibble with head and flow potential results for each node |
Nf |
number of requested flow channels |
the optimal number of equipotential intervals 'Nd'
df <- flownet_geometry_rectangular() dp <- flownet_solve_rectangular(df) amount_equipotentialintervals(df, dp, Nf = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.