Paul Romano
fbfdf8227c
Fix loop in openmc-track-to-vtk
2022-05-31 07:32:49 -05:00
Paul Romano
2e54c31915
Rename TrackFile --> Tracks
2022-05-25 16:58:20 -05:00
Paul Romano
583d864f08
Put track file combining logic in TrackFile.combine staticmethod
2022-05-19 17:12:38 -05:00
Paul Romano
b786ad4c9f
Write separate track files for multiple MPI ranks
2022-05-19 13:27:33 -04:00
Paul Romano
365aa0b0eb
Write all tracks to a single file
2022-05-19 13:27:33 -04:00
Paul Romano
8b270dd59b
Change track file format to include all information
2022-05-19 13:27:32 -04:00
Paul Romano
0941664e8a
Fix pathlib use error in openmc-ace-to-hdf5
2021-08-11 11:16:46 -05:00
Patrick Shriwise
3e787e682a
Adding warning to the openmc-plot-mesh-tally script and ensuring unstructured mesh filters aren't included in the app's combobox.
2021-04-07 19:07:07 -05:00
Patrick Shriwise
2d94535627
Another .value replacement in the track-to-vtk script.
2020-10-31 00:20:00 -05:00
Ronald Rahaman
f879c3c596
Fix call to superclass constructor in `MeshPlotter
2020-08-21 11:03:57 -05:00
Paul Romano
a489fe22d0
Remove several data generation scripts (will move to data repository)
2020-07-17 14:20:29 -05:00
Paul Romano
79c35d6c91
Remove depletion chain generation scripts
2020-02-07 12:13:12 -06:00
Paul Romano
672c718117
More changes based on view comments in #1455
2020-01-27 13:59:04 -06:00
Paul Romano
6b5c3026f9
Make fixes in CASL depletion chain script based on #1455 review
2020-01-27 12:39:16 -06:00
Paul Romano
8ef8e88a36
Use download() function in openmc-make-compton
2020-01-27 09:46:50 -06:00
Paul Romano
37af0577ed
Use download() in openmc-get-photon-data and respond to other comments
2020-01-27 09:46:50 -06:00
Paul Romano
04308b7677
Rewrite of openmc-ace-to-hdf5, moving some functionality to ace.py
2020-01-27 09:46:50 -06:00
Paul Romano
abe5596cb3
Merge pull request #1337 from shikhar413/cmfd-omp
...
OpenMP parallelism + minor code cleanup for CMFD
2019-12-17 22:28:46 -06:00
PullRequestOpen
6759f99b4e
Update scripts/openmc-make-compton
...
Spacing
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2019-12-06 10:20:08 -06:00
PullRequestOpen
cb0a8c5d7f
Update scripts/openmc-get-photon-data
...
Spacing
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2019-12-06 10:19:39 -06:00
PullRequestOpen
6d0aa86cef
Cosmetic fixes from PullRequest [2019-12-05]
2019-12-05 22:22:43 -06:00
Patrick Shriwise
ad33c5d236
Merge pull request #1409 from gridley/develop
...
fix mesh plotter energy filter bins
2019-11-15 15:21:19 -06:00
Gavin Ridley
e5448bf16d
bin is apparently a keyword in python
2019-11-14 15:59:50 -05:00
Gavin Ridley
a9031a2a9a
simplify list comprehension over energy bins
2019-11-14 15:57:04 -05:00
Gavin Ridley
a1dd566143
fix mesh plotter energy filter bins
2019-11-14 13:39:31 -05:00
Paul Romano
2ecd6446df
Avoid error in Shannon entropy mesh doesn't have dimension specified
2019-11-11 14:01:07 -06:00
Shikhar Kumar
2c9a222536
Merge remote-tracking branch 'upstream/develop' into cmfd-omp
2019-09-06 18:05:59 -04:00
Andrew Johnson
68b3fd6ec8
Improve file checking and reporting in openmc-make-depletion-chain
2019-08-19 10:15:25 -05:00
Andrew Johnson
0de7618f95
Use independent FP yields for Te129 in CASL chain
2019-08-19 10:02:14 -05:00
Andrew Johnson
6b87ada752
Apply suggestions from code review
...
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2019-08-13 16:59:25 -05:00
Andrew Johnson
3b348116d1
Document Te-129 addition in scripts/casl_chain.py
2019-08-08 16:50:34 -05:00
Andrew Johnson
58313c4ed8
Check for downloaded ENDF data in openmc-make-depletion-chain
...
Mirror to openmc-make-depletion-chain-casl, but uses Path objects
2019-08-08 16:43:32 -05:00
Andrew Johnson
c2137187a4
Add Te129 to CASL chain
...
Closes : #1307
This serves as a path way for production in I129 without
impacting transport because
1) Te129 has no ground state cross section data, due to
2) Te129 decays to I129 with a half life of about an hour
Running scripts/openmc-make-depletion-chain-casl now has the
following changes:
1) Te129 is present
2) Te129_m1 decays to Te129 with branching ratio of 2/3 using
ENDFB 7.1 data [pulled using tools/ci/download-xs.sh]
2019-08-08 13:06:29 -05:00
Shikhar Kumar
3974631b72
reduce err across threads, modify xsdata scripts
2019-07-10 13:00:29 -04:00
Patrick Shriwise
81388cf5b9
Updates based on comments from @paulromano.
2019-04-03 11:23:56 -05:00
Patrick Shriwise
200f47bf91
Fixes for 2D mesh tally plotting.
2019-04-02 11:03:01 -05:00
Patrick Shriwise
04526b0f07
Bumping major version of voxel file rather than minor.
2019-02-28 09:05:47 -06:00
Patrick Shriwise
125812c487
Updating voxel version and using that for a check rather than the OpenMC version.
2019-02-27 18:09:59 -06:00
Patrick Shriwise
14f9d04ad7
Changing zyx ordering of voxel files to xyz and updating the voxel-to-vtk script. Adding check for version number in the script to avoid incorrect conversion of older voxel files.
2019-02-27 17:11:16 -06:00
Patrick Shriwise
16fac7cc07
Removing data set line.
2019-02-26 20:46:31 -06:00
Patrick Shriwise
3175a3be1d
Resetting plots.xml. Adding some output to new script.
2019-02-26 18:49:23 -06:00
Patrick Shriwise
5bbf3f1ffe
Using numpy array to transfer data rather than loops and additional double structure.
2019-02-26 18:49:23 -06:00
Paul Romano
90568ba96c
Remove xs conversion scripts and update documentation
2019-02-15 15:09:05 -06:00
liangjg
76ba24d394
updated casl chain and the scripts
2018-12-04 10:44:16 -05:00
liangjg
334466d57f
added scripts to generate 255-nuclide, simplified depetion chain from CASL-ORIGEN
2018-12-03 16:37:28 -05:00
Paul Romano
d8db9918c1
Remove openmc-get-multipole-data script (since we will provide data)
2018-11-12 13:35:32 -06:00
Paul Romano
3246a9320e
Remove option to specify multipole library outside of cross_sections.xml
2018-11-12 13:35:29 -06:00
Paul Romano
083d642760
Add script for converting Lib80x data
2018-11-06 09:01:37 -06:00
Paul Romano
6da03ba71a
Add make-test-data script
2018-11-06 09:01:37 -06:00
Paul Romano
99f5ac3b69
Merge pull request #1100 from liangjg/wmp_v1.1
...
Minor updates on windowed multipole library format
2018-10-21 12:16:37 -05:00