19 integer(I4B) :: status = -1
20 integer(I4B) :: iboundary = 0
21 real(dp) :: dt = 1.0d+20
This module contains simulation constants.
real(dp), parameter dzero
real constant zero
@ ok_exit_constant
exit found, constant velocity
@ ok_exit
exit found using velocity interpolation
@ no_exit_stationary
no exit, zero velocity
@ no_exit_no_outflow
no exit, no outflow
This module defines variable data types.
Base type for exit solutions.
Linear velocity interpolation exit solution.