yardasol
030e14a799
update name of function in example
2022-07-19 12:55:05 -05:00
yardasol
7e671d4e57
Change defualt constructor to accept a Materials object
...
The classmethod, from_nuclides, retains the volume-nuclide constructor
2022-07-19 12:33:56 -05:00
yardasol
3817750bff
fix Operator syntax in UG Chapter 8 example
2022-07-19 12:20:22 -05:00
yardasol
d69150db0c
Merge branch 'refactor-deplete-operators' into transportoperator-subclass-notransport
2022-07-19 10:08:20 -05:00
yardasol
80fbcdcdf3
move intermediate classes to their own section in the api docs
2022-07-14 15:14:35 -05:00
yardasol
7b04111420
add small blurb about OpenMCOperator; move TalliedFissionYieldHelper to different section
2022-07-14 14:23:11 -05:00
yardasol
39472e286c
add OpenMCOperator to docs, fix referecne to TalliedFissionYieldHelper
2022-07-14 12:56:19 -05:00
yardasol
2e13a83885
Merge branch 'develop' into transportoperator-subclass-notransport
2022-07-13 11:47:05 -05:00
yardasol
5f8e1ff9d9
Address paulromano's comments
...
- various syntax adjustments and cleanups
- remove unneeded import statements
- add more information to new section in user's guide
- typo fixes
- remove dilute_initial
- move _validate_micro_xs_inputs back into the class as a static method
- update tests to reflect changes
2022-07-12 11:44:12 -05:00
yardasol
c67f889d99
typo fix in depete api page
2022-07-07 16:44:26 -05:00
yardasol
3e5f47b0be
Added references to the new class in the docs
2022-07-07 16:22:30 -05:00
Paul Romano
7723ea492c
Add Material.get_nuclide_activity method and decay_constant function
2022-06-28 23:16:50 -05:00
Paul Romano
5913308841
Merge pull request #2079 from shimwell/adding_activity_to_material
...
Adding activity to material
2022-06-23 06:24:25 -05:00
Jonathan Shimwell
87dafd1e31
review comments from @paulromano
2022-06-21 23:14:49 +00:00
Andrew Johnson
64becd2c70
Merge pull request #2077 from paulromano/depletion-renaming
...
Rename deplete.ResultsList → deplete.Results
2022-06-13 21:57:44 -07:00
Paul Romano
2f440125d9
Fix error in documentation (thanks @andrewmholcomb). Closes #2082
2022-06-10 09:02:26 -05:00
Paul Romano
8bfb1889b9
Rename deplete.ResultsList -> deplete.Results
2022-06-03 09:04:00 -05:00
Paul Romano
aacf3c4938
Rename deplete.Results -> deplete.StepResult
2022-06-03 09:03:59 -05:00
Paul Romano
0b77cc7edc
Allow normal instantiation of ResultsList (instead of from_hdf5)
2022-06-03 09:03:57 -05:00
Patrick Shriwise
fe230168fb
Merge pull request #2071 from paulromano/flf-improve-track
...
Major overhaul of track file capability
2022-06-02 14:32:49 -05:00
Paul Romano
6c07553b89
Add cell instance to particle track file (thanks @pshriwise for suggestion)
2022-05-31 17:08:40 -05:00
Paul Romano
8fdbbd2c43
Set default max_tracks to 1000
2022-05-31 07:32:29 -05:00
Paul Romano
df50db22e1
Merge pull request #2061 from cfichtlscherer/theta_distribution_spherical_independent
...
Uniform distribution of cos(theta) in SphericalIndependent
2022-05-27 06:46:00 -05:00
Paul Romano
ae849c5842
Have filter methods return new Track/Tracks objects
2022-05-25 22:12:44 -05:00
Paul Romano
2e54c31915
Rename TrackFile --> Tracks
2022-05-25 16:58:20 -05:00
Kalin Kiesling
84a4eb57fb
Update docs/source/quickinstall.rst
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2022-05-25 13:35:00 -05:00
Paul Romano
2e0472d57c
Respond to @shimwell comments on #2071
2022-05-23 12:28:28 -05:00
Paul Romano
fb5597a88f
Mention multiple track files when run with MPI in documentation
2022-05-20 12:59:50 -05:00
Paul Romano
e056180f73
Add doc section on particle track files to user's guide
2022-05-20 10:47:02 -05:00
Paul Romano
93e7471132
Update io_formats documentation for track files (and file version)
2022-05-19 13:27:34 -04:00
Paul Romano
b786ad4c9f
Write separate track files for multiple MPI ranks
2022-05-19 13:27:33 -04:00
Paul Romano
365aa0b0eb
Write all tracks to a single file
2022-05-19 13:27:33 -04:00
Paul Romano
2e9560a72c
Add TrackFile Python class for parsing track files
2022-05-19 13:27:33 -04:00
Kalin Kiesling
2b779091da
update same info in install.rst
2022-05-16 11:41:03 -05:00
Kalin Kiesling
3a44e1fce9
more details on mamba vs conda
2022-05-16 11:39:40 -05:00
Kalin Kiesling
4efb743179
reorder mamba install instructions
2022-05-16 11:29:14 -05:00
Kalin Kiesling
d8dc09e315
mamba create -n opemnc actually still uses conda install, so updated to make it two different steps to avoid failure
2022-05-12 13:29:00 -05:00
Kalin Kiesling
ea74bf0e4a
typo
2022-05-12 13:20:40 -05:00
Kalin Kiesling
fc454abcd1
updated conda install to specify using mamba instead
2022-05-12 13:18:53 -05:00
Christopher Fichtlscherer
8ec37d80d2
Update docs/source/io_formats/settings.rst
...
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2022-05-10 09:17:01 +02:00
cpf
021215a2b9
included paulromanos suggestions
2022-05-09 20:03:28 +02:00
Paul Romano
45a6b31c8f
Change StatePoint.k_combined -> keff, ResultsList.get_eigenvalue -> get_keff
2022-05-02 12:09:43 -05:00
Paul Romano
f8f788352f
Fix IO format documentation for surf_source_read/write
2022-04-29 06:48:55 -05:00
yardasol
294f57318d
Merge branch 'develop' into cylinder-sector
2022-04-07 18:55:51 -05:00
Paul Romano
2d911ef6b9
Merge pull request #2023 from yardasol/octagon
...
`IsogonalOctagon` composite surface
2022-04-07 15:36:46 -05:00
Kalin Kiesling
ec4f1b71b5
fixing a typo because I mix up control and command keys on macs still - again
2022-04-06 14:14:12 -05:00
Kalin Kiesling
6208b40770
fixing a typo because I mix up control and command keys on macs still
2022-04-06 14:10:03 -05:00
Kalin Kiesling
3ba511c056
update mpi options
2022-04-06 13:41:44 -05:00
Kalin Kiesling
ac607a83f9
updated more mpi instances in install documentation
2022-04-06 09:33:49 -05:00
Kalin Kiesling
4029483493
wording
2022-04-05 15:59:41 -05:00