MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
CellDefn.f90 File Reference

Go to the source code of this file.

Data Types

type  celldefnmodule::celldefntype
 Base grid cell definition. More...
 

Modules

module  celldefnmodule
 

Functions/Subroutines

subroutine, public celldefnmodule::create_defn (cellDefn)
 Create a new cell definition object. More...
 
integer function celldefnmodule::get_npolyverts (this)
 Return the number of polygon vertices. More...
 
logical function celldefnmodule::get_ispv180 (this, m)
 Return 180-degree indicator for a vertex. More...
 
double precision function celldefnmodule::get_botflow (this)
 Return the bottom flow. More...
 
double precision function celldefnmodule::get_topflow (this)
 Return the top flow. More...
 
double precision function celldefnmodule::get_distflow (this)
 Return the distributed flow. More...
 
double precision function celldefnmodule::get_faceflow (this, m)
 Return a face flow. More...