From 335fb1e7e53d78e6cf18eab34f48cbbe7eaa513e Mon Sep 17 00:00:00 2001 From: John P Wakefield Date: Wed, 11 Dec 2024 13:58:01 -0500 Subject: [PATCH 1/2] added variable digits in output filename option; see exa MR1373 --- docs/source_docs/user_guide/inputs/output/plotfiles.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source_docs/user_guide/inputs/output/plotfiles.rst b/docs/source_docs/user_guide/inputs/output/plotfiles.rst index 83c0d05..ed45e90 100644 --- a/docs/source_docs/user_guide/inputs/output/plotfiles.rst +++ b/docs/source_docs/user_guide/inputs/output/plotfiles.rst @@ -28,6 +28,9 @@ format (for debugging). | par_ascii_per_approx | Time period of the ascii particle output (approximate); | Real | -1 | | | if -1 then particle ascii files will not be written at this frequency | | | +----------------------+-----------------------------------------------------------------------+-------------+-----------+ +| file_digits | Number of digits to use in plotfile (plt[0-9]+) and checkpoint | Int | 5 | +| | (chk[0-9]+) filenames. | | | ++----------------------+-----------------------------------------------------------------------+-------------+-----------+ | ascent_int | Frequency of ascent pipeline; | Int | -1 | | | if -1 then ascent will not be called. | | | +----------------------+-----------------------------------------------------------------------+-------------+-----------+ -- GitLab From a7d0ce42963de33f8cd9e528baae7e5fe43dd2f9 Mon Sep 17 00:00:00 2001 From: John P Wakefield Date: Thu, 21 Aug 2025 12:35:34 -0400 Subject: [PATCH 2/2] clarified 'chemical reaction rate' for EE and EL reactions --- docs/source_docs/references/units.rst | 84 ++++++++++++++------------- 1 file changed, 43 insertions(+), 41 deletions(-) diff --git a/docs/source_docs/references/units.rst b/docs/source_docs/references/units.rst index 55159b0..605f45e 100644 --- a/docs/source_docs/references/units.rst +++ b/docs/source_docs/references/units.rst @@ -6,46 +6,48 @@ set up accordingly. In the following table we provide a list of some of the physical quantities we can specify in the input file and their correspondent units. -+----------------------------+-----------------------------------------+ -| Physical quantity | MFIX-Exa SI unit | -+============================+=========================================+ -| amount of substance | mole [:math:`mol`] | -+----------------------------+-----------------------------------------+ -| length | meter [:math:`m`] | -+----------------------------+-----------------------------------------+ -| mass | kilogram [:math:`kg`] | -+----------------------------+-----------------------------------------+ -| time | second [:math:`s`] | -+----------------------------+-----------------------------------------+ -| force | Newton [:math:`N`] | -+----------------------------+-----------------------------------------+ -| temperature | Kelvin [:math:`K`] | -+----------------------------+-----------------------------------------+ -| pressure | Pascal [:math:`Pa`] | -+----------------------------+-----------------------------------------+ -| energy | Joule [:math:`J`] | -+----------------------------+-----------------------------------------+ -| power | Watt [:math:`W`] | -+----------------------------+-----------------------------------------+ -| density | [:math:`kg \cdot m^{-3}`] | -+----------------------------+-----------------------------------------+ -| velocity | [:math:`m \cdot s^{-1}`] | -+----------------------------+-----------------------------------------+ -| dynamic viscosity | [:math:`Pa \cdot s`] | -+----------------------------+-----------------------------------------+ -| diffusivity | [:math:`m^2 \cdot s^{-1}`] | -+----------------------------+-----------------------------------------+ -| specific heat capacity | [:math:`J \cdot kg^{-1} \cdot K^{-1}`] | -+----------------------------+-----------------------------------------+ -| thermal conductivity | [:math:`W \cdot m^{-1} \cdot K^{-1}`] | -+----------------------------+-----------------------------------------+ -| spring coefficient | [:math:`N \cdot m^{-1}`] | -+----------------------------+-----------------------------------------+ -| molecular weight | [:math:`kg \cdot mol^{-1}`] | -+----------------------------+-----------------------------------------+ -| heat of formation | [:math:`J \cdot kg^{-1}`] | -+----------------------------+-----------------------------------------+ -| chemical reaction rate | [:math:`mol \cdot m^{-3} \cdot s^{-1}`] | -+----------------------------+-----------------------------------------+ ++--------------------------------+-----------------------------------------+ +| Physical quantity | MFIX-Exa SI unit | ++================================+=========================================+ +| amount of substance | mole [:math:`mol`] | ++--------------------------------+-----------------------------------------+ +| length | meter [:math:`m`] | ++--------------------------------+-----------------------------------------+ +| mass | kilogram [:math:`kg`] | ++--------------------------------+-----------------------------------------+ +| time | second [:math:`s`] | ++--------------------------------+-----------------------------------------+ +| force | Newton [:math:`N`] | ++--------------------------------+-----------------------------------------+ +| temperature | Kelvin [:math:`K`] | ++--------------------------------+-----------------------------------------+ +| pressure | Pascal [:math:`Pa`] | ++--------------------------------+-----------------------------------------+ +| energy | Joule [:math:`J`] | ++--------------------------------+-----------------------------------------+ +| power | Watt [:math:`W`] | ++--------------------------------+-----------------------------------------+ +| density | [:math:`kg \cdot m^{-3}`] | ++--------------------------------+-----------------------------------------+ +| velocity | [:math:`m \cdot s^{-1}`] | ++--------------------------------+-----------------------------------------+ +| dynamic viscosity | [:math:`Pa \cdot s`] | ++--------------------------------+-----------------------------------------+ +| diffusivity | [:math:`m^2 \cdot s^{-1}`] | ++--------------------------------+-----------------------------------------+ +| specific heat capacity | [:math:`J \cdot kg^{-1} \cdot K^{-1}`] | ++--------------------------------+-----------------------------------------+ +| thermal conductivity | [:math:`W \cdot m^{-1} \cdot K^{-1}`] | ++--------------------------------+-----------------------------------------+ +| spring coefficient | [:math:`N \cdot m^{-1}`] | ++--------------------------------+-----------------------------------------+ +| molecular weight | [:math:`kg \cdot mol^{-1}`] | ++--------------------------------+-----------------------------------------+ +| heat of formation | [:math:`J \cdot kg^{-1}`] | ++--------------------------------+-----------------------------------------+ +| reaction rate (Euler-Euler) | [:math:`mol \cdot m^{-3} \cdot s^{-1}`] | ++--------------------------------+-----------------------------------------+ +| reaction rate (Euler-Lagrange) | [:math:`mol \cdot s^{-1}`] | ++--------------------------------+-----------------------------------------+ -- GitLab