Commit graph

81 commits

Author SHA1 Message Date
Paul Romano
a9df0465f0 Start cleaning up documentation 2018-02-19 22:51:53 -06:00
Paul Romano
198df07311 Add subdivide convenience function 2017-12-11 13:01:18 +07:00
Paul Romano
9d456c3ff1 Modify openmc_find to return instance as well. Add C API docs 2017-07-04 14:33:18 -05:00
Paul Romano
fc0c907030 Add openmc.examples module that replaces input_set.py from tests 2017-04-07 21:04:10 -05:00
Paul Romano
5c74b85713 Respond to comments on #850 2017-04-05 11:13:21 -05:00
Paul Romano
a348d70e1d Add tallies section, Python API requirements 2017-04-03 22:03:23 -05:00
Paul Romano
a7da8096f7 Keep working on documentation. Allow default source.
Also merge Settings.output_path into Settings.output
2017-04-03 22:03:19 -05:00
Paul Romano
6c40fb640a Continue working through new user's manual 2017-04-03 11:53:23 -05:00
Sterling Harper
47deaa8c60 Merge pull request #840 from paulromano/elastic-0k
Ability to add 0K elastic scattering from an ENDF file
2017-04-03 12:36:44 -04:00
Adam Nelson
f375d81555 Added sentinel value for model_args parameter of search_for_keff function 2017-03-22 19:09:04 -04:00
Paul Romano
474e11e876 Change how resonance scattering options are specified 2017-03-22 10:59:36 -05:00
Adam Nelson
5c7230d506 Merge remote-tracking branch 'upstream/develop' into search 2017-03-21 19:25:34 -04:00
Paul Romano
24c00acad4 Allow 0K elastic scattering to be added to IncidentNeutron from ENDF files 2017-03-21 14:40:51 -05:00
Paul Romano
5adc5f63fa Add OpenMOC compatiblity module in documentation 2017-03-19 21:41:54 -05:00
Paul Romano
d311e06029 Add physical units in user's guide, TallyDerivative link 2017-03-19 21:41:54 -05:00
Adam Nelson
0ebac7687d Added example notebook and incorporated some lessons learned in the code 2017-03-19 17:34:23 -04:00
Sterling Harper
cdf1f4380b Merge pull request #818 from nelsonag/new_notebooks
Addition of new notebooks to showcase Multi-Group mode features
2017-03-11 08:50:18 -05:00
Adam Nelson
fb59d51d17 Merge pull request #807 from wbinventor/new-scatt-mat
Consistent Multi-Group Scattering Matrices
2017-03-10 18:54:30 -05:00
Adam Nelson
8f08529551 removed unneeded notebooks, allowed openmc.Settings.max_order to take a None parameter, and revised notebooks according to comments from @paulromano, @wbinventor and @smharper. 2017-03-09 09:20:42 -05:00
Paul Romano
3913d55e2c Allow color names, rename Plot attributes, add openmc.plot_inline() 2017-03-08 14:24:37 -06:00
Adam Nelson
1668fc3a06 Moved the example notebooks front and center 2017-03-05 14:19:34 -05:00
Will Boyd
99db48bc8e Updated equations in new consistent scattering matrix 2017-03-02 17:16:32 -05:00
Will Boyd
671a9cf693 Revised equations for consistent scattering matrix 2017-03-02 10:14:40 -05:00
Will Boyd
e33855047a Fixed merge conflicts with develop branch 2017-03-02 09:51:13 -05:00
Paul Romano
106bb0dbe8 Address a few comments from @wbinventor 2017-03-01 21:14:33 -06:00
Will Boyd
e2f60119a0 Fixed a few docstrings in openmc.mgxs 2017-02-28 11:07:10 -05:00
Paul Romano
583782864e Remove references to Nu/Prompt MGXS classes in docs 2017-02-28 06:42:33 -06:00
Paul Romano
f40578dd26 Ability to run volume calculation mode from command line or Python API 2017-02-23 22:23:00 -06:00
Will Boyd
24146ecfa0 Fixed merge conflicts with develop 2017-02-19 17:04:14 -05:00
Will Boyd
fe74423c48 Added docstrings to all consistent scattering matrix MGXS classes in openmc.mgxs 2017-02-19 16:51:03 -05:00
Will Boyd
2369ff4443 Added new MGXS classes to Sphinx documentation 2017-02-19 16:22:49 -05:00
Paul Romano
db74463753 Address @nelsonag comments on documentation 2017-02-18 14:39:56 -06:00
Paul Romano
aeffb739ec Make sure prism functions are in documentation 2017-02-17 09:59:25 -06:00
Paul Romano
7a73930060 Merge pull request #768 from smharper/linlinenergy
EnergyFunctionFilter to apply arbitrary piecewise linear function to a tally
2016-12-12 08:05:11 -05:00
Sterling Harper
e8c9fe664a Merge remote-tracking branch 'upstream/develop' into linlinenergy 2016-12-04 21:13:45 -05:00
Sterling Harper
f1eeb091a7 Add EnergyFunctionFilters to documentation 2016-12-04 21:11:15 -05:00
Sterling Harper
52bd883e58 Merge remote-tracking branch 'upstream/develop' into pyapi_multipole 2016-12-02 14:37:27 -05:00
Sterling Harper
dcdfffa403 Add openmc.data.WindowedMultipole to docs 2016-12-02 14:35:06 -05:00
Paul Romano
643eaf53cb Add function to read all ENDF evaluations from a single file 2016-11-18 11:34:09 -06:00
Paul Romano
2395f9a96c Add FissionProductYields class and Decay class 2016-11-18 11:31:23 -06:00
Sam Shaner
2adb4f284f addressed PR comments 2016-11-11 18:29:40 -05:00
Sterling Harper
1008ab8ea1 Merge pull request #721 from paulromano/pyapi-data-endf
ENDF support in openmc.data and resonance reconstruction
2016-10-13 00:42:18 -04:00
Sterling Harper
c177c3c100 Add Filter classes to docs 2016-09-30 13:37:45 -04:00
Paul Romano
dfcb4bc935 Merge branch 'develop' into pyapi-data-endf 2016-09-28 06:28:50 -05:00
Paul Romano
fbcb15f8c5 Simplify usage of DataLibrary.register_file() 2016-09-23 06:26:33 -05:00
Paul Romano
cbcd3a7f57 Extend openmc.data to be able to import ENDF data and perform resonance
reconstruction.
2016-09-16 01:55:07 +02:00
Sam Shaner
fab4a4c386 fixed issue with decay rate equation 2016-09-11 15:33:27 -04:00
amandalund
760168a82e Address #706 comments 2016-08-17 16:21:10 -05:00
Sam Shaner
2636be6779 merged with upstream/develop 2016-08-16 16:13:15 -04:00
Sam Shaner
7def0d51ce updated mdgxs notebooks and added them to documentation 2016-08-11 08:27:22 -04:00