![]() |
MFIX
2016-1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | check_bc_walls (M_TOT, SKIP, BCV) |
subroutine | check_bc_walls_gas (BCV) |
subroutine | check_bc_walls_tfm (BCV, M) |
subroutine | check_bc_walls_discrete (BCV, M) |
subroutine | check_bc_walls_scalar_eq (BCV) |
subroutine check_bc_walls | ( | integer, intent(in) | M_TOT, |
logical, dimension(dim_m), intent(in) | SKIP, | ||
integer, intent(in) | BCV | ||
) |
Definition at line 10 of file check_bc_walls.f.
subroutine check_bc_walls_discrete | ( | integer, intent(in) | BCV, |
integer, intent(in) | M | ||
) |
Definition at line 523 of file check_bc_walls.f.
subroutine check_bc_walls_gas | ( | integer, intent(in) | BCV | ) |
Definition at line 83 of file check_bc_walls.f.
subroutine check_bc_walls_scalar_eq | ( | integer, intent(in) | BCV | ) |
Definition at line 633 of file check_bc_walls.f.
subroutine check_bc_walls_tfm | ( | integer, intent(in) | BCV, |
integer, intent(in) | M | ||
) |
Definition at line 208 of file check_bc_walls.f.