yardasol
89d79310bb
revert DepletionOperator to TransportOperator; doc updates
2022-08-01 12:44:28 -05:00
yardasol
78e4e0aedf
doc adjustments from @paulromano's comments
2022-08-01 12:20:46 -05:00
yardasol
3e81a86915
TransportOperator->DepletionOperator
2022-07-30 18:37:51 -05:00
yardasol
773757246b
Operator->CoupledOperator
...
- update references in docstrings and docpages
- minor adjustments to related docs in deplete module files
- retain backwards compatiblity by exporint Operator alias
2022-07-30 16:46:31 -05:00
yardasol
ea1e2d02c4
Adjust docpages to accomodate new transport-independent depletion
...
scheme.
2022-07-30 15:17:16 -05:00
yardasol
3e827530ba
make changes from @paulromano's 3rd review
...
- syntax fixes and adjustments
- change name of FluxDepletionOperator to IndependentOperator
- flux_operator.py -> independent_operator.py
- new class, MicroXS, for creating (for now) one-group microscopic
cross section DataFrames. This class takes the functionality that was
previously in static functions in IndependentOperator
- Associated changes to the test suite and online docs
2022-07-28 17:50:06 -05:00
yardasol
61ad9c977c
fix Minimal example syntax
2022-07-20 11:04:39 -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
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
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
2e54c31915
Rename TrackFile --> Tracks
2022-05-25 16:58:20 -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
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
yardasol
294f57318d
Merge branch 'develop' into cylinder-sector
2022-04-07 18:55:51 -05:00
yardasol
370625be55
Added reference to CylinderSector in the sphinx documentation
2022-04-04 18:06:48 -05:00
yardasol
f4e96453ab
changed Octagon to IsogonalOctagon
2022-04-04 14:24:49 -05:00
yardasol
ab0fcc7ca4
put Octagon in alphabetical order
2022-04-04 13:03:12 -05:00
yardasol
71e76b251e
Add reference to Octagon in the Sphinx docs
2022-04-04 12:47:44 -05:00
Paul Romano
dc18f59d82
Allow user to override num processes used for depletion
2022-03-22 06:53:47 -05:00
Paul Romano
78885ce17c
Add wwinp_to_wws to documentation
2022-03-18 11:03:34 -05:00
Paul Romano
fdd5e10822
Release notes for 0.13.0
2022-02-04 07:19:35 -06:00
Paul Romano
eca7919127
Add WeightWindows to API docs
2022-01-08 15:19:33 -06:00
Paul Romano
24b741f2b3
Initial implementation of time filter
2022-01-05 07:43:42 -06:00
Paul Romano
cd803764c5
Add torus bounding_box methods and fix docstrings
2021-12-22 11:47:37 -05:00
Olaf Schumann
c0bcc3f1ca
Renamed Rational to Power Law
2021-10-11 19:48:35 +00:00
Olaf Schumann
557a5c66b2
Add rational distribution to documentation
2021-10-05 20:06:02 +00:00
Paul Romano
e0284d93fc
Change examples link in docs/source/pythonapi/index.rst
2021-07-22 09:32:13 -05:00
Amelia J Trainer
ab32931870
Merge branch 'develop' into collisionFilter
2021-04-07 11:22:43 -04:00
Amelia Trainer
d1d4553661
addressed some of the requested changes from PR
2021-03-25 14:21:58 -04:00
Paul Romano
0ef1f95978
Fix broken links, use https over http, replace redirects
2021-03-17 07:31:47 -05:00
Adam Nelson
5a94e66bf3
Merge remote-tracking branch 'upstream/develop' into mt_mgxs
2020-10-29 08:34:17 -05:00
Adam Nelson
d2c00b4f1b
Added tests and fixed code accordingly
2020-10-22 14:13:32 -05:00
Paul Romano
441d081dd5
Implement write_source_file function
2020-10-14 15:46:58 -05: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
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
Paul Romano
60c3a9dc4e
Merge pull request #1606 from mkreher13/transient-rewrite
...
Added classes to mgxs.py
2020-08-24 15:49:41 -05:00
Paul Romano
6d90853d0b
Add function for getting naturally-occurring isotopes
2020-08-14 15:05:01 -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
Paul Romano
bf8405f6cc
Change EnergyHelper -> NormalizationHelper
2020-07-30 14:15:52 -05:00