mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
formatting adjustment in usersguide
This commit is contained in:
parent
018ed9f58a
commit
18cc291c9d
1 changed files with 2 additions and 2 deletions
|
|
@ -199,9 +199,9 @@ This class supports both constant-flux and constant-power depletion.
|
|||
|
||||
The accuracy of results when using ``constant-power`` is entirely dependent on your depletion chain. Make sure it has sufficient data to resolve the dynamics of your particular scenario.
|
||||
|
||||
This class has two ways to initalize it; the default constructor accepts an
|
||||
This class has two ways to initalize it: the default constructor accepts an
|
||||
:class:`openmc.Materials` object and one-group microscopic
|
||||
cross sections as a :class:`pandas.DataFrame`, while the `from_nuclides`
|
||||
cross sections as a :class:`pandas.DataFrame`, while the ``from_nuclides``
|
||||
method accepts a volume and dictionary of nuclide concentrations in place of
|
||||
the :class:`openmc.Materials` object in addition to the other parameters.
|
||||
The class includes helper functions to construct the dataframe from a csv file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue