source: palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_salsagas/salsagas.spc @ 3585

Last change on this file since 3585 was 2755, checked in by monakurppa, 6 years ago

Branch salsa: Coupling with chemistry done.

File size: 586 bytes
Line 
1{salsagas.spc
2Former revisions
3----------------
4 $Id$
5}
6#include atoms
7
8 #DEFVAR
9    HNO3    = H + N + 3O ;  { nitric acid }
10    H2SO4   = 2H + S +4O ;  {sulfuric acid}
11    NH3     = 3H + N ;      {ammonia}
12    OCNV    = ignore ;      {non-volatile OC}
13    OCSV    = ignore ;      {semi-volatile OC}
14
15#DEFFIX
16    H2O         = H + 2O ;      {water}
17    H2          = 2H ;          {molecular hydrogen}
18    O2      = 2O ;          {molecular oxygen}
19    N2      = 2N ;          {molecular nitrogen}
20    CH4         = C + 4H ;      {methane}
21    CO2     = C + 2O ;      {carbon dioxide}
22
Note: See TracBrowser for help on using the repository browser.