diff --git a/docs/source_docs/user_guide/inputs/geometry.rst b/docs/source_docs/user_guide/inputs/geometry.rst index e0ad0d894ce5444f798b0af60b14f1c330572042..b618656374f8baa32551f1cb0843a754f04a9df7 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 | +------------------------+-------------------------------------------------------------------+----------+---------------------+