Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Jet Stirred Reactors #17

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
22487f1
Started converting ID to JSR
anthonymstohr Feb 15, 2019
c76177f
JSR simulation work
anthonymstohr Feb 19, 2019
05c5bfb
Reorganized the simulations
anthonymstohr Feb 27, 2019
c21e72b
added run case info
anthonymstohr Mar 1, 2019
74470d5
Some reorganization for the two experiment types; JSR sims
anthonymstohr Mar 20, 2019
318fbdc
JSR simulation work done
anthonymstohr Mar 22, 2019
95cdef7
Finished and cleaned up JSR simulation
anthonymstohr Mar 30, 2019
bf299aa
Renamed Simulation to AutoignitionSimulation more consistently.
rwest Apr 5, 2019
8cb4b2b
Removed simulation.py which is now autoignition_simulation.py
rwest Apr 5, 2019
caa248a
added new eval model created by anthony
May 5, 2019
07a2f3b
Reorganized sims/eval models
anthonymstohr Apr 11, 2019
c337fc5
Refactored autoignition simulation and eval model
Jul 8, 2019
51761d9
Updated and modified jsr_simulation class and eval model for jsr (nee…
Jul 8, 2019
b8ca5e0
simulations runs but need to debug cantera stuff
Jul 8, 2019
1408523
close to get trapezoidal error function working!
Jul 9, 2019
771ea25
trapezoidal error function for area under curves works now but still …
Jul 9, 2019
0aaf21f
trapezodial error function successfully works. setup_case and run_cas…
Aug 15, 2019
110cfcf
started refactoring
Aug 16, 2019
d8ade12
ignition delays and jsr simulations successfully work
Aug 16, 2019
927215b
Added continue to ignore non-yaml files, pep-8 style, and check for c…
sevyharris Jul 4, 2021
1e270b8
Added plotting.py in order to automaticly generate concentration plot…
Jul 6, 2021
28404c2
cleaned up plotting.py code
Jul 6, 2021
8a5bb53
Added plot generation into jsr_eval_model.py
Jul 6, 2021
586d596
Small code improvements for jsr plotting
Jul 8, 2021
81811df
pyteck runs with multiple jsrs can use _ in name
sevyharris Jul 4, 2021
b78a87e
moving contents of autoignition back into simulation file
sevyharris Feb 23, 2022
03c3aae
moved JSRSimulation code into simulation
sevyharris Feb 23, 2022
0dd2cc8
fix PEP8 in simulation.py
sevyharris Feb 23, 2022
fe7ab9d
saving before I attempt to move jsr_eval into eval_model
sevyharris Feb 23, 2022
1dbb77a
changed datapoint to one set of conditions
sevyharris Feb 23, 2022
a130918
completed conversion of SpeciesProfileDatapoint to one reaction setting
sevyharris Feb 24, 2022
7869d40
added timeout for integration failure in JSR
sevyharris Feb 24, 2022
10fd2dc
created factory for multiple simulation types
sevyharris Feb 25, 2022
d88ff03
refactored eval_model for multiple sim types, just st right now
sevyharris Feb 25, 2022
55ac50f
JSR runs on eval_model code
sevyharris Feb 25, 2022
04f58ca
added more metadata to output, robust search for h5 files in plotting
sevyharris Feb 25, 2022
d058045
remove extra get_changing_variables function
sevyharris Feb 25, 2022
c71ce3f
add comments to new functions
sevyharris Feb 25, 2022
fccf2e9
eval_model tests pass again
sevyharris Feb 26, 2022
685d1e7
ignition delay tests pass
sevyharris Feb 27, 2022
ca74a47
add overall test of jsr code
sevyharris Feb 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ target/

# project-specific data files
*.h5

# IDE specific files
.vscode
Loading