Commit graph

635 commits

Author SHA1 Message Date
Patrick Shriwise
f97ed95559
Merge pull request #1733 from paulromano/small-fixes
Collection of small fixes
2020-12-22 16:20:47 -06:00
Paul Romano
4b1cd83a54 Address @pshriwise comments on #1733 2020-12-22 15:04:51 -06:00
Sterling Harper
8879414824 Merge remote-tracking branch 'upstream/develop' into bc_update 2020-12-18 23:30:37 -07:00
Paul Romano
4d4ff83c22 Fix a few mistakes in user's guide xs config section 2020-12-08 13:53:35 -06:00
Sterling Harper
a8ecb795a3 Assume un-aligned normals for rotational BCs 2020-11-14 14:00:16 -07:00
Paul Romano
9af5541e88 Make Source::sample() method const 2020-10-27 10:02:03 -05:00
Paul Romano
33b7dcfe22 Update documentation regarding custom sources 2020-10-23 14:11:34 -05:00
Paul Romano
13dadf9c24 Merge branch 'develop' into ccfe-spp-2 2020-09-10 06:34:37 -05:00
Guillaume Giudicelli
8dfbc0662b Set log level when confusion occurs with the templated log params 2020-08-31 16:35:55 -06:00
Guillaume Giudicelli
d183a25376 Fix documentation on particle restart flag 2020-08-31 16:07:32 -06:00
Paul Romano
726adfb46c
Merge pull request #1623 from DanShort12/serialised_custom_source
Add support for serialized custom sources
2020-08-31 07:35:49 -05:00
Dan Short
0245d33562 Update doc to align with latest changes 2020-08-28 09:50:05 +01:00
Dan Short
821e7d9825 Remove old source_sampling custom source method
Custom sources are now created only through the new class-based method,
which supports parameterization.
New method also slightly adjusted to create the source as managed by a
unique_ptr.
Examples and tests updated to align with this approach.
Documentation updated.
2020-08-21 12:05:43 +01:00
Ariful Islam Pranto
d67b941658
Update troubleshoot.rst
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2020-08-17 19:48:31 +06:00
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