From e65bc1a54c98b87c6a742a1007f2f141e8546c7a Mon Sep 17 00:00:00 2001 From: jmusser Date: Thu, 4 Jun 2026 22:27:08 +0000 Subject: [PATCH] Update integrator.burner_verbose --> report_level inputs --- .../user_guide/inputs/chemical_reactions.rst | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/chemical_reactions.rst b/docs/source_docs/user_guide/inputs/chemical_reactions.rst index 6e7cac3..72f6b7f 100644 --- a/docs/source_docs/user_guide/inputs/chemical_reactions.rst +++ b/docs/source_docs/user_guide/inputs/chemical_reactions.rst @@ -55,6 +55,21 @@ The following inputs are defined using the prefix ``chemistry``: | | the solids density is below the threshold, | | | | | the particle is marked as invalid and removed. | | | +--------------------------+---------------------------------------------------------+----------+----------------+ +| report_level | Specify the verbosity of the integrator. | Int | 0 | +| | | | | +| | Options: | | | +| | | | | +| | * ``0`` - Reduced total count of integration failures, | | | +| | printed once per fluid step. Suppressed when there | | | +| | are no integrator failures. | | | +| | * ``1`` - Adds per-integration status breakdown (e.g., | | | +| | corrector_convergence=3, too_many_steps=1). | | | +| | * ``3`` - Full per-cell debug output. | | | ++--------------------------+---------------------------------------------------------+----------+----------------+ +| report_min_nstep | Restricts dumps to cells whose VODE sub-step count | Int | 0 | +| | meets or exceeds the threshold. | | | +| | | | | ++--------------------------+---------------------------------------------------------+----------+----------------+ Choosing the integrator type for the chemistry ODE integration operation that is performed to determine the fluid and solids phases transfer quantities due to @@ -84,8 +99,6 @@ prefix ``chemistry.integrator``: +------------------------+---------------------------------------------------------------------+--------+-----------+ | | Description | Type | Default | +========================+=====================================================================+========+===========+ -| burner_verbose | Enable printing of some integration statistics. | Int | 0 | -+------------------------+---------------------------------------------------------------------+--------+-----------+ | ode_max_steps | The maximum number of substeps for the ODE integration. | Int | 150000 | +------------------------+---------------------------------------------------------------------+--------+-----------+ | jacobian_type | Select how to compute the Jacobian for the ODE iterative solver. | String | Numerical | -- GitLab