Commit graph

821 commits

Author SHA1 Message Date
Ariful Islam Pranto
ed5ddf047b
update install.rst 2020-08-17 19:45:33 +06:00
AI-Pranto
5830456d1f user-forum link in troubleshoot.rst 2020-08-16 16:03:53 +06:00
AI-Pranto
49194f05ad update install.rst 2020-08-16 14:47:37 +06:00
Paul Romano
efbd375fce Add note about depletable attribute in user's guide documentation 2020-08-10 08:03:23 -05:00
Paul Romano
14175b50ed Update depletion documentation to mention fixed-source mode 2020-08-07 11:10:35 -05:00
Dan Short
475656e6e0 Simplify test and fix typos in documentation 2020-08-05 16:10:04 +01:00
Dan Short
651c8825f3 Updates to documentation
Accounts for serialized -> parameterized change.
Simplifies some of the examples to be more appropriate for
documentation.
Removes use of external destroy method.
2020-08-05 15:55:18 +01:00
Paul Romano
32d2aada20 Update documentation (energy_mode -> normalization_mode) 2020-08-03 15:01:09 -05:00
Dan Short
9c1b318e78 Only instantiate custom source once
In the existing custom_source implementation, the source will only be
created once. This is much more efficient than the custom serialized
source, where each sampling will create a new instance of the class.
As there could be many samples, this introduces an overhead,
particularly if the operations to instantiate the class are not trivial.
This implementation defines an abstract class, which is then used by the
custom classes to allow the custom serialized class to be created based
on the plugin, sampled from, and then destroyed.
Update documentation and test to reflect this.
2020-08-03 17:38:12 +01:00
Dan Short
8bb10563c1 Pass serialization as parameter attribute
Changes the implementation of the serialization to be on an attribute of
the source XML element within settings.xml. This removes the need for a
new file containing the serialization.
Parameters are provided as a key-value string, separated by a comma and
a space, although the implementation can change this is required.
Change example values to align with existing custom_source to make
comparisons easier.
Update documentation to be consistent.
2020-08-03 14:24:17 +01:00
Dan Short
b5de1fce2d Add documentation
This describes the general concept of serialization and gives an example
of how to write a source_sampling function that deserializes the input
and uses values set via the serialized form.
2020-07-31 17:10:32 +01:00
Paul Romano
c3368d2c11 Combined secondary particle data into _REACTIONS in chain.py 2020-07-23 09:05:25 -05:00
Paul Romano
4ce7df9f54
Merge pull request #1607 from rockfool/develop
Typo fix the unit of fission_q
2020-07-14 10:26:27 -05:00
Jiankai Yu
33bb0ecbd8 fix a small typo in unit of fission_q 2020-07-14 10:00:12 -04:00
Paul Romano
17e39c0223 Allow photons to score to scatter/absorption (and individual reactions) 2020-07-09 07:26:18 -05:00
Paul Romano
edf4d72c16 Respond to @drewejohnson comments on #1566 2020-05-18 06:27:26 -05:00
Paul Romano
73cbdb6324 Allow depletion with MPI and serial HDF5 2020-05-15 14:39:22 -05:00
Paul Romano
17a3aadfa5 Fix placement of normalization factor. Fix link in depletion methods 2020-04-20 11:50:34 -05:00
Paul Romano
22d31174e1 Add depletion methodology documentation 2020-04-14 13:46:34 -05:00
Paul Romano
be46e6b603 Add example of using union operator on half-spaces 2020-04-13 14:43:53 -05:00
Paul Romano
3e4fc5877b Add example of conical angular distribution 2020-04-13 14:32:01 -05:00
Paul Romano
767d65bddf Add user's guide section on normalizing tally results 2020-04-13 14:05:31 -05:00
Paul Romano
b73f07655b Move custom source description to user's guide 2020-04-13 07:22:57 -05:00
Patrick Shriwise
fa2f83ac54 Typo fix. 2020-03-25 09:09:40 -05:00
Patrick Shriwise
895249b6ca Addressing changes from PR review. 2020-03-25 03:21:39 -05:00
Patrick Shriwise
b9c31d904e Some updates to the current documentation for accuracy. 2020-03-19 14:15:26 -05:00
Mikolaj Adam Kowalski
9c8e22add8 Add missing suggestion by @paulromano 2020-03-19 16:08:42 +00:00
Mikolaj-A-Kowalski
671c902350
Apply suggestions from code review
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2020-03-19 15:43:20 +00:00
Mikolaj Adam Kowalski
2debfc0d8a Address comments by @paulromano 2020-03-19 15:40:27 +00:00
Mikolaj Adam Kowalski
ec10221219 Address comments by @pshriwise 2020-03-19 12:04:44 +00:00
Mikolaj-A-Kowalski
9a782c8067
Apply suggestions from code review
Co-Authored-By: Simon Richards <s.richards@physics.org>
2020-03-17 18:56:36 +00:00
Mikolaj Adam Kowalski
275512bb0e Add documentation for atoms calculations via cell 2020-03-11 18:40:51 +00:00
Paul Romano
a10cc764a3
Merge pull request #1511 from SamPUG/develop
Added documentation for material mixing
2020-03-06 09:22:18 -06:00
SamPUG
5db1eadc56
Apply formatting suggestions.
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2020-03-04 13:39:39 +00:00
Paul Romano
3fc25be950
Merge pull request #1503 from Mikolaj-A-Kowalski/develop
Enrichment of 2-Isotope Elements
2020-03-04 07:38:24 -06:00
Mikolaj-A-Kowalski
bcc4a52eb9
Apply suggestions from code review
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2020-03-04 11:41:52 +00:00
SamPUG
595bde5175
Made suggested changes to material section in user guide.
Co-Authored-By: Simon Richards <s.richards@physics.org>
2020-03-04 09:07:09 +00:00
Sam Powell-Gill
56c07815ec Changed example for mix_materials 2020-03-03 13:52:21 +00:00
Sam Powell-Gill
97a835cc24 Added section to user guide on Mixing materials. 2020-03-03 10:53:02 +00:00
ChasingNeutrons
30c5167fb6
Merge pull request #4 from ChasingNeutrons/element_name
Changes to be consistent with PEP8 style
2020-02-28 12:33:26 +00:00
Paul Cosgrove
abd8175a15 Changes to be consistent with PEP8 style 2020-02-28 12:36:57 +00:00
Mikolaj Adam Kowalski
d1f71f2328 Address further comments by @simondrichards
Corrects spelling and grammar.
2020-02-26 15:50:53 +00:00
ChasingNeutrons
eba6a6e4c8
Merge pull request #2 from openmc-dev/develop
Update alongside openmc-dev
2020-02-26 13:28:49 +00:00
Mikolaj Adam Kowalski
9078010d88 Address comments by @simondrichards
Also remove spaces between Raises entries in docstring of Element.expand
2020-02-26 12:18:19 +00:00
Ethan Peterson
3d3a27f841 applied suggestions from code review 2020-02-25 08:42:21 -05:00
Paul Cosgrove
bf7f7327a5 Changed a word in docs to clarify meaning 2020-02-25 13:18:02 +00:00
Paul Cosgrove
04e57d06f2 Modified docs to mention adding elements by name 2020-02-25 13:15:59 +00:00
Paul Romano
4200b0dfbf Update depletion-related documentation 2020-02-12 16:05:58 -06:00
John Tramm
3b9451bc73 More comment incorporation from code review. 2020-01-27 17:12:15 +00:00
Paul Romano
1ec4dc5efc Update installation instructions, remove vendor.txt file 2020-01-12 16:49:09 -06:00