@@ -277,6 +277,15 @@ ignored for all run modes other than "eigenvalue".
277277
278278 *Default *: 1
279279
280+ ------------------------------
281+ ``<ifp_n_generation> `` Element
282+ ------------------------------
283+
284+ The ``<ifp_n_generation> `` element indicates the number of generations to
285+ consider for the Iterated Fission Probability method.
286+
287+ *Default *: 10
288+
280289----------------------
281290``<inactive> `` Element
282291----------------------
@@ -414,7 +423,25 @@ then, OpenMC will only use up to the :math:`P_1` data.
414423``<max_history_splits> `` Element
415424--------------------------------
416425
417- The ``<max_history_splits> `` element indicates the number of times a particle can split during a history.
426+ The ``<max_history_splits> `` element indicates the number of times a particle
427+ can split during a history.
428+
429+ *Default *: 1000
430+
431+ -----------------------------
432+ ``<max_secondaries> `` Element
433+ -----------------------------
434+
435+ The ``<max_secondaries> `` element indicates the maximum secondary bank size.
436+
437+ *Default *: 10000
438+
439+ ------------------------
440+ ``<max_tracks> `` Element
441+ ------------------------
442+
443+ The ``<max_tracks> `` element indicates the maximum number of tracks written to a
444+ track file (per MPI process).
418445
419446 *Default *: 1000
420447
@@ -875,13 +902,18 @@ attributes/sub-elements:
875902 relative source strength of each mesh element or each point in the cloud.
876903
877904 :volume_normalized:
878- For "mesh" spatial distrubtions , this optional boolean element specifies
905+ For "mesh" spatial distributions , this optional boolean element specifies
879906 whether the vector of relative strengths should be multiplied by the mesh
880907 element volume. This is most common if the strengths represent a source
881908 per unit volume.
882909
883910 *Default *: false
884911
912+ :bias:
913+ For "mesh" and "cloud" spatial distributions, this optional element
914+ specifies floating point values corresponding to alternative probabilities
915+ for each value/component to use for biased sampling.
916+
885917 :angle:
886918 An element specifying the angular distribution of source sites. This element
887919 has the following attributes:
@@ -914,6 +946,10 @@ attributes/sub-elements:
914946 are those of a univariate probability distribution (see the description in
915947 :ref: `univariate `).
916948
949+ :bias:
950+ For "isotropic" angular distributions, this optional element specifies a
951+ "mu-phi" angular distribution used for biased sampling.
952+
917953 :energy:
918954 An element specifying the energy distribution of source sites. The necessary
919955 sub-elements/attributes are those of a univariate probability distribution
@@ -937,6 +973,10 @@ attributes/sub-elements:
937973 mesh element and follows the format for :ref: `source_element `. The number of
938974 ``<source> `` sub-elements should correspond to the number of mesh elements.
939975
976+ .. note :: Biased sampling can be applied to the spatial and energy distributions
977+ of a source by using the ``<bias> `` sub-element (see
978+ :ref: `univariate ` for details on how to specify bias distributions).
979+
940980 :constraints:
941981 This sub-element indicates the presence of constraints on sampled source
942982 sites (see :ref: `usersguide_source_constraints ` for details). It may have
@@ -1029,13 +1069,26 @@ variable and whose sub-elements/attributes are as follows:
10291069 *Default *: histogram
10301070
10311071:pair:
1032- For a "mixture" distribution, this element provides a distribution and its corresponding probability.
1072+ For a "mixture" distribution, this element provides a distribution and its
1073+ corresponding probability.
10331074
10341075 :probability:
1035- An attribute or ``pair `` that provides the probability of a univariate distribution within a "mixture" distribution.
1076+ An attribute or ``pair `` that provides the probability of a univariate
1077+ distribution within a "mixture" distribution.
10361078
10371079 :dist:
1038- This sub-element of a ``pair `` element provides information on the corresponding univariate distribution.
1080+ This sub-element of a ``pair `` element provides information on the
1081+ corresponding univariate distribution.
1082+
1083+ :bias:
1084+ This optional element specifies a biased distribution for importance sampling.
1085+ For continuous distributions, the ``bias `` element should contain another
1086+ univariate distribution with the same support (interval) as the parent
1087+ distribution. For discrete distributions, the ``bias `` element should contain
1088+ floating point values corresponding to alternative probabilities for each
1089+ value/component to be used for biased sampling.
1090+
1091+ *Default *: None
10391092
10401093---------------------------------------
10411094``<source_rejection_fraction> `` Element
@@ -1409,6 +1462,15 @@ has the following attributes/sub-elements:
14091462 for fixed source and small criticality calculations, but is very
14101463 optimistic for highly coupled full-core reactor problems.
14111464
1465+ -------------------------------------
1466+ ``<uniform_source_sampling> `` Element
1467+ -------------------------------------
1468+
1469+ The ``<uniform_source_sampling> `` element indicates whether to sample among
1470+ multiple sources uniformly, applying their strengths as weights to sampled
1471+ particles.
1472+
1473+ *Default *: False
14121474
14131475------------------------
14141476``<ufs_mesh> `` Element
@@ -1421,6 +1483,16 @@ Agency Monte Carlo Performance Benchmark Problem," Proceedings of *Physor 2012*,
14211483Knoxville, TN (2012). The mesh should cover all possible fissionable materials
14221484in the problem and is specified using a :ref: `mesh_element `.
14231485
1486+ -------------------------------
1487+ ``<use_decay_photons> `` Element
1488+ -------------------------------
1489+
1490+ The ``<use_decay_photons> `` element indicates whether to produce decay photons
1491+ from neutron reactions instead of prompt photons. This is used in conjunction
1492+ with the direct 1-step method for shutdown dose rate calculations.
1493+
1494+ *Default *: False
1495+
14241496.. _verbosity :
14251497
14261498-----------------------
@@ -1651,3 +1723,21 @@ following sub-elements/attributes:
16511723
16521724 The ``weight_windows_file `` element has no attributes and contains the path to
16531725 a weight windows HDF5 file to load during simulation initialization.
1726+
1727+ -------------------------------
1728+ ``<weight_windows_on> `` Element
1729+ -------------------------------
1730+
1731+ The ``weight_windows_on `` element indicates whether weight windows are
1732+ enabled.
1733+
1734+ *Default *: False
1735+
1736+ ----------------------------------
1737+ ``<write_initial_source> `` Element
1738+ ----------------------------------
1739+
1740+ The ``write_initial_source `` element indicates whether to write the initial
1741+ source distribution to file.
1742+
1743+ *Default *: False
0 commit comments