-
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.
fixed evolving conditions not setting attributes correctly
- Loading branch information
1 parent
597c508
commit 8cea0c8
Showing
9 changed files
with
4,089 additions
and
1,049 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 |
---|---|---|
@@ -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,118 @@ | ||
{ | ||
"camp-data": [ | ||
{ | ||
"type": "MECHANISM", | ||
"name": "music box interactive configuration", | ||
"reactions": [ | ||
{ | ||
"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__228bcf53-cf76-46cb-b952-68a76a044353": { | ||
"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__2f09b69b-d831-453a-9d3d-716c6df06d9b": { | ||
"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__bddff497-90b2-4af9-9b1d-39cb2bc5ea39": { | ||
"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__cf3f20f2-140d-4cb7-a99d-8a37c3c25705": { | ||
"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 @@ | ||
{"camp-data": [{"name": "M", "type": "CHEM_SPEC", "tracer type": "CONSTANT"}, {"name": "Ar", "type": "CHEM_SPEC", "absolute tolerance": 1e-12}, {"name": "CO2", "type": "CHEM_SPEC", "absolute tolerance": 1e-12}, {"name": "H2O", "type": "CHEM_SPEC", "absolute tolerance": 1e-12}, {"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__228bcf53-cf76-46cb-b952-68a76a044353", "type": "CHEM_SPEC"}, {"name": "irr__2f09b69b-d831-453a-9d3d-716c6df06d9b", "type": "CHEM_SPEC"}, {"name": "irr__bddff497-90b2-4af9-9b1d-39cb2bc5ea39", "type": "CHEM_SPEC"}, {"name": "irr__cf3f20f2-140d-4cb7-a99d-8a37c3c25705", "type": "CHEM_SPEC"}]} |
Oops, something went wrong.