Skip to content

moataz-sabry/ZeroDimSteady.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroDimSteady.jl

Apophis application on 0D Steady Combustion

using ZeroDimSteady
using Unitful: K, atm

gas = Gas(:GRI3; T = 1000K, P = 1atm, Y = "CH4: 0.05, O2: 0.20, N2: 0.75")
sol = equilibrate(gas)

fig