-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reads reaction list from config json
- Loading branch information
1 parent
2cb5e74
commit 4d4f1ef
Showing
14 changed files
with
5,662 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,49 @@ | ||
{"camp-data": [{"type": "MECHANISM", "name": "music box interactive configuration", "reactions": [{"type": "ARRHENIUS", "A": 0.00012, "B": 7, "C" : 75, "D": 50, "E": 0.5, "reactants": {"B": {"qty": 1}}, "products": {"C": {"yield": 1}, "irr__089f1f45-4cd8-4278-83d5-d638e98e4315": {"yield": 1}}}, {"type": "ARRHENIUS", "A": 0.004, "C" : 50, "reactants": {"A": {"qty": 1}}, "products": {"B": {"yield": 1}, "irr__2a109b21-bb24-41ae-8f06-7485fd36f1a7": {"yield": 1}}}]}]} | ||
{ | ||
"camp-data": [ | ||
{ | ||
"type": "MECHANISM", | ||
"name": "music box interactive configuration", | ||
"reactions": [ | ||
{ | ||
"type": "ARRHENIUS", | ||
"A": 0.00012, | ||
"B": 7, | ||
"C": 75, | ||
"D": 50, | ||
"E": 0.5, | ||
"reactants": { | ||
"B": { | ||
"qty": 1 | ||
} | ||
}, | ||
"products": { | ||
"C": { | ||
"yield": 1 | ||
}, | ||
"irr__089f1f45-4cd8-4278-83d5-d638e98e4315": { | ||
"yield": 1 | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "ARRHENIUS", | ||
"A": 0.004, | ||
"C": 50, | ||
"reactants": { | ||
"A": { | ||
"qty": 1 | ||
} | ||
}, | ||
"products": { | ||
"B": { | ||
"yield": 1 | ||
}, | ||
"irr__2a109b21-bb24-41ae-8f06-7485fd36f1a7": { | ||
"yield": 1 | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
{"camp-data": [{"name": "A", "type": "CHEM_SPEC"}, {"name": "B", "type": "CHEM_SPEC"}, {"name": "C", "type": "CHEM_SPEC"}, {"name": "irr__089f1f45-4cd8-4278-83d5-d638e98e4315", "type": "CHEM_SPEC"}, {"name": "irr__2a109b21-bb24-41ae-8f06-7485fd36f1a7", "type": "CHEM_SPEC"}]} | ||
{ | ||
"camp-data": [ | ||
{ | ||
"name": "A", | ||
"type": "CHEM_SPEC" | ||
}, | ||
{ | ||
"name": "B", | ||
"type": "CHEM_SPEC" | ||
}, | ||
{ | ||
"name": "C", | ||
"type": "CHEM_SPEC" | ||
}, | ||
{ | ||
"name": "irr__089f1f45-4cd8-4278-83d5-d638e98e4315", | ||
"type": "CHEM_SPEC" | ||
}, | ||
{ | ||
"name": "irr__2a109b21-bb24-41ae-8f06-7485fd36f1a7", | ||
"type": "CHEM_SPEC" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"camp-files": ["species.json", "reactions.json"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,169 @@ | ||
{ | ||
"camp-data": [ | ||
{ | ||
"type": "MECHANISM", | ||
"name": "music box interactive configuration", | ||
"reactions": [ | ||
{ | ||
"type": "PHOTOLYSIS", | ||
"MUSICA name": "O3_1", | ||
"reactants": { | ||
"O3": {} | ||
}, | ||
"products": { | ||
"O1D": { | ||
"yield": 1 | ||
}, | ||
"O2": { | ||
"yield": 1 | ||
}, | ||
"irr__1034482c-136b-4c33-ba70-c2d35a32b70f": { | ||
"yield": 1 | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "ARRHENIUS", | ||
"A": 8e-12, | ||
"Ea": 2.8428e-20, | ||
"B": 0, | ||
"D": 300, | ||
"E": 0, | ||
"reactants": { | ||
"O": { | ||
"qty": 1 | ||
}, | ||
"O3": { | ||
"qty": 1 | ||
} | ||
}, | ||
"products": { | ||
"O2": { | ||
"yield": 2 | ||
}, | ||
"irr__5155b7b1-9e3b-45e5-9572-3050b847e843": { | ||
"yield": 1 | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "ARRHENIUS", | ||
"A": 6e-34, | ||
"Ea": 0, | ||
"B": -2.4, | ||
"D": 300, | ||
"E": 0, | ||
"reactants": { | ||
"O": { | ||
"qty": 1 | ||
}, | ||
"O2": { | ||
"qty": 1 | ||
}, | ||
"M": { | ||
"qty": 1 | ||
} | ||
}, | ||
"products": { | ||
"O3": { | ||
"yield": 1 | ||
}, | ||
"M": { | ||
"yield": 1 | ||
}, | ||
"irr__55dbd5d1-43e2-4e2c-85c7-74d5d67ef8b9": { | ||
"yield": 1 | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "PHOTOLYSIS", | ||
"MUSICA name": "O3_2", | ||
"reactants": { | ||
"O3": {} | ||
}, | ||
"products": { | ||
"O": { | ||
"yield": 1 | ||
}, | ||
"O2": { | ||
"yield": 1 | ||
}, | ||
"irr__ab8ec0e6-1802-49cf-9bbf-63647ae53b3c": { | ||
"yield": 1 | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "ARRHENIUS", | ||
"A": 2.15e-11, | ||
"Ea": -1.518e-21, | ||
"B": 0, | ||
"D": 300, | ||
"E": 0, | ||
"reactants": { | ||
"O1D": { | ||
"qty": 1 | ||
}, | ||
"N2": { | ||
"qty": 1 | ||
} | ||
}, | ||
"products": { | ||
"O": { | ||
"yield": 1 | ||
}, | ||
"N2": { | ||
"yield": 1 | ||
}, | ||
"irr__abb66d47-34f9-45f9-92bb-31cd85e45985": { | ||
"yield": 1 | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "PHOTOLYSIS", | ||
"MUSICA name": "O2_1", | ||
"reactants": { | ||
"O2": {} | ||
}, | ||
"products": { | ||
"O": { | ||
"yield": 2 | ||
}, | ||
"irr__b0127bc4-3658-4b92-938d-cf22e8576c5d": { | ||
"yield": 1 | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "ARRHENIUS", | ||
"A": 3.3e-11, | ||
"Ea": -7.59e-22, | ||
"B": 0, | ||
"D": 300, | ||
"E": 0, | ||
"reactants": { | ||
"O1D": { | ||
"qty": 1 | ||
}, | ||
"O2": { | ||
"qty": 1 | ||
} | ||
}, | ||
"products": { | ||
"O": { | ||
"yield": 1 | ||
}, | ||
"O2": { | ||
"yield": 1 | ||
}, | ||
"irr__ffa95a94-fc71-4629-905e-cbc7119235d8": { | ||
"yield": 1 | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"camp-data": [ | ||
{ | ||
"name": "M", | ||
"type": "CHEM_SPEC", | ||
"tracer type": "CONSTANT" | ||
}, | ||
|
||
{ | ||
"name": "O1D", | ||
"type": "CHEM_SPEC", | ||
"absolute tolerance": 1e-12 | ||
}, | ||
{ | ||
"name": "O", | ||
"type": "CHEM_SPEC", | ||
"absolute tolerance": 1e-12 | ||
}, | ||
{ | ||
"name": "O2", | ||
"type": "CHEM_SPEC", | ||
"absolute tolerance": 1e-12 | ||
}, | ||
{ | ||
"name": "O3", | ||
"type": "CHEM_SPEC", | ||
"absolute tolerance": 1e-12 | ||
}, | ||
{ | ||
"name": "N2", | ||
"type": "CHEM_SPEC", | ||
"absolute tolerance": 1e-12 | ||
}, | ||
{ | ||
"name": "irr__1034482c-136b-4c33-ba70-c2d35a32b70f", | ||
"type": "CHEM_SPEC" | ||
}, | ||
{ | ||
"name": "irr__5155b7b1-9e3b-45e5-9572-3050b847e843", | ||
"type": "CHEM_SPEC" | ||
}, | ||
{ | ||
"name": "irr__55dbd5d1-43e2-4e2c-85c7-74d5d67ef8b9", | ||
"type": "CHEM_SPEC" | ||
}, | ||
{ | ||
"name": "irr__ab8ec0e6-1802-49cf-9bbf-63647ae53b3c", | ||
"type": "CHEM_SPEC" | ||
}, | ||
{ | ||
"name": "irr__abb66d47-34f9-45f9-92bb-31cd85e45985", | ||
"type": "CHEM_SPEC" | ||
}, | ||
{ | ||
"name": "irr__b0127bc4-3658-4b92-938d-cf22e8576c5d", | ||
"type": "CHEM_SPEC" | ||
}, | ||
{ | ||
"name": "irr__ffa95a94-fc71-4629-905e-cbc7119235d8", | ||
"type": "CHEM_SPEC" | ||
} | ||
] | ||
} |
Oops, something went wrong.