Go to the source code of this file.
|
subroutine | set_outflow (BCV) |
|
subroutine | set_outflow_misc (BCV, IJK, FIJK) |
|
subroutine | set_outflow_ep (BCV, IJK, FIJK, RVEL_G, RVEL_S) |
|
subroutine | set_outflow_fluxes (IJK, FIJK) |
|
subroutine | set_pinoutflow (BCV, IJK, FIJK, RVEL_G, RVEL_S) |
|
subroutine set_outflow |
( |
integer, intent(in) |
BCV | ) |
|
subroutine set_outflow_ep |
( |
integer, intent(in) |
BCV, |
|
|
integer, intent(in) |
IJK, |
|
|
integer, intent(in) |
FIJK, |
|
|
double precision, intent(in) |
RVEL_G, |
|
|
double precision, dimension(dimension_m), intent(in) |
RVEL_S |
|
) |
| |
subroutine set_outflow_fluxes |
( |
integer, intent(in) |
IJK, |
|
|
integer, intent(in) |
FIJK |
|
) |
| |
subroutine set_outflow_misc |
( |
integer, intent(in) |
BCV, |
|
|
integer, intent(in) |
IJK, |
|
|
integer, intent(in) |
FIJK |
|
) |
| |
subroutine set_pinoutflow |
( |
integer, intent(in) |
BCV, |
|
|
integer, intent(in) |
IJK, |
|
|
integer, intent(in) |
FIJK, |
|
|
double precision, intent(in) |
RVEL_G, |
|
|
double precision, dimension(dimension_m), intent(in) |
RVEL_S |
|
) |
| |