Gavin Ridley
a215e39182
remove all occurrences of Particle::{Bank,Type}
2021-05-03 18:03:06 -04:00
Patrick Shriwise
c996a1476a
Update installation notes for DAGMC and libMesh in the user's guide.
2021-04-07 19:07:07 -05:00
Patrick Shriwise
33158e7815
Adding notes on libmesh CMake option to the install guide.
2021-04-07 19:07:07 -05:00
Paul Romano
e7aab41c62
Address comments from @gridley
2021-03-18 15:58:38 -05:00
Paul Romano
95177d8888
Apply @drewejohnson suggestions from code review
...
Co-authored-by: Andrew Johnson <drewejohnson@users.noreply.github.com>
2021-03-18 06:39:34 -05:00
Paul Romano
56fa60983d
Add doc section on file-based sources
2021-03-17 07:34:01 -05:00
Paul Romano
f06f5b420e
Remove build instructions for Xeon Phi
2021-03-17 07:34:01 -05:00
Paul Romano
e4adb9f9b9
Remove description of old scripts
2021-03-17 07:34:01 -05:00
Paul Romano
4f9bbca7f3
Add note about specifying volume for depletion
2021-03-17 07:34:01 -05:00
Paul Romano
b66664cbf6
Elaborate on choice of number of particles/batches in docs
2021-03-17 07:34:01 -05:00
Paul Romano
ce22b1905c
Add Docker instructions to regular installation section
2021-03-17 07:34:01 -05:00
Paul Romano
952bd36197
Remove PPA install instructions
2021-03-17 07:34:01 -05:00
Paul Romano
0ef1f95978
Fix broken links, use https over http, replace redirects
2021-03-17 07:31:47 -05:00
Bryan Herman
c3aeb41057
addressed comments in install docs
2021-03-12 13:25:34 +00:00
Bryan Herman
879da99e2e
removed spack command output in install docs
2021-03-12 12:43:44 +00:00
Bryan Herman
4b6f69d0a9
addressed comments in quick install
2021-03-12 12:40:18 +00:00
Bryan Herman
80685b4496
Update docs/source/usersguide/install.rst
...
fixed grammar
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-03-12 07:12:56 -05:00
Bryan Herman
1ee9f3e79f
Update docs/source/usersguide/install.rst
...
fixed reference link syntax
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-03-12 07:12:29 -05:00
Bryan Herman
ae53953bae
documented Spack installation in install docs
2021-03-10 13:10:48 +00:00
Paul Romano
84d501e0b1
Merge pull request #1782 from gridley/address_1775
...
add warnings about untrusted OpenMC models to user guide
2021-03-08 06:42:56 -06:00
Paul Romano
9755fa55af
Fix a few docbuild issues
2021-03-04 23:25:21 -06:00
Gavin Ridley
354c29b302
add warnings about untrusted OpenMC models
2021-03-04 15:49:17 -05:00
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