Commit graph

821 commits

Author SHA1 Message Date
Andrew Johnson
0c97807da8
Clarify documentation on Operator diff_burnable_mats
In PR #1392, it was revealed that the distribution of material
volumes with ``diff_burnable_mats`` was not clear. In that PR,
the Operator now divides the volume of the shared material
equally across all identical and newly created instances.
This commit adds some clarifying language into the Operator
docstring and depletion users guide on the handling
of volumes across repeated materials.
2019-11-08 12:08:57 -05:00
Paul Romano
6799da13f1
Merge pull request #1374 from pshriwise/volume_trigger
Volume Calculation Trigger
2019-10-15 15:58:20 +07:00
Patrick Shriwise
a4f98661c1
Update docs/source/usersguide/volume.rst
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2019-10-14 18:45:30 -05:00
Patrick Shriwise
f251822b9f Removing trailing whitespace in doc file. 2019-10-08 13:31:37 -05:00
Patrick Shriwise
1d27972d50 Updating volume documentation to include info about volume trigger types. 2019-10-05 13:25:25 -05:00
Patrick Shriwise
0914330f8d Updating volume documentation. 2019-10-05 10:58:11 -05:00
Paul Romano
5b195b6e9f Various fixes and updates in documentation 2019-10-04 14:00:22 -05:00
Paul Romano
c18f845712 Fix broken links in documentation 2019-10-04 09:33:20 -05:00
Andrew Johnson
1d08279c02
Respond to reviewer comments on depletion caveats 2019-09-20 13:29:46 -05:00
Andrew Johnson
12201f7361
Add discussion in user's guide on depletion caveats
Potential over-depletion using the fission-q
energy deposition mode and some remedies.

Repeated burnable materials are depleted as a single material
unless diff_burnable_mats=True is given to the Operator
2019-09-19 16:37:26 -05:00
Paul Romano
8f2b0a01b6
Merge pull request #1332 from drewejohnson/depletion-example-notebook
Depletion example notebook
2019-09-18 13:21:34 -05:00
Andrew Johnson
0c02e58b78
Documentation for modifications to total heating 2019-09-16 14:01:48 -05:00
Paul Romano
d84c379007 Fix up heating tally scores 2019-09-13 09:31:08 -05:00
Andrew Johnson
269b3bf2d1
Update user's guide on depletion
Indicate class-based integration, and pull results from file
using `ResultsList.from_hdf5`
2019-09-05 16:50:16 -05:00
Andrew Johnson
37c871cbad
Add hyperlink to CASL depletion benchmark in scripts documentation
https://doi.org/10.2172/1256820
2019-08-19 10:08:15 -05:00
Andrew Johnson
6b87ada752
Apply suggestions from code review
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2019-08-13 16:59:25 -05:00
Andrew Johnson
066885ddec
Document openmc-make-depletion-chain[-casl] scripts 2019-08-08 16:53:12 -05:00
zxkjack123
f0727c654a fix a typo 2019-08-05 11:22:16 -05:00
Paul Romano
c2e612a503 Update HDF5 data version to 3.0 2019-06-25 07:31:53 -05:00
Paul Romano
5f001ee6b5 Add a short user's guide section on depletion 2019-06-14 22:22:38 -05:00
Paul Romano
f21de21ccc Start writing release notes for the next release 2019-06-14 14:33:19 -05:00
liangjg
39a38f9dca update document for photon heating 2019-04-11 14:14:05 -04:00
liangjg
2af3af48dd heating tally specification 2019-03-26 12:56:14 -04:00
Paul Romano
86d187a0a7 Turn Particle.coord_ into a std::vector (remove MAX_COORD) 2019-03-19 13:56:45 -05:00
Paul Romano
97f487da5b Fix typo in tallies user documentation 2019-03-11 13:06:23 -05:00
Paul Romano
a48d590158 Store heating, gas production, and damage energy as redundant reactions 2019-03-10 14:42:13 -05:00
Adam Nelson
b2d6a06284
Merge pull request #1188 from paulromano/translate-and-points
Add translate method for surfaces/regions and two convenience functions
2019-03-08 14:52:54 -06:00
Paul Romano
325f9fcf72 Use lower-case argument names for surfaces consistently 2019-03-08 11:25:26 -06:00
amandalund
9a861db193 Update photon data 2019-03-06 10:03:40 -06:00
Paul Romano
6b8c956726 Remove mention of Fortran in documentation 2019-02-21 22:44:24 -06:00
Paul Romano
90568ba96c Remove xs conversion scripts and update documentation 2019-02-15 15:09:05 -06:00
Patrick Shriwise
56bfba392f Adding documentation changes requested by @paulromano. 2019-01-31 10:46:26 -06:00
Patrick Shriwise
d277f11188 Cleaning up DAGMC documentation a little bit. 2019-01-30 20:37:18 -06:00
Patrick Shriwise
7f1ae5fe05 Adding information about the DAGMC_ROOT variable. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
48858db31a Adding some clarity on the dagmc model filename. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
5c7e8a9cf8 Adding a dagmc note in the CMake options list. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
2758770153 Adding some documentation about how to configure and install with DAGMC. 2019-01-30 20:37:17 -06:00
Shikhar Kumar
ee9a6ab065 So begins the CMFD Fortran purge :D (~3.6K lines) 2018-11-24 00:13:37 -05:00
Paul Romano
d8db9918c1 Remove openmc-get-multipole-data script (since we will provide data) 2018-11-12 13:35:32 -06:00
Paul Romano
3246a9320e Remove option to specify multipole library outside of cross_sections.xml 2018-11-12 13:35:29 -06:00
amandalund
c389f28582 Merge branch 'develop' into photon-new 2018-08-02 15:41:03 -05:00
Paul Romano
baabf2fc2b change mit-crpg -> openmc-dev 2018-08-02 10:49:40 -05:00
amandalund
91d8ccd354 Added documentation to user's guide and file format specifications 2018-07-20 14:40:15 -05:00
amandalund
85205b338c Address #1023 comments 2018-07-18 07:55:00 -05:00
amandalund
7dcd6239eb Updated some documentation. 2018-07-05 15:32:33 -05:00
amandalund
11516a8e5c Merge branch 'develop' into photon-new 2018-07-02 14:57:39 -05:00
amandalund
c912cdce70 Merge branch 'develop' into photon-new 2018-06-28 16:19:54 -05:00
Paul Romano
a4a87ee97d Two doc fixes 2018-06-27 07:26:12 -05:00
Paul Romano
d5bc4dacae
Merge pull request #1001 from nelsonag/mgxs_expansion_with_tests
Incorporation of Expansion filters in to MGXS
2018-05-08 14:58:41 -05:00
Adam G Nelson
b61c67a12c fixes per request of @paulromano: fixing test scratch files vice using .gitignore, minor typo in docs, and some otherwise small code cleanups 2018-05-01 19:17:21 -04:00