Commit graph

83 commits

Author SHA1 Message Date
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
Adam Nelson
50f21e6ec8 merging with upstream 2015-12-23 18:24:26 -05:00
Paul Romano
d13c950189 Use bounding box feature in a few example inputs 2015-12-02 13:52:32 -06:00
Adam Nelson
640409c412 Added back in requirement that user must input energy and energyout bins in MG mode 2015-11-16 20:56:07 -05:00
Adam Nelson
5965e92e46 fixed formatting of python api created mgxs library, added example pincell_multigroup to xml folder, and removed c5g7 as that will be pushed to benchmarks instead once this is complete. 2015-11-16 20:33:42 -05:00
Adam Nelson
5e788cdffb Whoops, forgot to add 2015-11-16 05:31:40 -05:00
Adam Nelson
b3a588766e Added python api example of c5g7 pin, matches my by-hand version 2015-11-16 05:31:16 -05:00
Adam Nelson
6ca9949a91 Updated docs to reflect MG usage, though I still have to add the MGXS data format somewhere. Corrected ace.F90 typo pointed out by @samuelshaner 2015-11-10 04:54:35 -05:00
Adam Nelson
2262045e63 Changes to get tallying on better footing, moved C5G7 problem to higher subdir in examples 2015-11-08 14:12:33 -05:00
Adam Nelson
c571a4b126 Got cmfd working, not sure about with feedback just yet 2015-11-07 14:23:20 -05:00
Adam Nelson
39445f059f Fixed p%coord(?) bug where i had the wrong coordinate index, showed up in the c5g7 problems with their lattices and thus n_coord was not 1. Also added c5g7 example problems. 2015-11-07 14:06:38 -05:00
Paul Romano
bb4608cf13 Fix 'boxes' example to have complement and union 2015-10-05 07:40:40 +07:00
Paul Romano
a611b69500 Add 'boxes' example input files 2015-10-04 11:10:38 +07:00
Paul Romano
b9024f2d8e Update example inputs and Jupyter notebooks 2015-10-03 09:55:58 +07:00
Paul Romano
6c6676cc14 Have openmc-update-inputs change 'surfaces' to 'region' 2015-09-28 19:01:10 +07:00
Paul Romano
adfa0288ce Update all geometry.xml files to use 'region' 2015-09-28 16:54:48 +07:00
Paul Romano
f093429ced Update example Python inputs, fix exporting to XML for <cell> 2015-09-28 16:53:27 +07:00
Paul Romano
f3f6753820 Respond to remaining comments from @wbinventor on #454 2015-09-25 14:43:32 +07:00
Paul Romano
fa26a4df13 Fix error in basic example with Python API 2015-06-29 07:50:07 +07:00
Will Boyd
f49749afb3 Merged with develop and tally triggers 2015-05-07 17:05:19 -04:00
Will Boyd
a9245b31db Changed tally trigger status element to active 2015-05-07 07:09:33 -04:00
Will Boyd
fc5c421854 Initial commmit for tally triggers with squashed commit log 2015-05-05 16:47:05 -04:00
Will Boyd
26d7859694 Merged with develop 2015-05-01 08:36:42 -04:00
Will Boyd
bd87f77325 squashed distribcells commits and merged to develop 2015-04-29 14:00:09 -04:00
Will Boyd
c738c73486 Changed label to name 2015-04-27 08:20:30 -04:00
Will Boyd
5dac75297d Geometric intrinsics now use property setter/getter decorators 2015-04-22 00:50:03 -05:00
Sterling Harper
a996bccbef Improved hex lattice example for #331 2015-03-13 15:01:44 -04:00
Sterling Harper
19afca24ec Added hex lattice length checking for #331 2015-03-11 00:09:37 -04:00
Sterling Harper
de3f6f176c Fully implement 2D and 3D hex lattices for #331 2015-03-10 21:34:08 -04:00
Sterling Harper
09a2fc042e Added hexagonal example for #331 2015-03-10 02:28:02 -04:00
Will Boyd
8c7a4ef9a9 Refactored Lattice into HexLattice and RectLattice classes 2015-02-26 16:34:12 -05:00
Will Boyd
93556654f5 Merged in hex lattices 2015-02-26 13:29:26 -05:00
Sterling Harper
4a9d1cf447 Minor fixes for #313 2015-02-16 15:32:58 -05:00
Will Boyd
3bb1f8faf7 Updated sample input scripts for Python API to conform to new API specs 2014-11-03 20:05:34 -05:00