MFIX  2016-1
chischeme Module Reference

Functions/Subroutines

subroutine set_chi (DISCR, PHI, Nmax, U, V, W)
 
subroutine unset_chi ()
 
subroutine calc_chi (DISCR, PHI, U, V, W, CHI_E, CHI_N, CHI_T)
 

Variables

double precision, dimension(:), allocatable chi_e
 
double precision, dimension(:), allocatable chi_n
 
double precision, dimension(:), allocatable chi_t
 
logical chischeme_allocated = .false.
 
logical chi_flag = .false.
 

Function/Subroutine Documentation

subroutine chischeme::calc_chi ( integer, intent(in)  DISCR,
double precision, dimension(dimension_3), intent(in)  PHI,
double precision, dimension(dimension_3), intent(in)  U,
double precision, dimension(dimension_3), intent(in)  V,
double precision, dimension(dimension_3), intent(in)  W,
double precision, dimension(dimension_3), intent(inout)  CHI_E,
double precision, dimension(dimension_3), intent(inout)  CHI_N,
double precision, dimension(dimension_3), intent(inout)  CHI_T 
)

Definition at line 146 of file chischeme_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine chischeme::set_chi ( integer, intent(in)  DISCR,
double precision, dimension(dimension_3, nmax), intent(in)  PHI,
integer, intent(in)  Nmax,
double precision, dimension(dimension_3), intent(in)  U,
double precision, dimension(dimension_3), intent(in)  V,
double precision, dimension(dimension_3), intent(in)  W 
)

Definition at line 44 of file chischeme_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine chischeme::unset_chi ( )

Definition at line 133 of file chischeme_mod.f.

Here is the caller graph for this function:

Variable Documentation

double precision, dimension(:), allocatable chischeme::chi_e

Definition at line 28 of file chischeme_mod.f.

logical chischeme::chi_flag = .false.

Definition at line 34 of file chischeme_mod.f.

double precision, dimension(:), allocatable chischeme::chi_n

Definition at line 29 of file chischeme_mod.f.

double precision, dimension(:), allocatable chischeme::chi_t

Definition at line 30 of file chischeme_mod.f.

logical chischeme::chischeme_allocated = .false.

Definition at line 33 of file chischeme_mod.f.