MFIX  2016-1
energy Module Reference

Functions/Subroutines

double precision function s_rpg (IJK)
 
double precision function s_rcg (IJK)
 
double precision function s_rps (IJK, M)
 
double precision function s_rcs (IJK, M)
 

Variables

double precision, dimension(:), allocatable hor_g
 
double precision, dimension(:,:), allocatable hor_s
 
double precision, dimension(:,:), allocatable gama_gs
 
double precision, dimension(:), allocatable gama_rg
 
double precision, dimension(:,:), allocatable gama_rs
 
double precision, dimension(:), allocatable t_rg
 
double precision, dimension(:,:), allocatable t_rs
 

Function/Subroutine Documentation

double precision function energy::s_rcg ( integer  IJK)

Definition at line 45 of file energy_mod.f.

Here is the caller graph for this function:

double precision function energy::s_rcs ( integer  IJK,
integer  M 
)

Definition at line 61 of file energy_mod.f.

Here is the caller graph for this function:

double precision function energy::s_rpg ( integer  IJK)

Definition at line 37 of file energy_mod.f.

Here is the caller graph for this function:

double precision function energy::s_rps ( integer  IJK,
integer  M 
)

Definition at line 53 of file energy_mod.f.

Here is the caller graph for this function:

Variable Documentation

double precision, dimension(:, :), allocatable energy::gama_gs

Definition at line 12 of file energy_mod.f.

double precision, dimension(:), allocatable energy::gama_rg

Definition at line 15 of file energy_mod.f.

double precision, dimension(:, :), allocatable energy::gama_rs

Definition at line 18 of file energy_mod.f.

double precision, dimension(:), allocatable energy::hor_g

Definition at line 6 of file energy_mod.f.

double precision, dimension(:, :), allocatable energy::hor_s

Definition at line 9 of file energy_mod.f.

double precision, dimension(:), allocatable energy::t_rg

Definition at line 21 of file energy_mod.f.

double precision, dimension(:, :), allocatable energy::t_rs

Definition at line 24 of file energy_mod.f.