From 5c825198b8e8ad7629651c224eb01a6c4c50874b Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Fri, 15 May 2026 07:42:46 -0500 Subject: [PATCH 1/2] fix table, add unit --- docs/source_docs/references/units.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source_docs/references/units.rst b/docs/source_docs/references/units.rst index 0333141..66579a2 100644 --- a/docs/source_docs/references/units.rst +++ b/docs/source_docs/references/units.rst @@ -9,9 +9,11 @@ units. +--------------------------------+-----------------------------------------+ | Physical quantity | MFIX-Exa SI unit | +================================+=========================================+ -+--------------------------------+-----------------------------------------+ | amount of substance | mole [:math:`mol`] | +--------------------------------+-----------------------------------------+ +| angular speed | radians per second [:math:`rad \cdot | +| | s^{-1}`] | ++--------------------------------+-----------------------------------------+ | density | [:math:`kg \cdot m^{-3}`] | +--------------------------------+-----------------------------------------+ | diffusivity | [:math:`m^2 \cdot s^{-1}`] | -- GitLab From 6f3841e0ff8a995360b5aa8d63900294afa091de Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Fri, 15 May 2026 07:43:05 -0500 Subject: [PATCH 2/2] spelling --- docs/source_docs/user_guide/inputs/boundary_conditions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_docs/user_guide/inputs/boundary_conditions.rst b/docs/source_docs/user_guide/inputs/boundary_conditions.rst index 938ac05..181a8e1 100644 --- a/docs/source_docs/user_guide/inputs/boundary_conditions.rst +++ b/docs/source_docs/user_guide/inputs/boundary_conditions.rst @@ -44,7 +44,7 @@ For each boundary condition the reference frame is defined using the prefix ``bc | | | | | | | Options: | | | | | * ``inertial``: A static (laboratory) reference frame. | | | -| | * ``rotating``: Velocity is interpreted relateive to the rotating | | | +| | * ``rotating``: Velocity is interpreted relative to the rotating | | | | | frame appropriately transformed when applied. | | | +-----------------------+------------------------------------------------------------------------+----------+----------+ -- GitLab