Commit graph

19 commits

Author SHA1 Message Date
Paul Romano
b41e22f68b
Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756)
Co-authored-by: GuySten <62616591+GuySten@users.noreply.github.com>
Co-authored-by: Amanda Lund <alund1187@gmail.com>
2026-02-03 07:23:24 +00:00
Paul Romano
968e8fd478 Changes in particle_restart.py from PullRequest Inc. review 2020-04-01 14:13:05 -05:00
Paul Romano
cf6b67c05d Remove explicit inheritance from object for Python classes 2020-03-23 12:12:31 -05:00
liangjg
ea71b9e377 replace all dataset.value with dataset[()] (or occasionally dataset[...]) 2019-03-27 11:45:48 -04:00
amandalund
85205b338c Address #1023 comments 2018-07-18 07:55:00 -05:00
Paul Romano
26e2601141 Update particle restart format and documentation 2017-02-21 21:26:25 -06:00
Paul Romano
0c616c8b22 Handle HDF5 format versions consistently 2017-02-21 21:26:21 -06:00
Paul Romano
fb009c6b5e Use multidimensional array for tally results rather than derived type 2016-11-15 15:22:02 -06:00
Paul Romano
6da9f16d29 Convert ACE data from MeV to eV 2016-10-31 14:46:47 -05:00
Paul Romano
c7a0b716d2 General cleanup -- both bugs and style issues -- based on running pylint 2016-07-02 11:04:25 +07:00
Paul Romano
b4910473b2 Throw ImportError if user has h5py 2.6.0. 2016-06-02 16:36:10 -05:00
Paul Romano
f3f6753820 Respond to remaining comments from @wbinventor on #454 2015-09-25 14:43:32 +07:00
Paul Romano
9a0acdebc3 Write constant values as strings in HDF5 formats. This includes things like the
run mode, tally estimator, filter type, tally scores, etc. Also do not write
nuclides in summary file.
2015-09-20 13:55:15 +07:00
Paul Romano
3df61825cc Make filetype a string in HDF5 files. 2015-09-17 13:12:04 +07:00
Paul Romano
aac5eb6f52 Restructure openmc.particle_restart to read values on demand 2015-09-16 15:45:33 +07:00
Paul Romano
779a401448 Have write_integer, write_double, and write_long use scalar values 2015-09-04 12:51:18 +07:00
Paul Romano
e93afed7a0 Make HDF5 only binary output option in source and Python API. Still need to
update test suite and get rid of output_interface.
2015-09-04 12:51:18 +07:00
Paul Romano
c8e176a9f7 Continue adding docstrings and updating modules. 2015-06-12 22:04:56 +07:00
Paul Romano
498e07d0bf Move Python API into openmc/ directory and move Python scripts into scripts/
directory.
2015-05-31 09:26:18 +07:00
Renamed from src/utils/openmc/particle_restart.py (Browse further)