Changed required file from gri30.xml to gri30.cti.

This commit is contained in:
Harry Moffat 2004-08-06 20:26:55 +00:00
parent fe782b8329
commit 447a76e55b
3 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
*.log
rp1.dot
transport_log.xml
gri30mod.xml

View file

@ -1,3 +1,4 @@
*.log
surfdemo
Makefile
csvCode.txt

View file

@ -12,7 +12,7 @@ using namespace Cantera;
int main() {
try {
IdealGasMix gas("gri30.xml", "gri30");
IdealGasMix gas("gri30.cti", "gri30");
gas.setState_TPX(1200.0, OneAtm,
"H2:2, O2:1, OH:0.01, H:0.01, O:0.01");