MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
Main Page
Modules
Data Types List
Files
File List
File Members
IsothermEnum.f90
Go to the documentation of this file.
1
module
isothermenummodule
2
use
kindmodule
,
only
: i4b
3
4
implicit none
5
6
integer(I4B)
,
parameter
::
sorption_off
= 0
!< Sorption is inactive (default)
7
integer(I4B)
,
parameter
::
sorption_linear
= 1
!< Linear sorption between aqueous and solid phases
8
integer(I4B)
,
parameter
::
sorption_freund
= 2
!< Freundlich sorption between aqueous and solid phases
9
integer(I4B)
,
parameter
::
sorption_lang
= 3
!< Langmuir sorption between aqueous and solid phases
10
11
end module
isothermenummodule
isothermenummodule
Definition:
IsothermEnum.f90:1
isothermenummodule::sorption_off
integer(i4b), parameter sorption_off
Sorption is inactive (default)
Definition:
IsothermEnum.f90:6
isothermenummodule::sorption_freund
integer(i4b), parameter sorption_freund
Freundlich sorption between aqueous and solid phases.
Definition:
IsothermEnum.f90:8
isothermenummodule::sorption_lang
integer(i4b), parameter sorption_lang
Langmuir sorption between aqueous and solid phases.
Definition:
IsothermEnum.f90:9
isothermenummodule::sorption_linear
integer(i4b), parameter sorption_linear
Linear sorption between aqueous and solid phases.
Definition:
IsothermEnum.f90:7
kindmodule
This module defines variable data types.
Definition:
kind.f90:8
src
Model
TransportModel
Isotherm
IsothermEnum.f90
Generated on Sat Jan 10 2026 18:58:43 for MODFLOW 6 by
1.9.1