MFIX  2016-1
rxn_com Module Reference

Data Types

type  reaction_block
 
type  species_
 

Functions/Subroutines

subroutine checkduplicatealiases (lNg, SA_g, lMMx, lNs, SA_s)
 
subroutine checkspeciesinc (lNg, SA_g, lMMx, lNs, SA_s, lNRxn, lRNames, lNRxn_DES, lRNames_DES)
 
logical function comparealiases (lS1, lS2, N1, N2)
 
subroutine write_rxn_summary (RxN, lSAg, lSAs, ABORT, fUNIT)
 
subroutine checkthermoreqs (RxN, S_g, S_s, rDB, MWg, MWs, Cpg0, Cps0)
 
subroutine checkmassbalance (CALLER, RxN, lnMT, IER)
 
subroutine calcinterphasetxfr (CALLER, RxN, lnMT, lEEq, lSEq, lSAg, lMMx, lSAs)
 

Function/Subroutine Documentation

subroutine rxn_com::calcinterphasetxfr ( character(len=*), intent(in)  CALLER,
type(reaction_block), intent(inout), pointer  RxN,
double precision, dimension(0:dim_m), intent(in)  lnMT,
logical, intent(in)  lEEq,
logical, dimension(0:dim_m), intent(in)  lSEq,
character(len=32), dimension(dim_n_g), intent(in)  lSAg,
integer, intent(in)  lMMx,
character(len=32), dimension(dim_m, dim_n_s), intent(in)  lSAs 
)

Definition at line 848 of file rxn_com_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rxn_com::checkduplicatealiases ( integer, intent(in)  lNg,
character(len=32), dimension(dim_n_g), intent(in)  SA_g,
integer, intent(in)  lMMx,
integer, dimension(dim_m), intent(in)  lNs,
character(len=32), dimension(dim_m, dim_n_s), intent(in)  SA_s 
)

Definition at line 68 of file rxn_com_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rxn_com::checkmassbalance ( character(len=*), intent(in)  CALLER,
type(reaction_block), intent(inout), pointer  RxN,
double precision, dimension(0:dim_m), intent(out)  lnMT,
integer, intent(out)  IER 
)

Definition at line 744 of file rxn_com_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rxn_com::checkspeciesinc ( integer, intent(in)  lNg,
character(len=32), dimension(dim_n_g), intent(in)  SA_g,
integer, intent(in)  lMMx,
integer, dimension(dim_m), intent(in)  lNs,
character(len=32), dimension(dim_m, dim_n_s), intent(in)  SA_s,
integer, intent(in)  lNRxn,
character(len=32), dimension(dimension_rxn), intent(in)  lRNames,
integer, intent(in)  lNRxn_DES,
character(len=32), dimension(dimension_rxn), intent(in)  lRNames_DES 
)

Definition at line 164 of file rxn_com_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rxn_com::checkthermoreqs ( type(reaction_block), intent(inout), pointer  RxN,
character(len=18), dimension(dim_n_g), intent(in)  S_g,
character(len=18), dimension(dim_m, dim_n_s), intent(in)  S_s,
logical, dimension(0:dim_m, dim_n_g), intent(inout)  rDB,
double precision, dimension(dim_n_g), intent(inout)  MWg,
double precision, dimension(dim_m, dim_n_s), intent(inout)  MWs,
double precision, intent(in)  Cpg0,
double precision, dimension(dim_m), intent(in)  Cps0 
)

Definition at line 595 of file rxn_com_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

logical function rxn_com::comparealiases ( character(len=*), intent(in)  lS1,
character(len=*), intent(in)  lS2,
integer, intent(in), optional  N1,
integer, intent(in), optional  N2 
)

Definition at line 352 of file rxn_com_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rxn_com::write_rxn_summary ( type(reaction_block), intent(in), pointer  RxN,
character(len=32), dimension(dim_n_g), intent(in)  lSAg,
character(len=32), dimension(dim_m, dim_n_s), intent(in)  lSAs,
logical, intent(in)  ABORT,
integer, optional  fUNIT 
)

Definition at line 393 of file rxn_com_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function: