Linear (Kd) isotherm implementation of IsothermType.
More...
|
| real(dp), dimension(:), pointer | kd => null() |
| | distribution coefficient More...
|
| |
Sorbed concentration is computed as cs = Kd*c.
Definition at line 14 of file LinearIsotherm.f90.
◆ constructor()
| type(linearisothermtype) function linearisothermsmodule::linearisothermtype::constructor |
( |
real(dp), dimension(:), intent(in), pointer |
Kd | ) |
|
|
private |
- Parameters
-
| [in] | kd | distribution coefficient |
Definition at line 28 of file LinearIsotherm.f90.
30 type(LinearIsothermType) :: isotherm
32 real(DP),
pointer,
dimension(:),
intent(in) :: Kd
◆ derivative()
| procedure linearisothermsmodule::linearisothermtype::derivative |
|
private |
◆ kd
| real(dp), dimension(:), pointer linearisothermsmodule::linearisothermtype::kd => null() |
|
private |
Definition at line 15 of file LinearIsotherm.f90.
15 real(DP),
pointer,
dimension(:) :: Kd => null()
The documentation for this interface was generated from the following file: