![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| interface | langmuirisothermtype |
Langmuir isotherm implementation of IsothermType. More... | |
Functions/Subroutines | |
| type(langmuirisothermtype) function | constructor (Kl, Sbar) |
| Constructor for Langmuir 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 |
| [in] | kl | Langmuir constant |
| [in] | sbar | Total concentration of sorption sites |
Definition at line 29 of file LangmuirIsotherm.f90.

|
private |
| [in] | c | concentration array |
| [in] | n | node index |
Definition at line 64 of file LangmuirIsotherm.f90.
|
private |
| [in] | c | concentration array |
| [in] | n | node index |
Definition at line 44 of file LangmuirIsotherm.f90.