Paul Romano
23072d1713
Fix use of alpha in publications list
2020-06-23 22:17:57 -05:00
Paul Romano
d28325ab03
Add ANS summer meeting papers to publications list
2020-06-22 10:47:26 -05:00
Paul Romano
490e906026
Fix signature of openmc_load_nuclide in documentation
2020-06-22 09:27:17 -05:00
Andrew Johnson
8fdf6cc6a7
Use app.add_css_file when building docs
...
app.add_stylesheet was deprecated in Sphinx 1.8 and will
be removed in 4.0
https://www.sphinx-doc.org/en/master/extdev/deprecated.html
The replacement app.add_css_file
https://www.sphinx-doc.org/en/master/extdev/appapi.html#sphinx.application.Sphinx.add_css_file
was renamed from add_stylesheet in 1.8
2020-06-19 07:56:08 -04:00
Andrew Johnson
5db729e3e1
Use intersphinx file from numpy.org
...
Raises a notice when building documentation that
the file has been moved. Docs still build correctly,
but don't know how long the inventory file will exist under
the scipy domain
2020-06-19 07:55:31 -04:00
Paul Romano
1387b75865
Add a few recent publications to list
2020-06-18 16:22:36 -05:00
Paul Romano
ff58c199b1
Add test for borrowing FPY, update documentation
2020-06-16 22:32:40 -05:00
Pranto
0d3c4838cb
Update docs/source/quickinstall.rst
...
Oh my God! How can I miss this! Thanks.
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2020-06-16 20:08:42 +06:00
Pranto
ad0d31a54a
Update docs/source/quickinstall.rst
...
Looks good
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2020-06-16 19:13:15 +06:00
Pranto
6811f0c406
Update docs/source/quickinstall.rst
...
I was thinking about creating a new env also. Thanks for the suggestion.
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2020-06-16 19:11:40 +06:00
Pranto
5cd6abbcc9
Add note
2020-06-16 08:03:28 +06:00
Pranto
59526fb5dd
Small change
2020-06-12 13:24:35 +06:00
AI-Pranto
ca72d6a9eb
update quick install docs
2020-06-12 09:17:10 +06:00
Paul Romano
2d048805c5
Merge pull request #1578 from shikhar413/lib_batches_setter
...
Python bindings for setting n_batches through C API
2020-06-11 11:30:53 -05:00
Shikhar Kumar
62d1a650e3
Address @promano comments
2020-06-10 20:33:11 -04:00
Cyrus Wyett
6cbfcb1055
Clearer wording?
2020-06-03 04:35:49 +01:00
Shikhar Kumar
a9d0b127b7
Update docs
2020-06-01 21:25:34 -04:00
Shikhar Kumar
6e7f524561
Create getter funtion for n_batches, update test_lib.py
2020-06-01 21:19:06 -04:00
Shikhar Kumar
7b4db3279a
Set n_batches and n_max_batches through C API
2020-06-01 18:06:31 -04:00
Patrick Shriwise
670f9d0609
Merge pull request #1558 from paulromano/effective-dose
...
Add function for getting effective dose coefficients from ICRP-116
2020-05-26 17:01:34 -05:00
Patrick Shriwise
dd67027c0f
Merge pull request #1570 from gonuke/doc_typo
...
small language typo
2020-05-24 14:27:11 -05:00
Paul P.H. Wilson
e48b6fc1ca
small language typo
2020-05-22 15:40:12 -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
Andrew Johnson
46e98e4a01
Move deplete function to dedicated pool module; removed timed_deplete
2020-05-09 15:01:49 -04:00
Paul Romano
698df9294a
Implement openmc.data.dose_coefficients function based on ICRP-116 data
2020-05-08 11:47:26 -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
1212adc11b
Revise first paragraph in depletion methods docs (thanks @drewejohnson)
2020-04-15 09:03:55 -05:00
Paul Romano
b031db944d
Address @drewejohnson comments on #1545
2020-04-15 06:32:22 -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
Paul Romano
b584a08b60
Add a few recent publications that used OpenMC
2020-04-08 14:56:25 -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
Patrick Shriwise
ae3a0f4a3b
Additions to documentation for file specs and examples.
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