MFIX  2016-1
tau_g_mod.f
Go to the documentation of this file.
1  MODULE tau_g
2 
3 ! cross terms
4  DOUBLE PRECISION, DIMENSION(:), ALLOCATABLE :: tau_u_g
5  DOUBLE PRECISION, DIMENSION(:), ALLOCATABLE :: tau_v_g
6  DOUBLE PRECISION, DIMENSION(:), ALLOCATABLE :: tau_w_g
7 
8 ! divergence of complete gas phase stress tensor in
9 ! the x, y, z momentum eqs
10  DOUBLE PRECISION, DIMENSION(:), ALLOCATABLE :: ctau_u_g
11  DOUBLE PRECISION, DIMENSION(:), ALLOCATABLE :: ctau_v_g
12  DOUBLE PRECISION, DIMENSION(:), ALLOCATABLE :: ctau_w_g
13 
14  END MODULE tau_g
double precision, dimension(:), allocatable ctau_u_g
Definition: tau_g_mod.f:10
double precision, dimension(:), allocatable ctau_v_g
Definition: tau_g_mod.f:11
Definition: tau_g_mod.f:1
double precision, dimension(:), allocatable tau_u_g
Definition: tau_g_mod.f:4
double precision, dimension(:), allocatable ctau_w_g
Definition: tau_g_mod.f:12
double precision, dimension(:), allocatable tau_v_g
Definition: tau_g_mod.f:5
double precision, dimension(:), allocatable tau_w_g
Definition: tau_g_mod.f:6