mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
update settings.rst
This commit is contained in:
parent
0b3cd2544b
commit
fef3c2dc9d
1 changed files with 10 additions and 5 deletions
|
|
@ -650,19 +650,24 @@ variable and whose sub-elements/attributes are as follows:
|
|||
number :math:`a` that parameterizes the distribution :math:`p(x) dx = c x
|
||||
e^{-x/a} dx`.
|
||||
|
||||
For a "mixture" distribution, ``parameters`` provide the :math:'(p,d)' pairs
|
||||
connecting the probabilites :math:'p' with the different sub-distributions
|
||||
:math:'d'. All probabilities :math:'p' are given first followed by the corresponding
|
||||
distributions :math:'d'.
|
||||
|
||||
.. note:: The above format should be used even when using the multi-group
|
||||
:ref:`energy_mode`.
|
||||
|
||||
:interpolation:
|
||||
For a "tabular" distribution, ``interpolation`` can be set to "histogram" or
|
||||
"linear-linear" thereby specifying how tabular points are to be interpolated.
|
||||
|
||||
*Default*: histogram
|
||||
|
||||
:pair:
|
||||
For a "mixture" distribution, this element provides a distribution and its corresponding probability.a
|
||||
|
||||
:probability:
|
||||
An attribute or ``pair`` that provides the probability of a univatiate distribution within a "mixture" distribution.
|
||||
|
||||
:dist:
|
||||
This sub-element of a ``pair`` element provides information on the corresponding univariate distribution.
|
||||
|
||||
-------------------------
|
||||
``<state_point>`` Element
|
||||
-------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue