5.6: TQMAPL | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
TOC | Group 5 | TQMAP | TQCLIM | Group 1 | A-Z | Group 5 |
Use TQMAP to perform a one-dimensional phase mapping calculation and list the results in the form of a ChemSage format output table.
Added for ChemApp version 3.0.0
FORTRAN: CALL TQMAPL(OPTION,INDEXP,INDEXC,VALS,ICONT,NOERR)
C: tqmapl(option,indexp,indexc,vals,&icont,&noerr)
;
Pascal: tqmapl(option,indexp,indexc,vals,icont,noerr)
;
Basic: Call tqmapl(option,indexp,indexc,vals,icont,noerr)
Name | Type | Value set on call or returned |
OPTION | CHARACTER | Set to a string as shown in Table 21 |
INDEXP | INTEGER | Set to the index number for a phase, if necessary |
INDEXC | INTEGER | Set to the index number for a constituent, if necessary |
VALS | Array of 2 of DOUBLE PRECISION |
Set to the lower and upper limits of the search variable |
ICONT | INTEGER | Returns a value indicating whether more calls to TQMAP / TQMAPL are necessary |
NOERR | INTEGER | Returns an error number |
The parameters and their conditions are identical to those for TQMAP, except that a result table is produced after conclusion of the calculation. This output is written to unit LIST, see Table 6. The amount unit used in the output table is the one which is currently selected (i.e. 'mol' by default).
See TQMAP
ChemApp Programmer's Manual, Edition 3.6 | © GTT-Technologies, 2003 |