MFIX  2016-1
coeff Module Reference

Functions/Subroutines

subroutine init_coeff (IER)
 
subroutine debug_coeff
 

Variables

logical, dimension(:), allocatable density
 
logical, dimension(:), allocatable sp_heat
 
logical, dimension(:), allocatable psize
 
logical, dimension(:), allocatable visc
 
logical, dimension(:), allocatable cond
 
logical, dimension(:), allocatable diff
 
logical, dimension(:), allocatable gran_diss
 
logical, dimension(:,:), allocatable dragcoef
 
logical, dimension(:,:), allocatable heat_tr
 

Function/Subroutine Documentation

subroutine coeff::debug_coeff ( )

Definition at line 237 of file coeff_mod.f.

Here is the caller graph for this function:

subroutine coeff::init_coeff ( integer, intent(inout)  IER)

Definition at line 41 of file coeff_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

logical, dimension(:), allocatable coeff::cond

Definition at line 21 of file coeff_mod.f.

logical, dimension(:), allocatable coeff::density

Definition at line 13 of file coeff_mod.f.

logical, dimension(:), allocatable coeff::diff

Definition at line 22 of file coeff_mod.f.

logical, dimension(:,:), allocatable coeff::dragcoef

Definition at line 28 of file coeff_mod.f.

logical, dimension(:), allocatable coeff::gran_diss

Definition at line 23 of file coeff_mod.f.

logical, dimension(:,:), allocatable coeff::heat_tr

Definition at line 29 of file coeff_mod.f.

logical, dimension(:), allocatable coeff::psize

Definition at line 15 of file coeff_mod.f.

logical, dimension(:), allocatable coeff::sp_heat

Definition at line 14 of file coeff_mod.f.

logical, dimension(:), allocatable coeff::visc

Definition at line 20 of file coeff_mod.f.