MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Data Types | |
type | circulargeometrymodule::circulargeometrytype |
Modules | |
module | circulargeometrymodule |
Functions/Subroutines | |
real(dp) function | circulargeometrymodule::area_sat (this) |
Return area as if geometry is fully saturated. More... | |
real(dp) function | circulargeometrymodule::perimeter_sat (this) |
Return perimeter as if geometry is fully saturated. More... | |
real(dp) function | circulargeometrymodule::area_wet (this, depth) |
Return wetted area. More... | |
real(dp) function | circulargeometrymodule::perimeter_wet (this, depth) |
Return wetted perimeter. More... | |
subroutine | circulargeometrymodule::set_attribute (this, line) |
Set a parameter for this circular object. More... | |
subroutine | circulargeometrymodule::print_attributes (this, iout) |
Print the attributes for this object. More... | |