Commit graph

1579 commits

Author SHA1 Message Date
Paul Romano
425de8943f Minor optimizations for WindowedMultipole 2021-01-13 14:57:09 -06: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
51e8cb41e0 Clarify meaning of temperature in geometry spec (thanks @gridley) 2020-12-08 14:16:42 -06: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
Patrick Shriwise
b7582e28ab
Merge pull request #1720 from paulromano/autodoc-fix
Fix documentation for several classes
2020-11-10 14:13:34 -06:00
Paul Romano
7a505613d1
Merge pull request #1705 from nelsonag/mt_mgxs
MGXS API Changes for Arbitrary Reaction Channels and for Accurate Chi Computation
2020-11-10 07:37:00 -06:00
Paul Romano
d276fb590d Avoid mocking many third-party packages when building documentation 2020-11-09 14:33:29 -06:00
Adam Nelson
5a94e66bf3 Merge remote-tracking branch 'upstream/develop' into mt_mgxs 2020-10-29 08:34:17 -05: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
Adam Nelson
d2c00b4f1b Added tests and fixed code accordingly 2020-10-22 14:13:32 -05:00
Patrick Shriwise
5b81083742
Merge pull request #1691 from paulromano/sourcesite-python
Generation of source files from Python
2020-10-21 16:42:42 -05:00
Paul Romano
a6bb97cf43 Add missing symlinks in docs/source/examples directory 2020-10-20 07:25:35 -05:00
Paul Romano
441d081dd5 Implement write_source_file function 2020-10-14 15:46:58 -05:00
Paul Romano
4f7617e90c Fix documentation for source site attributes 2020-10-14 15:10:03 -05:00
Paul Romano
7228bba307 Use nbsphinx for rendering Jupyter notebooks in documentation 2020-10-14 07:57:52 -05:00
Patrick Shriwise
a70eda04ff
Merge pull request #1666 from paulromano/tally-fixes
Several fixes/improvements for large tally cases
2020-10-12 12:36:25 -05:00
Adam Nelson
779422b9ce
Merge pull request #1686 from gridley/fix_depletion_restart_example
(tiny) Fix depletion restart example
2020-10-09 08:00:11 -05:00
Gavin Ridley
96219c350c fix minor typo in dev workflow doc 2020-10-08 20:05:39 -04:00
Miriam
c50306904b Added DiffusionCoefficient class to mgxs.py
To continue in the effort of merging Sam Shaner's transient capability,
this next PR adds the class DiffusionCoefficient to mgxs.py. It uses
the TransportXS class, but has some unique features in get_condensed_xs()
requiring its own function. There won't be any other MGXS classes added
after this.

I updated the docstrings and the appropriate regression tests.
Since my system outputs different formatting for the
mgxs_library_distribcell test, it is possible this test will continue
to fail. However, I did my best to modify it by hand so that it will pass.
2020-09-23 16:35:22 +00:00
Paul Romano
2997120755 Display time writing statepoint files 2020-09-23 07:47:45 -05:00
Paul Romano
35f8f03f10 Combine flux and hybrid reaction rate helpers 2020-09-15 10:23:31 -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
6ab74d1278
Merge pull request #1640 from cjwyett/develop
Making the example modelling more consistent and repetitive.
2020-08-31 13:53:24 -05:00
Cyrus Wyett
5dd2165df8
quick typo fix in publications.rst 2020-08-31 14:13:41 +01: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
cf656032f7 Simplify sampling function name in doc
sample_source -> sample
2020-08-28 09:37:28 +01:00
Dan Short
798b66a527 Fix typo in settings.rst
create_openmc_source -> openmc_create_source
2020-08-28 08:17:55 +01:00
Paul Romano
60c3a9dc4e
Merge pull request #1606 from mkreher13/transient-rewrite
Added classes to mgxs.py
2020-08-24 15:49:41 -05: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
Paul Romano
b4827e9ad2
Merge pull request #1641 from AI-Pranto/user-forum
Update User-Forum link
2020-08-17 13:51:10 -05: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
3c2f36cd46
Update user forum
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2020-08-17 19:47:46 +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
AI-Pranto
caa43a3794 discourse user forum 2020-08-16 14:33:34 +06:00
Paul Romano
6d90853d0b Add function for getting naturally-occurring isotopes 2020-08-14 15:05:01 -05:00
Paul Romano
efbd375fce Add note about depletable attribute in user's guide documentation 2020-08-10 08:03:23 -05:00
Paul Romano
c3968ff9a9 Expand description of normalization_mode in docstring 2020-08-10 07:29:37 -05:00
Paul Romano
14175b50ed Update depletion documentation to mention fixed-source mode 2020-08-07 11:10:35 -05:00
Paul Romano
c3d3b5a71f Increment version of depletion results file, and support reading older version 2020-08-06 08:38:54 -05:00
Miriam
4e4c559616 Updated documentation
Added current to mgxs.rst and cleaned up descriptions in Current & MeshSurfaceCurrent class
2020-08-05 22:57:02 +00:00
Dan Short
475656e6e0 Simplify test and fix typos in documentation 2020-08-05 16:10:04 +01:00