Commit graph

7602 commits

Author SHA1 Message Date
Sterling Harper
156135e01c
Merge pull request #985 from paulromano/assorted-fixes
Mesh filter bugfix and other minor changes
2018-03-19 17:15:58 -04:00
Paul Romano
85af75c459 Address comments on #985 2018-03-19 13:58:58 -05:00
Sterling Harper
efade329a8 Address #983 comments 2018-03-19 12:55:46 -04:00
Paul Romano
5dc25569f2 Use latest HDF5 format for openmc-get-jeff-data 2018-03-19 10:40:45 -05:00
Paul Romano
c83b890869 Use ufloat for stochastic volume results 2018-03-19 10:40:45 -05:00
Paul Romano
0b6333810f Avoid divide-by-zero warnings in tally arithmetic 2018-03-19 10:40:42 -05:00
Amanda Lund
32790b9df2
Merge pull request #2 from paulromano/photon-from-ace
Add ability to read photon/relaxation data from ACE files
2018-03-16 13:11:51 -07:00
Paul Romano
bd5b7afc2d Fix bug related to bin ordering for mesh filters 2018-03-16 13:47:01 -05:00
Paul Romano
9e912a933d Support energyout filters in C API 2018-03-15 11:37:49 -05:00
Paul Romano
4b002ef714 Update inputs in scripts 2018-03-15 11:07:37 -05:00
Paul Romano
e8fc084c2f Document photon data format 2018-03-15 11:07:37 -05:00
Paul Romano
093a22384f Make sure photon data gets cleared at end of simulation 2018-03-15 11:07:37 -05:00
Paul Romano
a2c4b60f6f Fix spacing in constants.F90 2018-03-15 11:07:37 -05:00
Paul Romano
0358901e46 Add back post-collision energy cutoff check 2018-03-15 11:07:37 -05:00
Paul Romano
b670fe4421 Make sure URR RNG stream advances after energy change 2018-03-15 11:07:37 -05:00
Paul Romano
f86ff8bf1a Set root universe in find_cell if not set 2018-03-15 11:07:37 -05:00
Paul Romano
0bbdd412c9 Support atomic relaxation data and subshell xs from ACE 2018-03-15 11:07:37 -05:00
Paul Romano
4dade28630 Start adding support for reading photon data from ACE files 2018-03-15 11:07:37 -05:00
Paul Romano
9904e64910 Add three papers to list of publications 2018-03-15 11:02:07 -05:00
Paul Romano
dca39f87e2 Use gnd_name in _get_metadata 2018-03-15 11:02:07 -05:00
Paul Romano
0efd042420 Fix display of version number and copyright year 2018-03-15 11:02:07 -05:00
Paul Romano
ac28407aa2 Don't have atomic_mass/atomic_weight return None for invalid 2018-03-15 11:02:07 -05:00
Paul Romano
8487915f2a Use ufloat for k_combined in statepoint 2018-03-15 11:02:07 -05:00
Paul Romano
23324fe24b Fix broken tests 2018-03-15 11:02:07 -05:00
Paul Romano
ed7edf4141 Have Universe.plot return AxesImage. Add Plot.to_image method 2018-03-15 11:02:07 -05:00
Paul Romano
f415700c86 Make materials with actinides depletable by default 2018-03-15 11:02:07 -05:00
Paul Romano
0508274a3d Add useful warnings for add_nuclide/add_element 2018-03-15 11:02:07 -05:00
Sterling Harper
1e49f3c889 Fix multipole l value counting 2018-03-14 12:51:19 -04:00
Sterling Harper
b71ad222d0 Expand windowed multipole unit test 2018-03-13 22:05:59 -04:00
Sterling Harper
d0b59a21be Remove unused File 3 stuff from wmp format docs 2018-03-13 21:44:54 -04:00
Sterling Harper
ba15959728 Add WMP writing functionality to PyAPI 2018-03-13 21:36:00 -04:00
Sterling Harper
f047e79540 Infer WMP array sizes in F90 2018-03-13 20:48:47 -04:00
Amanda Lund
98d595d89e
Merge pull request #1 from paulromano/photon-alund
Merge develop branch
2018-03-13 16:51:17 -05:00
Paul Romano
395a5a53d0
Merge pull request #982 from smharper/delayed_capi_import
Delay openmc.capi import
2018-03-13 16:42:27 -05:00
Sterling Harper
f2c2b4aac8 Update WMP format docs 2018-03-13 17:23:04 -04:00
Sterling Harper
7bb066bc9a Infer WMP vales like num_l and fissionable 2018-03-13 17:15:58 -04:00
Sterling Harper
80959dc82b Dont import capi (through model) on import openmc 2018-03-13 13:53:07 -04:00
Paul Romano
712a904636 Fix compiler errors and circular dependencies 2018-03-11 13:40:01 -05:00
Paul Romano
460452d4f7 Merge branch 'develop' into photon-alund 2018-03-11 13:10:00 -05:00
amandalund
1a712d9c4c Fixed total material stopping power; minor changes 2018-03-08 10:45:17 -06:00
Paul Romano
6cb13395dc
Merge pull request #973 from shikhar413/cmfd-output
Cmfd output
2018-03-06 13:57:35 -06:00
Sterling Harper
0496237fe4
Merge pull request #979 from paulromano/extra-material-fix
Avoid segfault from unused nuclides in extra materials
2018-03-05 22:42:05 -05:00
Shikhar Kumar
3a90b147be redefine i as current_batch*gen_per_batch 2018-03-05 22:40:16 -05:00
Paul Romano
3120e15ad4 Avoid segfault when nuclide is present in material that's not used 2018-03-05 19:57:34 -06:00
Colin Josey
d29bc1e1d7
Merge pull request #976 from paulromano/deplete
Implement depletion via Python
2018-03-02 21:09:43 -05:00
Paul Romano
efb264da60 Fix depletion chain unit test 2018-03-02 06:20:16 -06:00
Sterling Harper
a69baeaed5 Populate C++ Universe vector 2018-03-02 02:12:31 -05:00
Paul Romano
b9ff205090 Don't put free neutron in depletion chain 2018-03-01 23:09:10 -06:00
Paul Romano
7ee08d5280 Add gnd_name function 2018-03-01 23:08:43 -06:00
Shikhar Kumar
a96a192cd5 Remove trailing whitespace 2 2018-03-01 16:34:16 -05:00