mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Typo and syntax fixes
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
a414f5a32a
commit
ca12e3656e
1 changed files with 3 additions and 3 deletions
|
|
@ -259,12 +259,12 @@ transport-depletion calculation and follow the same steps from there.
|
|||
will not be simulated.
|
||||
|
||||
Loading and Generating Microscopic Cross Sections
|
||||
-------------------------------------
|
||||
-------------------------------------------------
|
||||
|
||||
As mentioned earlier, any transport code could be used to calculate one-group
|
||||
microscopic cross sections. The :mod:`openmc.deplete` module provides the
|
||||
:class:`~openmc.deplete.MicroXS` class, which contains methods to read in
|
||||
pre-caluclated cross sections from a ``.csv`` file or from data arrays::
|
||||
pre-calculated cross sections from a ``.csv`` file or from data arrays::
|
||||
|
||||
micro_xs = MicroXS.from_csv(micro_xs_path)
|
||||
|
||||
|
|
@ -352,7 +352,7 @@ normalizing reaction rates:
|
|||
Multiple Materials
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
A transport-independent depletion simulation using ``source-race`` normalization
|
||||
A transport-independent depletion simulation using ``source-rate`` normalization
|
||||
will calculate reaction rates for each material independently. This can be
|
||||
useful for running many different cases of a particular scenario. A depletion
|
||||
simulation using ``fission-q`` normalization will sum the energy values from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue