![]() |
MFIX
2016-1
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | mass_inflow_dem |
| subroutine | seed_new_particle (lBCV, lBCV_I, lRAND, lM, lPOS, lIJKP, lOWNS) |
| subroutine | set_new_particle_props (lBCV, lM, lNP, lPOS, lIJKP) |
| subroutine | des_new_particle_test (BCV_I, ppar_rad, ppar_pos, TOUCHING) |
| subroutine des_new_particle_test | ( | integer, intent(in) | BCV_I, |
| double precision, intent(in) | ppar_rad, | ||
| double precision, dimension(dimn), intent(in) | ppar_pos, | ||
| logical, intent(inout) | TOUCHING | ||
| ) |
Definition at line 393 of file mass_inflow_dem.f.
| subroutine mass_inflow_dem | ( | ) |
Definition at line 11 of file mass_inflow_dem.f.


| subroutine seed_new_particle | ( | integer, intent(in) | lBCV, |
| integer, intent(in) | lBCV_I, | ||
| double precision, dimension(3), intent(in) | lRAND, | ||
| integer, intent(out) | lM, | ||
| double precision, dimension(3), intent(out) | lPOS, | ||
| integer, dimension(3), intent(out) | lIJKP, | ||
| logical, intent(out) | lOWNS | ||
| ) |
Definition at line 131 of file mass_inflow_dem.f.


| subroutine set_new_particle_props | ( | integer, intent(in) | lBCV, |
| integer, intent(in) | lM, | ||
| integer, intent(in) | lNP, | ||
| double precision, dimension(3), intent(in) | lPOS, | ||
| integer, dimension(3), intent(in) | lIJKP | ||
| ) |
Definition at line 258 of file mass_inflow_dem.f.

