Commit graph

65 commits

Author SHA1 Message Date
Paul Romano
3e7bca49a8 Fix openmc-track-to-vtk and track test 2017-04-07 21:04:14 -05:00
Paul Romano
9d4363d931 Update scripts section, fix bugs in openmc-plot-mesh-tally 2017-04-03 22:03:23 -05:00
Paul Romano
8a2035a191 Start restructuring user's guide 2017-04-03 11:52:48 -05:00
Paul Romano
6f854d2dee Update openmc-voxel-to-silovtk 2017-03-19 21:41:54 -05:00
Paul Romano
05d7e81794 Update documentation for remaining file formats 2017-02-21 21:26:25 -06:00
Paul Romano
7a1b11b932 Automatically add isotopes for S(a,b) tables 2017-01-09 11:21:42 -06:00
Paul Romano
b1957d4785 Fix S(a,b) ZAID bugs in NNDC data when converting 2017-01-07 13:33:25 -06:00
Paul Romano
5edf1b3d27 Rework get_thermal_name a bit and update known thermal scattering materials 2017-01-07 13:33:25 -06:00
Adam Nelson
2455388315 Fixed array ordering of scattering matrix 2016-11-13 13:29:45 -05:00
Sam Shaner
b3b81cef4c Merge remote-tracking branch 'upstream/develop' into mg-mode-delayed 2016-10-19 13:37:08 -04:00
Paul Romano
0454e66a11 Merge branch 'develop' into scopatz-six 2016-10-18 23:01:03 -05:00
Sam Shaner
857593ad47 addressed most of comments from @nelsonag 2016-10-18 23:11:17 -04:00
tjlaboss
ef9a2b4193 Fixed the placement of a right parenthesis in xsdata path 2016-10-18 16:57:42 -04:00
Adam Nelson
b005aace7e Added a scatter_shape parameter to the library format and the ability to read/write it (but do nothing with it aside from check for the default value). Also converted back from is checks in the python for a string to ==, since is does not work for many cases 2016-10-15 11:33:00 -04:00
Paul Romano
5ab6160c2a Move fission Q file to openmc/data and make sure it's accessible from
openmc-get-nndc-data
2016-10-13 07:09:50 -05:00
Adam Nelson
1b6ffed0b2 Resolved @wbinventor comments 2016-10-10 16:10:39 -04:00
Adam Nelson
c446f10e5a Last @paulromano comment I held off on. Didnt update all mgxs h5 libraries yet as future comments from others will require I do that anyways. 2016-10-10 15:33:14 -04:00
Adam Nelson
a00a880b88 Forgot to include file 2016-10-10 15:20:03 -04:00
Adam Nelson
935d72af0d Resolution of @paulromano comments 2016-10-10 15:19:47 -04:00
Paul Romano
fdc22a3d70 Use six to import Tkinter modules in openmc-plot-mesh-tally 2016-10-06 21:55:12 -05:00
Paul Romano
24af2829b9 Add description in scripts and use six for imports 2016-10-06 21:55:12 -05:00
Paul Romano
f1ea8cfaaa Move scripts in data/ folder to scripts/ 2016-10-06 21:55:08 -05:00
Adam Nelson
a52921e40a Updating with develop 2016-10-04 19:55:52 -04:00
Paul Romano
fbcb15f8c5 Simplify usage of DataLibrary.register_file() 2016-09-23 06:26:33 -05:00
Adam Nelson
c5dc4fad3d Updating to resolve @samuelshaner comments 2016-09-19 20:44:06 -04:00
Adam Nelson
26244eabcf argh. The failing ce_to_mg test was only because of precision of the xs in the xml and h5 datasets... when you convert the xml lib to h5 (per the script), the answer is then passing. groan. 2016-09-11 06:22:40 -04:00
Adam Nelson
1625927b44 Slowly getting the tests to work 2016-09-05 21:04:50 -04:00
Adam Nelson
1305e99ce3 Updated test MGXS library an fixed bug in setting num_azimuthal and num_polar in mgxs_library. 2016-09-05 19:48:30 -04:00
Adam Nelson
6e68b23d58 Added script to convert old xml mgxs libraries to new hdf5 libraries 2016-09-05 19:42:12 -04:00
Adam Nelson
623b705a39 now fixed the thermal scattering side 2016-09-02 18:27:55 -04:00
Adam Nelson
771f2770f4 updated openmc-ace-to-hdf5 to work for JEFF 2016-08-27 12:35:12 -04:00
Adam Nelson
203f64023c Fixed a problem where in openmc-ace-to-hdf5 was over-writing h5 files instead of appending temperatures 2016-08-26 21:04:26 -04:00
Adam Nelson
63b3c6dbd0 Updated openmc-ace-to-hdf5 to generate the libraries for us and fixed bugs as found when developing that script. Also updated the Format description in nuclear_data.rst 2016-08-21 11:37:39 -04:00
Adam Nelson
3b65dde0fd Folded multiple temperatures in to each h5 data file; now im getting 50% less storage required of endf70. yay! Next I think I can get rid of some s(a,b) information, will investigate that and then on to revising openMC so it can read and use this data 2016-08-21 06:05:19 -04:00
Paul Romano
4c8f6525f9 Merge pull request #698 from smharper/poly_and_fission_q
Function1D's and fission Q-values
2016-08-13 16:34:37 -05:00
Will Boyd
fe63a59c5b Moved get_thermal_name(...) from scripts to openmc.data.thermal 2016-08-11 13:38:56 -04:00
Sterling Harper
88ce91502c Merge remote-tracking branch 'upstream/develop' into poly_and_fission_q 2016-08-10 12:09:30 -05:00
Sterling Harper
651ee4240b Address #698 comments 2016-08-10 11:29:32 -05:00
Paul Romano
d8b9d78a23 Respond to comments on #692 and make a few little fixes 2016-08-08 11:23:50 -05:00
Paul Romano
a15e493dab A few fixes to ensure smooth MCNP6 ACE library conversion 2016-08-04 21:59:43 -05:00
Sterling Harper
84cfd2d6a9 Add MT=458 data library and supporting methods 2016-08-02 14:10:32 -05:00
Paul Romano
e19291118e Refactor use of ACE tables to generate neutron/thermal scattering data 2016-07-14 15:19:52 -05:00
Paul Romano
e3436d625b Respond to more @smharper comments on #463
Move abstract interface block in surface_header. Make error messages more
informative. Add description in openmc-update-inputs epilog.
2015-10-03 17:58:50 +07:00
Paul Romano
6c6676cc14 Have openmc-update-inputs change 'surfaces' to 'region' 2015-09-28 19:01:10 +07:00
Paul Romano
42032210fb Added IPython notebook with post-processing examples.
Since the notebook shows an example of how to histogram relative errors from a
statepoint, we don't really need the openmc-statepoint-histogram utility, so
it's been deleted. The user's guide section on post processing has been updated
as well.
2015-09-19 07:38:33 +07:00
Paul Romano
c57b2c22d9 Minor fix in StatePoint.std_dev property and plot-mesh-tally script 2015-09-18 22:05:50 +07:00
Paul Romano
3274cf3f6d Use HDF5 format for voxel file rather than raw binary 2015-09-17 12:47:20 +07:00
Sterling Harper
f8bfa401cb Merge pull request #447 from paulromano/new-hdf5-interface
Complete revamp of binary output featuring new HDF5 interface
2015-09-14 16:46:30 -04:00
Paul Romano
a978225ba9 Remove openmc-tally-convergence script 2015-09-12 00:13:16 +08:00
Paul Romano
453b33264a Fix use of energy filters in openmc-plot-mesh-tally 2015-09-11 09:55:48 +04:00