Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
exa
docs
Commits
6a1636a4
Commit
6a1636a4
authored
2 years ago
by
Roberto Porcu
Browse files
Options
Downloads
Patches
Plain Diff
add documentation about solids regions plot filters
parent
cf54dfc6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/inputs/InputsProblemDefinition.rst
+19
-15
19 additions, 15 deletions
docs/source/inputs/InputsProblemDefinition.rst
with
19 additions
and
15 deletions
docs/source/inputs/InputsProblemDefinition.rst
+
19
−
15
View file @
6a1636a4
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment