MFIX  2016-1
discretization Module Reference

Functions/Subroutines

double precision function superbee (PHI_C)
 
double precision function smart (PHI_C)
 
double precision function chi_smart (PHI_C, Chi)
 
double precision function chi4smart (PHI_C, PHIU, PHIC, PHID)
 
double precision function ultra_quick (PHI_C, CF)
 
double precision function quickest (PHI_C, CF, ODXC, ODXUC, ODXCD)
 
double precision function muscl (PHI_C)
 
double precision function chi_muscl (PHI_C, Chi)
 
double precision function chi4muscl (PHI_C, PHIU, PHIC, PHID)
 
double precision function vanleer (PHI_C)
 
double precision function minmod (PHI_C)
 
double precision function central_scheme (PHI_C)
 
double precision function umist (PHI_C)
 
double precision function xsi (V, DWF)
 
double precision function phi_c_of (PHI_U, PHI_C, PHI_D)
 
double precision function fpfoi_of (PHI_D, PHI_C, PHI_U, PHI_UU)
 
double precision function univ_limiter_of (PHI_TEMP, PHI_D, PHI_C, PHI_U)
 

Function/Subroutine Documentation

double precision function discretization::central_scheme ( double precision, intent(in)  PHI_C)

Definition at line 289 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::chi4muscl ( double precision, intent(in)  PHI_C,
double precision, intent(in)  PHIU,
double precision, intent(in)  PHIC,
double precision, intent(in)  PHID 
)

Definition at line 220 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::chi4smart ( double precision, intent(in)  PHI_C,
double precision, intent(in)  PHIU,
double precision, intent(in)  PHIC,
double precision, intent(in)  PHID 
)

Definition at line 88 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::chi_muscl ( double precision, intent(in)  PHI_C,
double precision, intent(in)  Chi 
)

Definition at line 198 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::chi_smart ( double precision, intent(in)  PHI_C,
double precision, intent(in)  Chi 
)

Definition at line 66 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::fpfoi_of ( double precision, intent(in)  PHI_D,
double precision, intent(in)  PHI_C,
double precision, intent(in)  PHI_U,
double precision, intent(in)  PHI_UU 
)

Definition at line 366 of file discretization_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

double precision function discretization::minmod ( double precision, intent(in)  PHI_C)

Definition at line 265 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::muscl ( double precision, intent(in)  PHI_C)

Definition at line 174 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::phi_c_of ( double precision, intent(in)  PHI_U,
double precision, intent(in)  PHI_C,
double precision, intent(in)  PHI_D 
)

Definition at line 342 of file discretization_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

double precision function discretization::quickest ( double precision, intent(in)  PHI_C,
double precision, intent(in)  CF,
double precision, intent(in)  ODXC,
double precision, intent(in)  ODXUC,
double precision, intent(in)  ODXCD 
)

Definition at line 147 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::smart ( double precision, intent(in)  PHI_C)

Definition at line 42 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::superbee ( double precision, intent(in)  PHI_C)

Definition at line 20 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::ultra_quick ( double precision, intent(in)  PHI_C,
double precision, intent(in)  CF 
)

Definition at line 116 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::umist ( double precision, intent(in)  PHI_C)

Definition at line 302 of file discretization_mod.f.

double precision function discretization::univ_limiter_of ( double precision, intent(in)  PHI_TEMP,
double precision, intent(in)  PHI_D,
double precision, intent(in)  PHI_C,
double precision, intent(in)  PHI_U 
)

Definition at line 387 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::vanleer ( double precision, intent(in)  PHI_C)

Definition at line 248 of file discretization_mod.f.

Here is the caller graph for this function:

double precision function discretization::xsi ( double precision, intent(in)  V,
double precision, intent(in)  DWF 
)

Definition at line 324 of file discretization_mod.f.