Namelist Variables
for the METC version of the NASA-Lewis Equilibrium Code
VARIABLE |
DIMENSION |
TYPE |
DEFAULT |
DEFINITION OR COMMENTS |
DELRIT |
1 |
L |
.FALSE. |
If true, then debug information on adding condensed phase species is printed out. |
ERATIO |
1 |
L |
.FALSE. |
If true, equivalence ratios are given in the MIX array. (See also OF) |
FAZRUL |
1 |
L |
.TRUE. |
If true, the Gibbs phase rule check is performed. |
HP |
1 |
L |
.FALSE. |
If true, an enthalpy-pressure calculation is performed. |
IDEBUG |
1 |
I |
0 |
Debug output will be listed for all iterations greater than or equal to IDEBUG (for IDEBUG > 0). |
IMAX |
1 |
I |
500 |
Maximum number of iterations allowed for any one equilibrium calculation. |
MIX |
13 |
R |
0.0 |
Values of equivalence ratios if ERATIO is true. Values of oxidant/fuel weight ratio if OF is true. |
OF |
1 |
L |
.FALSE. |
If true, the values in the MIX array are in oxidant/fuel weights. |
P |
13 |
R |
0.0 |
Pressure in atmospheres. |
RHO |
13 |
R |
0.0 |
Density in g/cm**3. Used for UV calculations only. |
T |
13 |
R |
3800. |
Temperature in Kelvin. |
TRACE |
1 |
R |
1.0E-7 |
Species with a mole fraction less than TRACE are not printed out. |
TP |
1 |
L |
.FALSE. |
If true, a temperature-pressure calculation is performed. |
UV |
1 |
L |
.FALSE. |
If true, an internal energy-volume calculation is performed. Not yet fully debugged. |
V |
13 |
R |
0.0 |
Volume in cm**3. Used for UV calculations only. |
Note: For variable type: L = LOGICAL, I = INTEGER, and R = REAL.