![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Data Types | |
| interface | linearisothermtype |
Linear (Kd) isotherm implementation of IsothermType. More... | |
Functions/Subroutines | |
| type(linearisothermtype) function | constructor (Kd) |
| Constructor for Linear 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] | kd | distribution coefficient |
Definition at line 28 of file LinearIsotherm.f90.

|
private |
| [in] | c | concentration array |
| [in] | n | node index |
Definition at line 54 of file LinearIsotherm.f90.
|
private |
| [in] | c | concentration array |
| [in] | n | node index |
Definition at line 41 of file LinearIsotherm.f90.