cantera/test_problems/cxx_ex/output_blessed.txt
2019-11-10 22:56:20 -05:00

101 lines
2.8 KiB
Text

-----------------------------------
Cantera C++ examples
-----------------------------------
>>>>> example 1
Description:
Ignition simulation using class IdealGasPhase with file gri30.yaml.
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 IdealGasPhase with file gri30.yaml.
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.
CanteraWarning: NasaPoly2::validate:
For species SI2H6, discontinuity in h/RT detected at Tmid = 1000
Value computed using low-temperature polynomial: 19.8328
Value computed using high-temperature polynomial: 19.9055
CanteraWarning: NasaPoly2::validate:
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
CanteraWarning: NasaPoly2::validate:
For species SI3H8, discontinuity in h/RT detected at Tmid = 1000
Value computed using low-temperature polynomial: 29.3028
Value computed using high-temperature polynomial: 29.4297
CanteraWarning: NasaPoly2::validate:
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
CanteraWarning: NasaPoly2::validate:
For species SI2, discontinuity in h/RT detected at Tmid = 1000
Value computed using low-temperature polynomial: 74.0115
Value computed using high-temperature polynomial: 74.0387
CanteraWarning: NasaPoly2::validate:
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 4
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 5
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)