changed example parameters
This commit is contained in:
parent
edaaed3c79
commit
7c84e4f85c
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ void demoprog() {
|
|||
IdealGasMix gas("h2o2.cti","ohmech");
|
||||
double temp = 1200.0;
|
||||
double pres = OneAtm;
|
||||
gas.setState_TPX(temp, pres, "H2:1, O2:1");
|
||||
gas.setState_TPX(temp, pres, "H2:1, O2:1, AR:2");
|
||||
|
||||
|
||||
// Thermodynamic properties
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue