MFIX  2016-1
generate_particles Module Reference

Functions/Subroutines

subroutine generate_particle_config
 
subroutine generate_particle_config_dem (ICV)
 
subroutine generate_particle_config_mppic (ICV)
 
subroutine gpc_mppic_const_npc (ICV, M, IC_VOL, sDATA)
 
subroutine get_ic_volume (ICV, IC_VOL)
 

Variables

double precision, dimension(:), allocatable particle_count
 

Function/Subroutine Documentation

subroutine generate_particles::generate_particle_config ( )

Definition at line 21 of file generate_particles_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine generate_particles::generate_particle_config_dem ( integer, intent(in)  ICV)

Definition at line 84 of file generate_particles_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine generate_particles::generate_particle_config_mppic ( integer, intent(in)  ICV)

Definition at line 450 of file generate_particles_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine generate_particles::get_ic_volume ( integer, intent(in)  ICV,
double precision, intent(out)  IC_VOL 
)

Definition at line 777 of file generate_particles_mod.f.

Here is the caller graph for this function:

subroutine generate_particles::gpc_mppic_const_npc ( integer, intent(in)  ICV,
integer, intent(in)  M,
double precision, intent(in)  IC_VOL,
double precision, dimension(4), intent(out)  sDATA 
)

Definition at line 564 of file generate_particles_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

double precision, dimension(:), allocatable generate_particles::particle_count

Definition at line 3 of file generate_particles_mod.f.