Last change
on this file since 3709 was
3709,
checked in by suehring, 6 years ago
|
Undo bad commit in chemistry preprocessor (accidantly deleted files).
|
File size:
586 bytes
|
Rev | Line | |
---|
[2755] | 1 | {salsagas.spc |
---|
| 2 | Former 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.