MFIX  2016-1
read_thermochemical Module Reference

Functions/Subroutines

subroutine read_therm_tester
 
subroutine read_therm (funit, Sp, Thigh, Tlow, Tcom, MW, Ahigh, Alow, Hf298oR, IER)
 
pure double precision function calc_cpor (T, M, N)
 
pure double precision function calc_cpor0 (T, A)
 
double precision function calc_icpor (T, M, N, IER)
 
pure double precision function calc_icpor0 (T, A, REF_ICpoR)
 
pure double precision function calc_h0or (T, Th, Tl, Tc, Ah, Al)
 
subroutine replacetab (C)
 
subroutine trimtab (C)
 

Variables

character(len=142) therm = 'BURCAT.THR'
 

Function/Subroutine Documentation

pure double precision function read_thermochemical::calc_cpor ( double precision, intent(in)  T,
integer, intent(in)  M,
integer, intent(in)  N 
)

Definition at line 181 of file read_thermochemical_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

pure double precision function read_thermochemical::calc_cpor0 ( double precision, intent(in)  T,
double precision, dimension(1:5), intent(in)  A 
)

Definition at line 225 of file read_thermochemical_mod.f.

Here is the caller graph for this function:

pure double precision function read_thermochemical::calc_h0or ( double precision, intent(in)  T,
double precision, intent(in)  Th,
double precision, intent(in)  Tl,
double precision, intent(in)  Tc,
double precision, dimension(7), intent(in)  Ah,
double precision, dimension(7), intent(in)  Al 
)

Definition at line 343 of file read_thermochemical_mod.f.

double precision function read_thermochemical::calc_icpor ( double precision, intent(in)  T,
integer, intent(in)  M,
integer, intent(in)  N,
integer, intent(inout)  IER 
)

Definition at line 248 of file read_thermochemical_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

pure double precision function read_thermochemical::calc_icpor0 ( double precision, intent(in)  T,
double precision, dimension(1:5), intent(in)  A,
double precision, intent(in)  REF_ICpoR 
)

Definition at line 305 of file read_thermochemical_mod.f.

Here is the caller graph for this function:

subroutine read_thermochemical::read_therm ( integer  funit,
character(*)  Sp,
double precision  Thigh,
double precision  Tlow,
double precision  Tcom,
double precision  MW,
double precision, dimension(7)  Ahigh,
double precision, dimension(7)  Alow,
double precision  Hf298oR,
integer  IER 
)

Definition at line 97 of file read_thermochemical_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine read_thermochemical::read_therm_tester ( )

Definition at line 34 of file read_thermochemical_mod.f.

Here is the call graph for this function:

subroutine read_thermochemical::replacetab ( character(len=*)  C)

Definition at line 378 of file read_thermochemical_mod.f.

subroutine read_thermochemical::trimtab ( character(len=*)  C)

Definition at line 406 of file read_thermochemical_mod.f.

Here is the caller graph for this function:

Variable Documentation

character(len=142) read_thermochemical::therm = 'BURCAT.THR'

Definition at line 27 of file read_thermochemical_mod.f.