Added gri30.xml, so this example will work under the none python option.
This commit is contained in:
parent
e99d457fba
commit
0b8e0297bf
3 changed files with 6214 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ tr2.dat
|
|||
transport_log.xml
|
||||
.cttmp.py
|
||||
ct2ctml.log
|
||||
gri30.xml
|
||||
.check.py
|
||||
kin1_win.csv
|
||||
kin2_win.csv
|
||||
|
|
|
|||
6213
examples/cxx/gri30.xml
Normal file
6213
examples/cxx/gri30.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -53,7 +53,7 @@ int kinetics_example1(int job) {
|
|||
|
||||
// create an ideal gas mixture that corresponds to GRI-Mech
|
||||
// 3.0
|
||||
IdealGasMix* gg = new IdealGasMix("gri30.cti", "gri30");
|
||||
IdealGasMix* gg = new IdealGasMix("gri30.xml", "gri30");
|
||||
IdealGasMix& gas = *gg;
|
||||
|
||||
// set the state
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue