@@ -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----------------------
@@ -402,7 +411,25 @@ then, OpenMC will only use up to the :math:`P_1` data.
402411``<max_history_splits> `` Element
403412--------------------------------
404413
405- The ``<max_history_splits> `` element indicates the number of times a particle can split during a history.
414+ The ``<max_history_splits> `` element indicates the number of times a particle
415+ can split during a history.
416+
417+ *Default *: 1000
418+
419+ -----------------------------
420+ ``<max_secondaries> `` Element
421+ -----------------------------
422+
423+ The ``<max_secondaries> `` element indicates the maximum secondary bank size.
424+
425+ *Default *: 10000
426+
427+ ------------------------
428+ ``<max_tracks> `` Element
429+ ------------------------
430+
431+ The ``<max_tracks> `` element indicates the maximum number of tracks written to a
432+ track file (per MPI process).
406433
407434 *Default *: 1000
408435
@@ -844,13 +871,18 @@ attributes/sub-elements:
844871 relative source strength of each mesh element or each point in the cloud.
845872
846873 :volume_normalized:
847- For "mesh" spatial distrubtions , this optional boolean element specifies
874+ For "mesh" spatial distributions , this optional boolean element specifies
848875 whether the vector of relative strengths should be multiplied by the mesh
849876 element volume. This is most common if the strengths represent a source
850877 per unit volume.
851878
852879 *Default *: false
853880
881+ :bias:
882+ For "mesh" and "cloud" spatial distributions, this optional element
883+ specifies floating point values corresponding to alternative probabilities
884+ for each value/component to use for biased sampling.
885+
854886 :angle:
855887 An element specifying the angular distribution of source sites. This element
856888 has the following attributes:
@@ -883,6 +915,10 @@ attributes/sub-elements:
883915 are those of a univariate probability distribution (see the description in
884916 :ref: `univariate `).
885917
918+ :bias:
919+ For "isotropic" angular distributions, this optional element specifies a
920+ "mu-phi" angular distribution used for biased sampling.
921+
886922 :energy:
887923 An element specifying the energy distribution of source sites. The necessary
888924 sub-elements/attributes are those of a univariate probability distribution
@@ -906,6 +942,10 @@ attributes/sub-elements:
906942 mesh element and follows the format for :ref: `source_element `. The number of
907943 ``<source> `` sub-elements should correspond to the number of mesh elements.
908944
945+ .. note :: Biased sampling can be applied to the spatial and energy distributions
946+ of a source by using the ``<bias> `` sub-element (see
947+ :ref: `univariate ` for details on how to specify bias distributions).
948+
909949 :constraints:
910950 This sub-element indicates the presence of constraints on sampled source
911951 sites (see :ref: `usersguide_source_constraints ` for details). It may have
@@ -998,13 +1038,26 @@ variable and whose sub-elements/attributes are as follows:
9981038 *Default *: histogram
9991039
10001040:pair:
1001- For a "mixture" distribution, this element provides a distribution and its corresponding probability.
1041+ For a "mixture" distribution, this element provides a distribution and its
1042+ corresponding probability.
10021043
10031044 :probability:
1004- An attribute or ``pair `` that provides the probability of a univariate distribution within a "mixture" distribution.
1045+ An attribute or ``pair `` that provides the probability of a univariate
1046+ distribution within a "mixture" distribution.
10051047
10061048 :dist:
1007- This sub-element of a ``pair `` element provides information on the corresponding univariate distribution.
1049+ This sub-element of a ``pair `` element provides information on the
1050+ corresponding univariate distribution.
1051+
1052+ :bias:
1053+ This optional element specifies a biased distribution for importance sampling.
1054+ For continuous distributions, the ``bias `` element should contain another
1055+ univariate distribution with the same support (interval) as the parent
1056+ distribution. For discrete distributions, the ``bias `` element should contain
1057+ floating point values corresponding to alternative probabilities for each
1058+ value/component to be used for biased sampling.
1059+
1060+ *Default *: None
10081061
10091062---------------------------------------
10101063``<source_rejection_fraction> `` Element
@@ -1352,6 +1405,15 @@ has the following attributes/sub-elements:
13521405 for fixed source and small criticality calculations, but is very
13531406 optimistic for highly coupled full-core reactor problems.
13541407
1408+ -------------------------------------
1409+ ``<uniform_source_sampling> `` Element
1410+ -------------------------------------
1411+
1412+ The ``<uniform_source_sampling> `` element indicates whether to sample among
1413+ multiple sources uniformly, applying their strengths as weights to sampled
1414+ particles.
1415+
1416+ *Default *: False
13551417
13561418------------------------
13571419``<ufs_mesh> `` Element
@@ -1364,6 +1426,16 @@ Agency Monte Carlo Performance Benchmark Problem," Proceedings of *Physor 2012*,
13641426Knoxville, TN (2012). The mesh should cover all possible fissionable materials
13651427in the problem and is specified using a :ref: `mesh_element `.
13661428
1429+ -------------------------------
1430+ ``<use_decay_photons> `` Element
1431+ -------------------------------
1432+
1433+ The ``<use_decay_photons> `` element indicates whether to produce decay photons
1434+ from neutron reactions instead of prompt photons. This is used in conjunction
1435+ with the direct 1-step method for shutdown dose rate calculations.
1436+
1437+ *Default *: False
1438+
13671439.. _verbosity :
13681440
13691441-----------------------
@@ -1594,3 +1666,21 @@ following sub-elements/attributes:
15941666
15951667 The ``weight_windows_file `` element has no attributes and contains the path to
15961668 a weight windows HDF5 file to load during simulation initialization.
1669+
1670+ -------------------------------
1671+ ``<weight_windows_on> `` Element
1672+ -------------------------------
1673+
1674+ The ``weight_windows_on `` element indicates whether weight windows are
1675+ enabled.
1676+
1677+ *Default *: False
1678+
1679+ ----------------------------------
1680+ ``<write_initial_source> `` Element
1681+ ----------------------------------
1682+
1683+ The ``write_initial_source `` element indicates whether to write the initial
1684+ source distribution to file.
1685+
1686+ *Default *: False
0 commit comments