Skip to content

Commit

Permalink
aerosol phase species
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jan 11, 2024
1 parent f49895d commit 437afcc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions examples/full_configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,17 @@
"aerosol-phase water": "H2O_aq",
"reactants": [
{
"species name": "A",
"species name": "H2O2_aq",
"coefficient": 1
},
{
"species name": "B",
"species name": "H2O_aq",
"coefficient": 1
}
],
"products": [
{
"species name": "C",
"species name": "ethanol_aq",
"coefficient": 1
}
],
Expand All @@ -172,13 +172,17 @@
"aerosol-phase water": "H2O_aq",
"reactants": [
{
"species name": "B",
"species name": "H2O2_aq",
"coefficient": 1
},
{
"species name": "H2O_aq",
"coefficient": 1
}
],
"products": [
{
"species name": "C",
"species name": "ethanol_aq",
"coefficient": 1
}
],
Expand Down

0 comments on commit 437afcc

Please sign in to comment.