MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
exitsolutionmodule::linearexitsolutiontype Type Reference

Linear velocity interpolation exit solution. More...

Inheritance diagram for exitsolutionmodule::linearexitsolutiontype:
Inheritance graph
Collaboration diagram for exitsolutionmodule::linearexitsolutiontype:
Collaboration graph

Public Attributes

real(dp) v = DZERO
 particle velocity More...
 
real(dp) dvdx = DZERO
 velocity gradient More...
 
integer(i4b) status = -1
 domain exit status code More...
 
integer(i4b) iboundary = 0
 boundary number More...
 
real(dp) dt = 1.0d+20
 time to exit More...
 

Detailed Description

Definition at line 25 of file ExitSolution.f90.

Member Data Documentation

◆ dt

real(dp) exitsolutionmodule::exitsolutiontype::dt = 1.0d+20
inherited

Definition at line 21 of file ExitSolution.f90.

21  real(DP) :: dt = 1.0d+20 !< time to exit

◆ dvdx

real(dp) exitsolutionmodule::linearexitsolutiontype::dvdx = DZERO

Definition at line 27 of file ExitSolution.f90.

27  real(DP) :: dvdx = dzero !< velocity gradient

◆ iboundary

integer(i4b) exitsolutionmodule::exitsolutiontype::iboundary = 0
inherited

Definition at line 20 of file ExitSolution.f90.

20  integer(I4B) :: iboundary = 0 !< boundary number

◆ status

integer(i4b) exitsolutionmodule::exitsolutiontype::status = -1
inherited

Definition at line 19 of file ExitSolution.f90.

19  integer(I4B) :: status = -1 !< domain exit status code

◆ v

real(dp) exitsolutionmodule::linearexitsolutiontype::v = DZERO

Definition at line 26 of file ExitSolution.f90.

26  real(DP) :: v = dzero !< particle velocity

The documentation for this type was generated from the following file: