MFIX  2016-1
parse_mod.f File Reference

Go to the source code of this file.

Modules

module  parse
 

Functions/Subroutines

subroutine parse::setreaction (RxN, lNg, lSAg, lM, lNs, lSAs, lDH, lfDH)
 
subroutine parse::checksplit (lName, lChemEq, lrEnd, lpStart, lSkip)
 
subroutine parse::splitentries (lName, lChemEq, lStart, lEnd, lNo, lAlias, lCoeff)
 
subroutine parse::splitaliasandcoeff (lName, lChemEq, lStart, lEnd, lAlias, lCoeff)
 
subroutine parse::checkblankaliases (lNg, lSAg, lM, lNs, lSAs, lBA)
 
subroutine parse::mapaliases (lName, lChemEq, lNg, lSAg, lM, lNs, lSAs, lNo, lAlias, lCoeff, lSgn, lStart, lBA, lRxN)
 
logical function checkmatch (lSA, ceSA)
 
subroutine updatemap (lnP, lpMap, llNoP)
 
subroutine writeba (FUNIT)
 
character(len=512) function parse::setflag (fill, flg1, flg2)
 

Variables

character(len=2), parameter parse::start_str = '@('
 
character(len=1), parameter parse::end_str = ')'
 
character(len=4), parameter parse::rxn_blk = 'RXNS'
 
character(len=8), parameter parse::des_rxn_blk = 'DES_RXNS'
 
character(len=3), parameter parse::end_blk = 'END'
 
logical parse::reading_rxn
 
logical parse::reading_rate
 
logical parse::des_rxn
 
logical parse::tfm_rxn
 
logical parse::in_construct
 
logical parse::more_chemeq
 
character(len=32), dimension(:), allocatable parse::rxn_name
 
character(len=512), dimension(:), allocatable parse::rxn_chem_eq
 
double precision, dimension(:), allocatable parse::usrdh
 
double precision, dimension(:,:), allocatable parse::usrfdh
 
logical parse::in_des_construct
 
character(len=32), dimension(:), allocatable parse::des_rxn_name
 
character(len=512), dimension(:), allocatable parse::des_rxn_chem_eq
 
double precision, dimension(:), allocatable parse::des_usrdh
 
double precision, dimension(:,:), allocatable parse::des_usrfdh
 

Function/Subroutine Documentation

logical function mapaliases::checkmatch ( character(len=32), intent(in)  lSA,
character(len=32), intent(in)  ceSA 
)

Definition at line 936 of file parse_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mapaliases::updatemap ( integer, intent(inout)  lnP,
logical, intent(inout)  lpMap,
integer, intent(inout)  llNoP 
)

Definition at line 970 of file parse_mod.f.

subroutine mapaliases::writeba ( integer, intent(in), optional  FUNIT)

Definition at line 1007 of file parse_mod.f.

Here is the caller graph for this function: