MFIX  2016-1
parse_rxn.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine parse_rxn (LINE, lNoOfRxns, lName, lChemEq, lDH, lFDH)
 
integer function getreactionindex (lNOR, STAT)
 
subroutine readconstruct (IN, ChemEq, uDH, uFDH)
 
logical function ischemeq (INPUT)
 
logical function isdh (INPUT)
 
logical function isfracdh (INPUT)
 
subroutine getname (INPUT, rPOS, lNAME)
 
subroutine getdh (INPUT, lDH)
 
subroutine getfracdh (INPUT, lFracDH)
 
subroutine getchemeq (IN, lChemEq)
 

Function/Subroutine Documentation

subroutine parse_rxn::getchemeq ( character(len=*), intent(in)  IN,
character(len=*), intent(out)  lChemEq 
)

Definition at line 643 of file parse_rxn.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine parse_rxn::getdh ( character(len=*), intent(in)  INPUT,
double precision, intent(out)  lDH 
)

Definition at line 452 of file parse_rxn.f.

Here is the caller graph for this function:

subroutine parse_rxn::getfracdh ( character(len=*), intent(in)  INPUT,
double precision, dimension(0:dim_m), intent(out)  lFracDH 
)

Definition at line 522 of file parse_rxn.f.

Here is the caller graph for this function:

subroutine parse_rxn::getname ( character(len=*), intent(in)  INPUT,
integer, intent(in)  rPOS,
character(len=32), intent(out)  lNAME 
)

Definition at line 388 of file parse_rxn.f.

Here is the caller graph for this function:

integer function parse_rxn::getreactionindex ( integer, intent(inout)  lNOR,
character(len=*), intent(in), optional  STAT 
)

Definition at line 202 of file parse_rxn.f.

Here is the caller graph for this function:

logical function parse_rxn::ischemeq ( character(len=*), intent(in)  INPUT)

Definition at line 303 of file parse_rxn.f.

Here is the caller graph for this function:

logical function parse_rxn::isdh ( character(len=*), intent(in)  INPUT)

Definition at line 332 of file parse_rxn.f.

Here is the caller graph for this function:

logical function parse_rxn::isfracdh ( character(len=*), intent(in)  INPUT)

Definition at line 360 of file parse_rxn.f.

Here is the caller graph for this function:

subroutine parse_rxn ( character(len=*), intent(in)  LINE,
integer, intent(inout)  lNoOfRxns,
character(len=*), dimension(dimension_rxn), intent(inout)  lName,
  lChemEq,
double precision, dimension(dimension_rxn), intent(inout)  lDH,
  lFDH 
)

Definition at line 23 of file parse_rxn.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine parse_rxn::readconstruct ( character(len=*), intent(in)  IN,
character(len=*), intent(out)  ChemEq,
double precision, intent(out)  uDH,
double precision, dimension(0:dim_m), intent(out)  uFDH 
)

Definition at line 244 of file parse_rxn.f.

Here is the call graph for this function:

Here is the caller graph for this function: