MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
exitsolutionmodule Module Reference

Data Types

type  exitsolutiontype
 Base type for exit solutions. More...
 
type  linearexitsolutiontype
 Linear velocity interpolation exit solution. More...
 

Enumerations

enum  { ok_exit = 0 , ok_exit_constant = 1 , no_exit_stationary = 2 , no_exit_no_outflow = 3 }
 Exit status codes. More...
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ok_exit 

exit found using velocity interpolation

ok_exit_constant 

exit found, constant velocity

no_exit_stationary 

no exit, zero velocity

no_exit_no_outflow 

no exit, no outflow

Definition at line 9 of file ExitSolution.f90.