Description Usage Arguments Details Value References
Solve the 1-D ODE:
\frac{d(K \frac{dh}{dx})}{dx} = s
.
1 2 |
K |
Hydraulic conductivity (m/s); 1-D vector. |
dx |
Step size (m) of numerical grid. |
source |
Volumetric source rate per unit volume; (m^3/s) / {m^3}, ie 1/s. |
b0_type |
Type of upstream boundary condition. |
b0 |
Value of upstream boundary condition.
If |
b1_type |
Type of downstream boundary condition. |
b1 |
Value of downstream boundary condition. |
The model domain is discretized uniformly.
K (conductivity), s, h (head)
are all evaluated at the model grids.
The possible value range of K is huge (say 13 orders of magnitude).
Typical value range for good groundwater conditions is
1e^{-5} to 1e^{-1} m/s.
Steady-state hydraulic head (m) in each grid cell;
same length as K.
Schwartz and Zhang, Fundamentals of Ground Water, Wiley, 2003.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.