Commit graph

1183 commits

Author SHA1 Message Date
Paul Romano
974b714565 Start adding documentation on photon physics 2017-06-29 10:58:49 -05:00
Paul Romano
7d3ce61717 Ability to generate incident photon library with photoatomic, atomic relaxation,
and Compton profile data.
2017-06-29 09:59:08 -05:00
guillaume
aba768d9fd changes to documentation 2017-06-28 20:42:25 -04:00
guillaume
ca9fbb0c8f changes for documentation in base.rst and tallies.rst 2017-06-28 18:58:28 -04:00
Paul Romano
6fec79d9c2 Add temperature range user option to load cross sections within a range of
temperatures.
2017-06-22 14:11:33 -05:00
Paul Romano
e2b8a6c264 Start adding C API documentation 2017-06-15 21:40:52 -05:00
Paul Romano
1bd3e0b1d0 Make scipy and pandas required dependencies 2017-06-07 20:12:51 -05:00
johnnyliu27
24c0db3762 Fix typos and links in example notebooks and userguide/geometry 2017-06-04 17:02:19 -04:00
Paul Romano
897db1389d Merge pull request #871 from amandalund/separate_filters
Separate tally filters from tallies
2017-05-24 09:27:50 -05:00
amandalund
70cc2f63c3 Address #871 comments: incremented statepoint revision, updated documented tallies.xml format, updated tallies RELAX NG schema 2017-05-23 13:07:40 -05:00
sam
57d58d7de8 Merge pull request #880 from paulromano/rotational-periodic
Add support for rotationally periodic BCs
2017-05-22 09:03:23 -04:00
johnnyliu27
6173c39750 Fix three minor typos in multi-group scattering in methods/physics 2017-05-18 21:26:46 -04:00
Paul Romano
266f2f8583 Update user's guide section on boundary conditions 2017-05-18 15:24:11 -05:00
Paul Romano
3b0c044974 A few small fixes in example notebooks 2017-05-10 13:16:13 -05:00
Paul Romano
f7efc35220 Update publications list 2017-05-05 13:56:30 -05:00
Paul Romano
f5cc7994f7 Increment version number and add release notes 2017-05-05 13:56:30 -05:00
Paul Romano
0f74f3e8f6 Add section in user's manual on generating library from ENDF files 2017-05-01 12:58:25 -05:00
amandalund
375125c603 Merge branch 'develop' into separate_filters
* develop: (91 commits)
  Update resonance scattering test result
  removed additional unnecessary modifications
  removed unnecessary modifications
  updated to only modify the _swap_filters method
  Check for elastic scattering with isotropic mu.
  changed == to is
  fixed issue in tallies.py in making sure static copy of other filter gets updated and updated tests
  fixed bug for misaligned energy and energyout filters
  When 1 temp is available, revert to nearest temp on all processes
  added other_old to _swap_filter method
  fixed tally alignment method in tallies.py
  Make sure get_pandas_dataframe() works with 1D mesh filter
  Fix bug with SurfaceFilter bin ordering
  Check for void materials in tracklength tallies
  Make sure source is in geometry before fiss. check
  Make parent class for filters with IDed objects
  Allow objects in addition to ids in Filters
  Cleaned up rxn_rate_tally property for consistent scattering matrices
  Simplified code for xs_tally property for consistent scattering matrices
  Update inputs for test_diff_tally
  ...

Conflicts:
	openmc/filter.py
	src/output.F90
2017-04-30 17:41:38 -05:00
Paul Romano
09ce720dc1 Add ThermalScattering.from_njoy 2017-04-28 06:42:26 -05:00
Will Boyd
b7440ae3e3 Merge pull request #852 from paulromano/model
Model class and test suite improvements
2017-04-11 09:02:44 -04:00
Will Boyd
8f405d8107 Merge pull request #851 from paulromano/gcc-o2
Change default optimization level for gcc
2017-04-11 07:44:15 -04:00
Paul Romano
2660c5918f Turn on OpenMP by default 2017-04-10 07:32:51 -05:00
Paul Romano
ad2e1cc1b4 Respond to @wbinventor comments on #852 2017-04-10 07:16:17 -05:00
Paul Romano
7156d7cd98 Respond to @nelsonag comments on #852 2017-04-08 15:48:20 -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
b17290e7b6 Update readme.rst and main index.rst 2017-04-06 07:10:22 -05:00
Paul Romano
d406a14769 Fix a few doc bugs ('make latexpdf' now works again) 2017-04-05 12:05:28 -05:00
Paul Romano
a898622260 Move Jupyter notebooks to examples/jupyter 2017-04-05 11:13:25 -05:00
Paul Romano
5c74b85713 Respond to comments on #850 2017-04-05 11:13:21 -05:00
Paul Romano
973b66c1d0 Add section in user's guide on volume calculations 2017-04-03 22:03:24 -05:00
Paul Romano
d006950326 Fix MDGXS part II notebook 2017-04-03 22:03:24 -05:00
Paul Romano
72bf022572 Update nuclear data notebook 2017-04-03 22:03:24 -05:00
Paul Romano
a0a0a8076d Add pin cell, TRISO, and CANDU notebooks 2017-04-03 22:03:24 -05:00
Paul Romano
7b67006472 Add section on parallelization 2017-04-03 22:03:24 -05:00
Paul Romano
d98a6bad94 Clean up processing section 2017-04-03 22:03:24 -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
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
df786664a8 Finish geometry section 2017-04-03 11:53:23 -05:00
Paul Romano
6c40fb640a Continue working through new user's manual 2017-04-03 11:53:23 -05:00
Paul Romano
8a2035a191 Start restructuring user's guide 2017-04-03 11:52:48 -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
amandalund
7af1be9302 Fix surface and mesh filters for current score 2017-03-30 10:50:12 -05:00
amandalund
f08567b096 Changed python API; changed how filters are written to statepoint; changed tally filters array to indices of filters in global array 2017-03-27 16:05:26 -05: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
bbb351f06b Converted openmc.KeffSearch class to openmc.search_for_keff function 2017-03-21 20:40:50 -04: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
Adam Nelson
b63e1133f9 Updated per @paulromano comments 2017-03-20 21:10:04 -04:00