![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Modules | |
| module | smoothingmodule |
Functions/Subroutines | |
| subroutine | smoothingmodule::sscurve (x, range, dydx, y) |
| @ brief SCurve More... | |
| subroutine | smoothingmodule::scubiclinear (x, range, dydx, y) |
| @ brief sCubicLinear More... | |
| subroutine | smoothingmodule::scubic (x, range, dydx, y) |
| @ brief sCubic More... | |
| subroutine | smoothingmodule::slinear (x, range, dydx, y) |
| @ brief sLinear More... | |
| subroutine | smoothingmodule::squadratic (x, range, dydx, y) |
| @ brief sQuadratic More... | |
| subroutine | smoothingmodule::schsmooth (d, smooth, dwdh) |
| @ brief sChSmooth More... | |
| real(dp) function | smoothingmodule::slinearsaturation (top, bot, x) |
| @ brief sLinearSaturation More... | |
| real(dp) function | smoothingmodule::scubicsaturation (top, bot, x, eps) |
| @ brief sCubicSaturation More... | |
| real(dp) function | smoothingmodule::squadraticsaturation (top, bot, x, eps) |
| @ brief sQuadraticSaturation More... | |
| real(dp) function | smoothingmodule::svangenuchtensaturation (top, bot, x, alpha, beta, sr) |
| @ brief sQuadraticSaturation More... | |
| real(dp) function | smoothingmodule::squadraticsaturationderivative (top, bot, x, eps) |
| @ brief Derivative of the quadratic saturation function More... | |
| real(dp) function | smoothingmodule::sqsaturation (top, bot, x, c1, c2) |
| @ brief sQSaturation More... | |
| real(dp) function | smoothingmodule::sqsaturationderivative (top, bot, x, c1, c2) |
| @ brief sQSaturationDerivative More... | |
| real(dp) function | smoothingmodule::sslope (x, xi, yi, sm, sp, ta) |
| @ brief sSlope More... | |
| real(dp) function | smoothingmodule::sslopederivative (x, xi, sm, sp, ta) |
| @ brief sSlopeDerivative More... | |
| real(dp) function | smoothingmodule::squadratic0sp (x, xi, tomega) |
| @ brief sQuadratic0sp More... | |
| real(dp) function | smoothingmodule::squadratic0spderivative (x, xi, tomega) |
| @ brief sQuadratic0spDerivative More... | |
| real(dp) function | smoothingmodule::squadraticslope (x, xi, yi, sm, sp, tomega) |
| @ brief sQuadraticSlope More... | |
| real(dp) function | smoothingmodule::squadraticslopederivative (x, xi, sm, sp, tomega) |
| @ brief sQuadraticSlopeDerivative More... | |