cantera/test_problems/cxx_ex/output_blessed.txt
Ray Speth 1215f05da7 [Kinetics] Remove deprecated GRI30 class
Resolves Issue 134.
2013-12-14 00:17:54 +00:00

88 lines
2 KiB
Text

-----------------------------------
Cantera C++ examples
-----------------------------------
>>>>> example 1
Description:
Ignition simulation using class IdealGasMix with file gri30.cti.
Constant-pressure ignition of a hydrogen/oxygen/nitrogen mixture
beginning at T = 1001 K and P = 1 atm.
Tfinal = 2663.78
Output files:
kin1.csv (Excel CSV file)
kin1.dat (Tecplot data file)
>>>>> example 2
Description:
Ignition simulation using class IdealGasMix with file gri30.cti.
Constant-pressure ignition of a hydrogen/oxygen/nitrogen mixture
beginning at T = 1001 K and P = 1 atm.
Tfinal = 2663.78
Output files:
kin3.csv (Excel CSV file)
kin3.dat (Tecplot data file)
>>>>> example 3
Description:
Chemical equilibrium.
Equilibrium composition and pressure for a range of temperatures at constant density.
**** WARNING ****
For species SI2H6, discontinuity in s/R detected at Tmid = 1000
Value computed using low-temperature polynomial: 49.5493.
Value computed using high-temperature polynomial: 49.7214.
**** WARNING ****
For species SI3H8, discontinuity in s/R detected at Tmid = 1000
Value computed using low-temperature polynomial: 65.9731.
Value computed using high-temperature polynomial: 66.2781.
**** WARNING ****
For species SI2, discontinuity in s/R detected at Tmid = 1000
Value computed using low-temperature polynomial: 32.8813.
Value computed using high-temperature polynomial: 32.9489.
Output files:
eq1.csv (Excel CSV file)
eq1.dat (Tecplot data file)
>>>>> example 5
Description:
Mixture-averaged transport properties.
Viscosity, thermal conductivity, and mixture-averaged
diffusion coefficients at 2 atm for a range of temperatures
Output files:
tr1.csv (Excel CSV file)
tr1.dat (Tecplot data file)
>>>>> example 6
Description:
Multicomponent transport properties.
Viscosity, thermal conductivity, and thermal diffusion
coefficients at 2 atm for a range of temperatures
Output files:
tr2.csv (Excel CSV file)
tr2.dat (Tecplot data file)