From 7641f13a3056f87f3cf07348ada6f7da396d81dd Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Wed, 29 Apr 2026 08:16:47 -0500 Subject: [PATCH] defaults --- docs/source_docs/user_guide/inputs/geometry.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/geometry.rst b/docs/source_docs/user_guide/inputs/geometry.rst index e0ad0d8..b618656 100644 --- a/docs/source_docs/user_guide/inputs/geometry.rst +++ b/docs/source_docs/user_guide/inputs/geometry.rst @@ -148,7 +148,7 @@ The following inputs are defined using the prefix ``cylinder``: +------------------------+-------------------------------------------------------------------+----------+---------------------+ | | Description | Type | Default | +========================+===================================================================+==========+=====================+ -| radius | Cylinder radius. | Real | 0.0002 | +| radius | Cylinder radius. | Real | | +------------------------+-------------------------------------------------------------------+----------+---------------------+ | height | Height (length) of cylinder. If the height is not defined (-1), | Real | -1 | | | then the cylinder is made infinitely long to overhang the domain | | | @@ -162,7 +162,7 @@ The following inputs are defined using the prefix ``cylinder``: | | * ``1`` - Y | | | | | * ``2`` - Z | | | +------------------------+-------------------------------------------------------------------+----------+---------------------+ -| center | Center of cylinder. For a cylinder with an undefined ``height``, | Reals<3> | 0 0 0 | +| center | Center of cylinder. For a cylinder with an undefined ``height``, | Reals<3> | 0. 0. 0. | | | the center value in the height ``direction`` can be any value. | | | +------------------------+-------------------------------------------------------------------+----------+---------------------+ | rotation | Rotation angle of cylinder, in degrees. | Real | 0. | @@ -280,7 +280,7 @@ The following inputs are defined using the prefix ``sphere``: +========================+===================================================================+==========+=====================+ | radius | Sphere radius. | Real | None | +------------------------+-------------------------------------------------------------------+----------+---------------------+ -| center | Center of sphere. | Reals<3> | 0 0 0 | +| center | Center of sphere. | Reals<3> | 0. 0. 0. | +------------------------+-------------------------------------------------------------------+----------+---------------------+ | internal_flow | Indicates that flow is *inside* the sphere. | Bool | false | +------------------------+-------------------------------------------------------------------+----------+---------------------+ @@ -321,9 +321,9 @@ The following inputs are defined using the prefix ``csg``: +========================+===================================================================+==========+=====================+ | geometry_filename | The CSG file that defines the EB geometry. | String | '' | +------------------------+-------------------------------------------------------------------+----------+---------------------+ -| scaling_factor | Scale the geometry. | Reals<3> | 1 1 1 | +| scaling_factor | Scale the geometry. | Reals<3> | 1. 1. 1. | +------------------------+-------------------------------------------------------------------+----------+---------------------+ -| translation | Translate the geometry. | Reals<3> | 0 0 0 | +| translation | Translate the geometry. | Reals<3> | 0. 0. 0. | +------------------------+-------------------------------------------------------------------+----------+---------------------+ | internal_flow | Indicates that flow is *inside* the the CSG geometry. | Bool | true | +------------------------+-------------------------------------------------------------------+----------+---------------------+ @@ -347,9 +347,9 @@ The following inputs are defined using the prefix ``stl``: +========================+===================================================================+==========+=====================+ | geometry_filename | The STL file that defines the EB geometry. | String | '' | +------------------------+-------------------------------------------------------------------+----------+---------------------+ -| scaling_factor | Scale the geometry. | Real | 1 | +| scaling_factor | Scale the geometry. | Real | 1. | +------------------------+-------------------------------------------------------------------+----------+---------------------+ -| translation | Translate the geometry. | Reals<3> | 0 0 0 | +| translation | Translate the geometry. | Reals<3> | 0. 0. 0. | +------------------------+-------------------------------------------------------------------+----------+---------------------+ | internal_flow | Indicates that flow is *inside* the STL geometry. | Bool | true | +------------------------+-------------------------------------------------------------------+----------+---------------------+ -- GitLab