Commit graph

2091 commits

Author SHA1 Message Date
Miriam Rathbun
c8e1f6ee92 Fixed up CAPI notebook and added the link in documentation 2021-02-23 11:56:41 -07:00
Miriam
0228ddba1d Simple example for using CAPI to change temperatures and densities. 2021-02-18 18:26:20 +00:00
aprilnovak
0bba5833fb Allow set_contained to be passed through C-API for setting cell temperatures. Refs #1754 2021-02-04 15:59:56 -06:00
Gavin Ridley
c262407af5
Merge pull request #1746 from paulromano/wmp-performance-opt
Performance optimizations for windowed multipole
2021-01-20 12:59:30 -05:00
YoungHui Park
5f48ec9eeb Rename max_surf_banks to max_particles 2021-01-18 14:36:05 -06:00
YoungHui Park
26c3043726 Rename surf_ids to surface_ids 2021-01-18 14:36:05 -06:00
YoungHui Park
1e01c9b0d0 Move surface source file format description under source file format 2021-01-18 14:36:05 -06:00
YoungHui Park
61ce6e528c Add missing changes on statepoint.rst 2021-01-18 14:36:05 -06:00
YoungHui Park
12621cb993 Minor rewording 2021-01-18 14:36:05 -06:00
YoungHui Park
eecb2a8507 Add a new format file for surface source 2021-01-18 14:36:05 -06:00
YoungHui Park
3b946ed607 Update source file format with surf_id 2021-01-18 14:36:05 -06:00
YoungHui Park
e2a95a5add Update settings specification with surf_src_read/write 2021-01-18 14:36:05 -06:00
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