Skip to content
Snippets Groups Projects
Commit 6a1636a4 authored by Roberto Porcu's avatar Roberto Porcu
Browse files

add documentation about solids regions plot filters

parent cf54dfc6
No related branches found
No related tags found
No related merge requests found
...@@ -301,21 +301,25 @@ Solids model settings ...@@ -301,21 +301,25 @@ Solids model settings
--------------------- ---------------------
Enabling the SOLIDS solver and specifying options common to both DEM and PIC Enabling the SOLIDS solver and specifying options common to both DEM and PIC
models. models. The following inputs must be preceded by the "solids." root
+------------------------------+----------------------------------------------------------+----------+----------+ +------------------------------+-------------------------------------------------------------+----------+----------+
| | Description | Type | Default | | | Description | Type | Default |
+==============================+==========================================================+==========+==========+ +==============================+=============================================================+==========+==========+
| solids.types | Specified name(s) of the SOLIDS types or None to disable | String | None | | types | Specified name(s) of the SOLIDS types or None to disable | String | None |
| | the SOLIDS solver. The user defined names are used to | | | | | the SOLIDS solver. The user defined names are used to | | |
| | specify DEM and/or PIC model inputs. | | | | | specify DEM and/or PIC model inputs. | | |
+------------------------------+----------------------------------------------------------+----------+----------+ +------------------------------+-------------------------------------------------------------+----------+----------+
| newton_solver.absolute_tol | Define absolute tolerance for Damped-Newton solver | Real | 1.e-6 | | newton_solver.absolute_tol | Define absolute tolerance for Damped-Newton solver | Real | 1.e-6 |
+------------------------------+----------------------------------------------------------+----------+----------+ +------------------------------+-------------------------------------------------------------+----------+----------+
| newton_solver.relative_tol | Define relative tolerance for Damped-Newton solver | Real | 1.e-6 | | newton_solver.relative_tol | Define relative tolerance for Damped-Newton solver | Real | 1.e-6 |
+------------------------------+----------------------------------------------------------+----------+----------+ +------------------------------+-------------------------------------------------------------+----------+----------+
| newton_solver.max_iterations | Define max number of iterations for Damped-Newton solver | int | 100 | | newton_solver.max_iterations | Define max number of iterations for Damped-Newton solver | int | 100 |
+------------------------------+----------------------------------------------------------+----------+----------+ +------------------------------+-------------------------------------------------------------+----------+----------+
| plot_regions | This input helps setting which regions to use for filtering | String | None |
| | solids data by plotting only those particles that reside | | |
| | in the specified regions | | |
+------------------------------+-------------------------------------------------------------+----------+----------+
The following inputs define the single solids properties. The following inputs define the single solids properties.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment