*** empty log message ***

This commit is contained in:
Dave Goodwin
2003-09-18 21:16:42 +00:00
parent 3199266fce
commit 1665ea3217
20 changed files with 1398 additions and 1140 deletions

View File

@@ -13,7 +13,7 @@ ideal_gas(name = "air",
reactions = "all",
transport = "Mix",
initial_state = state(temperature = 300.0,
pressure = OneAtm) )
pressure = OneAtm, mole_fractions = 'O2:0.21, N2:0.78, AR:0.01') )