Changed required file from gri30.xml to gri30.cti.
This commit is contained in:
parent
fe782b8329
commit
447a76e55b
3 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
*.log
|
||||
rp1.dot
|
||||
transport_log.xml
|
||||
gri30mod.xml
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
*.log
|
||||
surfdemo
|
||||
Makefile
|
||||
csvCode.txt
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue