11.1.15. Chemical Reactions¶
See Setting up Chemical Reaction Cases for information on using these keywords.
11.1.15.1. STIFF_CHEMISTRY¶
Data Type: LOGICAL
Flag to use stiff chemistry solver (Direct Integration).
11.1.15.2. STIFF_CHEM_MAX_STEPS¶
Data Type: INTEGER
Maximum number of internal steps ODEPACK may use to integrate over the time interval. Leaving this value unspecified defaults to 500,000 steps. The stiff solver reports the number of cells that exceed the number of steps as ‘incomplete’.
11.1.15.4. SPECIES_NAME(PHASE)¶
Data Type: CHARACTER
\(0 \le Phase \le 10\)
Names of gas and solids phase species as it appears in the materials database. The first NMAX(0) are the names of gas species. The next NMAX(1) are the names of solids phase-1 species, etc.
11.1.15.5. NMAX(PHASE)¶
Data Type: INTEGER
\(0 \le Phase \le 10\)
Number of species in phase m. Note that the gas phase is indicated as m=0.