![]() |
MFIX
2016-1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | flow_to_vel_new (DO_VEL_CHECK, M_TOT, SKIP, BCV) |
subroutine | gas_massflow_to_volflow (BCV) |
subroutine | solids_massflow_to_volflow (BCV, M, SKIP_M) |
subroutine | gas_volflow_to_velocity (DO_VEL_CHECK, BCV) |
subroutine | solids_volflow_to_velocity (DO_VEL_CHECK, BCV, M, SKIP_M |
subroutine | flow_to_vel (DO_VEL_CHECK) |
subroutine flow_to_vel | ( | logical | DO_VEL_CHECK | ) |
Definition at line 558 of file flow_to_vel.f.
subroutine flow_to_vel_new | ( | logical, intent(in) | DO_VEL_CHECK, |
integer, intent(in) | M_TOT, | ||
logical, dimension(dim_m), intent(in) | SKIP, | ||
integer, intent(in) | BCV | ||
) |
Definition at line 23 of file flow_to_vel.f.
subroutine gas_massflow_to_volflow | ( | integer, intent(in) | BCV | ) |
Definition at line 111 of file flow_to_vel.f.
subroutine gas_volflow_to_velocity | ( | logical, intent(in) | DO_VEL_CHECK, |
integer, intent(in) | BCV | ||
) |
Definition at line 290 of file flow_to_vel.f.
subroutine solids_massflow_to_volflow | ( | integer, intent(in) | BCV, |
integer, intent(in) | M, | ||
logical, intent(in) | SKIP_M | ||
) |
Definition at line 206 of file flow_to_vel.f.
subroutine solids_volflow_to_velocity | ( | logical, intent(in) | DO_VEL_CHECK, |
integer, intent(in) | BCV, | ||
integer, intent(in) | M, | ||
logical, intent(in) | SKIP_M | ||
) |
Definition at line 411 of file flow_to_vel.f.