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
2eff7c39
Commit
2eff7c39
authored
3 years ago
by
Roberto Porcu
Browse files
Options
Downloads
Patches
Plain Diff
Update constraint type inputs
parent
1f8b13af
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
+32
-44
32 additions, 44 deletions
docs/source/inputs/InputsProblemDefinition.rst
with
32 additions
and
44 deletions
docs/source/inputs/InputsProblemDefinition.rst
+
32
−
44
View file @
2eff7c39
...
...
@@ -98,32 +98,35 @@ MFIX-Exa settings
The following inputs must be preceded by "mfix."
+------------------------+-------------------------------------------------------------------+----------+-----------+
| | Description | Type | Default |
+========================+===================================================================+==========+===========+
| geometry | Which type of EB geometry are we using? | String | |
+------------------------+-------------------------------------------------------------------+----------+-----------+
| levelset__refinement | Refinement factor of levelset resolution relative to level 0 | Int | 1 |
| | resolution | | |
+------------------------+-------------------------------------------------------------------+----------+-----------+
| po_no_par_out | Let particles exit (default) or bounce-back at pressure outflows | Int | 0 |
+------------------------+-------------------------------------------------------------------+----------+-----------+
| gravity | Gravity vector (e.g., mfix.gravity = -9.81 0.0 0.0) [required] | Reals | 0 0 0 |
+------------------------+-------------------------------------------------------------------+----------+-----------+
| advect_density | Switch for turning ON (1) or OFF (0) fluid density evolution | Int | 0 |
+------------------------+-------------------------------------------------------------------+----------+-----------+
| advect_enthalpy | Switch for turning ON (1) or OFF (0) fluid temperature evolution | Int | 0 |
+------------------------+-------------------------------------------------------------------+----------+-----------+
| advect_fluid_species | Switch for turning ON (1) or OFF (0) fluid species mass fraction | Int | 0 |
| | evolution | | |
+------------------------+-------------------------------------------------------------------+----------+-----------+
| solve_reactions | Switch for turning ON (1) or OFF (0) inter/intra-phase chemical | Int | 0 |
| | reactions | | |
+------------------------+-------------------------------------------------------------------+----------+-----------+
| ideal_gas_constraint | Turn this ON to impose an open/closed system ideal-gas constraint | String | None |
| | Default is 'None' (no ideal-gas constraint). To activate it, pass | | |
| | 'OpenSystem' or 'ClosedSystem' (case-insensitive) | | |
+------------------------+-------------------------------------------------------------------+----------+-----------+
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| | Description | Type | Default |
+========================+===================================================================+==========+=====================+
| geometry | Which type of EB geometry are we using? | String | |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| levelset__refinement | Refinement factor of levelset resolution relative to level 0 | Int | 1 |
| | resolution | | |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| po_no_par_out | Let particles exit (default) or bounce-back at pressure outflows | Int | 0 |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| gravity | Gravity vector (e.g., mfix.gravity = -9.81 0.0 0.0) [required] | Reals | 0 0 0 |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| advect_density | Switch for turning ON (1) or OFF (0) fluid density evolution | Int | 0 |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| advect_enthalpy | Switch for turning ON (1) or OFF (0) fluid temperature evolution | Int | 0 |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| advect_fluid_species | Switch for turning ON (1) or OFF (0) fluid species mass fraction | Int | 0 |
| | evolution | | |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| solve_reactions | Switch for turning ON (1) or OFF (0) inter/intra-phase chemical | Int | 0 |
| | reactions | | |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| constraint_type | Select which constraint to apply to the problem. | String | IncompressibleFluid |
| | Available options include: | | |
| | | | |
| | * 'incompressiblefluid' for incompressibility constraint | | |
| | * 'idealgasopensystem' for Ideal Gas-Open System constraint | | |
| | * 'idealgasclosedsystem' for Ideal Gas-Closed System constraint | | |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
Species model settings
...
...
@@ -231,14 +234,7 @@ The following inputs must be preceded by the given to the fluid solver e.g., "fl
| density.constant | Value of constant fluid density [required if density= | Real | None |
| | 'constant']. | | |
+------------------------------------------+---------------------------------------------------------+--------+----------+
| molecular_weight | Specify which molecular weight model to use for fluid. | String | Constant |
| | Available options include: | | |
| | | | |
| | * 'constant' for constant molecular weight model | | |
| | * 'mixture' for species-mixture molecular weight model | | |
+------------------------------------------+---------------------------------------------------------+--------+----------+
| molecular_weight.constant | Value of constant fluid molecular weight [required if | Real | 0 |
| | molecular_weight='constant']. | | |
| molecular_weight | Value of constant fluid molecular weight | Real | 0 |
+------------------------------------------+---------------------------------------------------------+--------+----------+
| viscosity | Specify which viscosity model to use for fluid | String | None |
| | [required]. Available options include: | | |
...
...
@@ -335,16 +331,8 @@ The following inputs define the single solids properties.
+---------------------------------------------------+-----------------------------------------+----------+-----------+
| | Description | Type | Default |
+===================================================+=========================================+==========+===========+
| [solid0].molecular_weight | Specify which molecular weight model to | String | Constant |
| | use for solid. Available options | | |
| | include: | | |
| | | | |
| | * 'constant' for constant molecular | | |
| | weight model | | |
+---------------------------------------------------+-----------------------------------------+----------+-----------+
| [solid0].molecular_weight.constant | Value of constant solid molecular | Real | 0 |
| | weight [required if molecular_weight = | | |
| | 'constant']. | | |
| [solid0].molecular_weight | Value of constant solid molecular | Real | 0 |
| | weight | | |
+---------------------------------------------------+-----------------------------------------+----------+-----------+
| [solid0].specific_heat | Specify which specific heat model to | String | None |
| | use for solid. Available options | | |
...
...
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