calc_conductance_MHEq3: Calculate conductance using Mehl & Hill (2010) Equation 3

Description Usage Arguments Value Author(s)

View source: R/calc_conductance.R

Description

Vectorized, non-constant values should be same length as swdf.

Usage

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
)

Arguments

swdf

DataFrame/Geometry of node barycentric coordinates as returned by calc_stream_voronoi_weights

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)

Value

numeric, conductance

Author(s)

Leland Scantlebury


scantle/pbjr documentation built on Dec. 22, 2021, 10:19 p.m.