Description Usage Arguments Value Author(s)
View source: R/calc_conductance.R
Vectorized, non-constant values should be same length as swdf.
1 2 3 4 5 6 7 8 9 | calc_conductance_MHEq3(
swdf,
k_str,
kv_node,
str_width,
str_thick,
node_thick,
node_area
)
|
swdf |
DataFrame/Geometry of node barycentric coordinates as returned by
|
k_str |
numeric, streambed hydraulic conductivity |
kv_node |
numeric, vertical hydraulic conductivity of the aquifer material |
str_width |
numeric, stream width |
str_thick |
numeric, streambed thickness (head loss zone) |
node_thick |
numeric, thickness of finite difference cell (node) |
node_area |
Planar cross-sectional area of cell (node) |
numeric, conductance
Leland Scantlebury
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.