Freundlich isotherm implementation of IsothermType.
More...
|
| real(dp), dimension(:), pointer | kf => null() |
| | Freundlich constant. More...
|
| |
| real(dp), dimension(:), pointer | a => null() |
| | Freundlich exponent. More...
|
| |
Sorbed concentration is cs = Kf*c^a.
Definition at line 14 of file FreundlichIsotherm.f90.
◆ constructor()
| type(freundlichisothermtype) function freundlichisothermmodule::freundlichisothermtype::constructor |
( |
real(dp), dimension(:), intent(in), pointer |
Kf, |
|
|
real(dp), dimension(:), intent(in), pointer |
a |
|
) |
| |
|
private |
Definition at line 30 of file FreundlichIsotherm.f90.
31 type(FreundlichIsothermType) :: isotherm
33 real(DP),
pointer,
dimension(:),
intent(in) :: Kf
34 real(DP),
pointer,
dimension(:),
intent(in) :: a
◆ derivative()
| procedure freundlichisothermmodule::freundlichisothermtype::derivative |
|
private |
| real(dp), dimension(:), pointer freundlichisothermmodule::freundlichisothermtype::a => null() |
|
private |
◆ kf
| real(dp), dimension(:), pointer freundlichisothermmodule::freundlichisothermtype::kf => null() |
|
private |
The documentation for this interface was generated from the following file: