@@ -321,6 +321,18 @@ the estimated eigenvalue. It has the following attributes/sub-elements:
321321
322322 .. note :: See section on the :ref:`trigger` for more information.
323323
324+ -------------------------------------
325+ ``<kinetic_simulation> `` Element
326+ -------------------------------------
327+
328+ The ``<kinetic_simulation> `` element indicates whether to run a static or
329+ time-dependent simulation (with no feedbacks). If this element is set to
330+ "true", a kinetic simulation will be run; otherwise a static simulation is run.
331+
332+ *Default *: false
333+
334+ .. _kinetic_simulation :
335+
324336---------------------------
325337``<log_grid_bins> `` Element
326338---------------------------
@@ -585,6 +597,25 @@ found in the :ref:`random ray user guide <random_ray>`.
585597
586598 *Default *: 1.0
587599
600+ If a kinetic simulation is active, two additional settings are available:
601+
602+ :bd_order:
603+ Order for backwards difference approximation used in numerically estimating
604+ time derivatives. The backwards difference approximation is stable for
605+ orders less than or equal to 6, and is relatively straightforward to
606+ implement. The default value of 3 balances higher precision with speed.
607+
608+ *Default *: 3
609+
610+ :time_derivative_method:
611+ The method used to resolve the angular flux time-derivative in the time-dependent
612+ characteristic equation. The ``isotropic `` method utilizes an isotropic approximation
613+ to resolve the angular flux time derivative. The ``propagation `` method
614+ uses a technique called Time Derivative Propagation to resolve the angular
615+ flux time derivative.
616+
617+ *Default *: ``isotropic ``
618+
588619----------------------------------
589620``<resonance_scattering> `` Element
590621----------------------------------
@@ -1286,6 +1317,32 @@ despite not being bounded on both sides.
12861317
12871318.. _trace :
12881319
1320+ ---------------------------------
1321+ ``<timestep_parameters> `` Element
1322+ ---------------------------------
1323+
1324+ The ``<timestep_parameters> `` element can be used specify for how long and
1325+ at what resolution to run a kinetic simulation. This element has the
1326+ following attributes/sub-elements:
1327+
1328+ :n_timesteps:
1329+ The number of timesteps. Must be specified by the user.
1330+
1331+ :dt:
1332+ Time step size. Must be specified by the user.
1333+
1334+ :timestep_units:
1335+ Time step units. Available options are ``ms `` for milliseconds, ``s `` for seconds,
1336+ and ``min `` for minutes.
1337+
1338+ *Default *: ``s ``
1339+
1340+ .. note :: This element is required if the :ref:`kinetic_simulation` is ``true``.
1341+
1342+ *Default *: None
1343+
1344+ .. _timestep_parameters :
1345+
12891346-------------------
12901347``<trace> `` Element
12911348-------------------
0 commit comments