Changed the name of the input routine to gri.xml from gri.ctml.
This test is always run, so it must be run even if minimal python installation isn't done. Therefore, xml files must be used as input.
This commit is contained in:
parent
518513025c
commit
8697799c53
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ int kinetics_example3(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