![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| interface | freundlichisothermtype |
Freundlich isotherm implementation of IsothermType. More... | |
Functions/Subroutines | |
| type(freundlichisothermtype) function | constructor (Kf, a) |
| Constructor for Freundlich isotherm. More... | |
| real(dp) function | value (this, c, n) |
| Evaluate the isotherm at a given node. More... | |
| real(dp) function | derivative (this, c, n) |
| Evaluate derivative of the isotherm at a given node. More... | |
|
private |
|
private |
| [in] | c | concentration array |
| [in] | n | node index |
Definition at line 60 of file FreundlichIsotherm.f90.
|
private |
| [in] | c | concentration array |
| [in] | n | node index |
Definition at line 43 of file FreundlichIsotherm.f90.