Commit graph

166 commits

Author SHA1 Message Date
Adam Nelson
136da0cd74 Bug fixes and minor comment changes 2017-01-16 14:45:44 -05:00
samuelshaner
1a7630083b updated tests and updated setting of nuclides and elements in example files 2016-12-15 21:06:12 +00:00
Paul Romano
5d06ea1d1b Specify Shannon entropy and UFS meshes using openmc.Mesh object 2016-12-14 06:58:45 -06:00
Adam Nelson
6ba1f04631 Resolving @paulromano comments 2016-11-27 06:34:47 -05:00
Adam Nelson
ecd3112e21 Updating example problems for the new format 2016-11-14 20:47:38 -05:00
Sam Shaner
80bf6c7528 add get_molar_mass() method to material and fixed two other issues 2016-11-09 22:20:29 -05:00
Sam Shaner
1e90230536 merged with upstream/develop 2016-11-03 16:33:17 -04:00
Sam Shaner
4639fee7e1 merged with upstream/develop 2016-11-02 13:29:26 -04:00
Paul Romano
6da9f16d29 Convert ACE data from MeV to eV 2016-10-31 14:46:47 -05:00
Sam Shaner
6b1ff61284 updated input files 2016-10-24 09:50:46 -04:00
Sam Shaner
3218ad15e4 Merge remote-tracking branch 'upstream/develop' into element-wo 2016-10-18 09:05:17 -04:00
Sam Shaner
961e4754f4 merged with nelsonag/mg_th5 2016-10-18 07:44:13 -04:00
Sam Shaner
cf34c229a7 fixed issue with normalizing mass fractions and reverted documentation 2016-10-17 21:45:24 -04:00
Sam Shaner
d15c735d93 simplified element expansion in input_xml.F90 by using global arrays 2016-10-17 16:52:20 -04:00
Sam Shaner
663636ce2e added enrichment and wo element support in Python API and added new tests 2016-10-16 22:09:25 -04:00
Sam Shaner
d579440b02 implemented wo for elements and enrichment for U 2016-10-16 16:19:31 -04:00
Adam Nelson
fa6a368660 Updating example mgxs.h5 file 2016-10-15 16:38:00 -04:00
Sam Shaner
a73ff74bb5 changed underscores to hyphens 2016-10-14 14:26:33 -04:00
Sam Shaner
480d2ca6e5 fixed issue in mgxs_header.F90 where nu cannot be calculated if a fission xs has not been given 2016-10-13 16:54:47 -04:00
Sam Shaner
89149ea7eb added treatment of delayed neutrons to the multi-group solver 2016-10-13 14:38:06 -04:00
Adam Nelson
a52921e40a Updating with develop 2016-10-04 19:55:52 -04:00
Sterling Harper
52c9898128 Simply MeshFilter.__init__ 2016-09-30 00:01:10 -04:00
Sterling Harper
7419cd26b3 Update examples 2016-09-22 03:00:49 -04:00
Adam Nelson
c5dc4fad3d Updating to resolve @samuelshaner comments 2016-09-19 20:44:06 -04:00
Sam Shaner
5affc137e1 Merge remote-tracking branch 'upstream/develop' into 2d-mesh-tally 2016-09-12 09:50:17 -04:00
Adam Nelson
e8c8fb7aa8 Updated example pincell_multigroup problem to use h5 library 2016-09-10 11:35:26 -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
Sam Shaner
7747678068 changed k_fission to kappa_fission in mg pincell xml input 2016-09-05 14:43:47 -04:00
Paul Romano
a95266ab22 Major refactor to include cross sections at multiple temperatures within the
Nuclide and SAlphaData derived types.
2016-08-31 10:13:38 -05:00
Adam Nelson
cd95667292 Updated to get significantly higher tets passage rate. Still have more work to do in a few key areas. 2016-08-21 20:40:47 -04:00
Adam Nelson
dfe2420b4a Updated pyapi and docs to support new default_temperature/temperature and lack of default_xs/xs 2016-08-21 14:36:58 -04:00
Adam Nelson
8fbd41eaf4 Seem to be able to read the new hdf5 files and run at least an example problem (!!!!) 2016-08-21 13:43:07 -04:00
Paul Romano
68e5a093aa Added full openmc.data package and hooks in code 2016-07-14 15:19:48 -05:00
Paul Romano
eb3f888c89 Allow root_universe to be passed to Geometry constructor 2016-05-27 09:53:07 -05:00
Paul Romano
e40a369693 Add geometry plotting capability and restructure lattice attributes 2016-05-27 09:53:07 -05:00
Adam Nelson
071e8d3e30 Forgot universe_id=0 for root in example nb (fixed), resolved comments from @paulromano, and made sure the example problem worked still (it did, but I simplified it a bit since data doesnt need to be numpy arrays anymore. 2016-05-15 14:26:54 -04:00
Paul Romano
d9b097dbaf Make Materials, Plots, and Tallies list-like 2016-04-29 16:14:02 -05:00
Paul Romano
1e57cb8407 Respond to @wbinventor comments on #632 2016-04-26 07:08:03 -05:00
Paul Romano
50a80693b5 Rename main Python API classes to get rid of File. 2016-04-25 10:37:06 -05:00
Will Boyd
ddfb01b3fe Reduced Python API module imports 2016-04-08 12:26:02 -04:00
Paul Romano
5a982241e2 Merge branch 'develop' into pyapi-changes 2016-03-09 08:29:55 -06:00
Paul Romano
9b152b0ddf Add property setters for Tally.scores, nuclides, filters, triggers 2016-02-23 09:26:37 -06:00
Adam Nelson
391e8b1805 previous commit changed library extension from example problem to 70m from 300K. This puts them back to being 300K and then adds size to the default_xs variable to allow for 5 total characters in the extension.' 2016-02-13 05:18:19 -05:00
Adam Nelson
8c43a32130 Resolved almost all of the comments from @paulromano, save for rejection sampling of the Legendre polynomial. also fixed @samuelshaner comment about the pincell_multigroup problem 2016-02-12 21:44:21 -05:00
Adam Nelson
86d5600eb2 fixes per @smharpers comments 2016-02-05 05:37:50 -05:00
Adam Nelson
e24a692c79 Merging in to bring up to date. 2016-02-03 10:14:04 -05:00
Adam Nelson
473d3220dc Changes per comments of @smharper and @paulromano 2016-01-16 13:48:06 -05:00
Paul Romano
148e01eec0 Address more comments on pull request #556. 2016-01-15 06:29:41 -06:00
Paul Romano
db9ac7ba2f SettingsFile now uses source property based off openmc.source.Source. 2016-01-13 09:39:45 -06:00
Adam Nelson
75093ea43d Fixed failing build and renamed more Xsdatas to XSdata 2016-01-07 20:31:56 -05:00