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
74416fbf
Commit
74416fbf
authored
6 months ago
by
Jordan Musser
Browse files
Options
Downloads
Patches
Plain Diff
Update drag and include viscous option (
!97
)
parent
8bed4ff3
No related branches found
No related tags found
1 merge request
!97
Update drag and include viscous option
Pipeline
#40911
passed
6 months ago
Stage: build-docs
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source_docs/refs.bib
+9
-0
9 additions, 0 deletions
docs/source_docs/refs.bib
docs/source_docs/user_guide/inputs/model_options.rst
+34
-24
34 additions, 24 deletions
docs/source_docs/user_guide/inputs/model_options.rst
with
43 additions
and
24 deletions
docs/source_docs/refs.bib
+
9
−
0
View file @
74416fbf
...
...
@@ -499,6 +499,15 @@ doi = {https://doi.org/10.1016/j.jcp.2022.111305},
publisher
=
{Taylor \& Francis}
,
}
@article
{
syam88
,
author
=
{M. Syamlal and T.J. O'Brien}
,
title
=
{Simulation of granular layer inversion in liquid fluidized beds}
,
journal
=
{International Journal of Multiphase Flow}
,
volume
=
{14}
,
number
=
{4}
,
pages
=
{473-481}
,
year
=
{1988}
}
@article
{
tang15
,
author
=
{Tang, Y. and Peters, E. A. J. F. and Kuipers, J. A. M. and Kriebitzsch, S. H. L. and van der Hoef, M. A.}
,
...
...
This diff is collapsed.
Click to expand it.
docs/source_docs/user_guide/inputs/model_options.rst
+
34
−
24
View file @
74416fbf
...
...
@@ -288,22 +288,31 @@ The following inputs are defined using the ``mfix`` prefix.
Drag models
-----------
Fluid-particle drag
-----------
--------
The following input is defined using the ``mfix`` prefix.
+-------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+===================+=======================================================================+=============+===========+
| drag_type | Fluid-particle drag model. | String | None |
| | | | |
| | * ``WenYu`` :cite:p:`Wen66` | | |
| | * ``Gidaspow`` :cite:p:`ding90,Lat00` | | |
| | * ``BVK2`` :cite:p:`Bee07,Bee071,tenneti11,tang15` | | |
| | * ``UserDrag`` | | |
| | | | |
+-------------------+-----------------------------------------------------------------------+-------------+-----------+
+--------------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+==========================+=======================================================================+=============+===========+
| model | Fluid-particle drag model. | String | None |
| | | | |
| | * ``WenYu`` :cite:p:`Wen66` | | |
| | * ``Gidaspow`` :cite:p:`ding90,Lat00` | | |
| | * ``BVK2`` :cite:p:`Bee07,Bee071,tenneti11,tang15` | | |
| | * ``SyamOBrien`` :cite:p:`syam88` | | |
| | * ``UserDrag`` | | |
| | | | |
+--------------------------+-----------------------------------------------------------------------+-------------+-----------+
| model.SyamOBrien.c1 | Fitting parameters for ``SyamOBrien`` drag model | Real | None |
| model.SyamOBrien.d1 | | | |
+--------------------------+-----------------------------------------------------------------------+-------------+-----------+
| include_divtau | Interpolate the fluid shear stress to particles and include in the | int | 0 |
| | fluid-particle drag force. The force is applied to the fluid by | | |
| | multiplying the shear stress by fluid volume fraction. | | |
+--------------------------+-----------------------------------------------------------------------+-------------+-----------+
.. note::
...
...
@@ -315,14 +324,15 @@ The following input is defined using the ``mfix`` prefix.
Heat transfer coefficients
--------------------------
The following input is defined using the ``mfix`` prefix.
+-------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+===================+=======================================================================+=============+===========+
| convection_type | Fluid-particle heat transfer coefficient model. | String | None |
| | | | |
| | * ``RanzMarshall`` :cite:p:`ranz52` | | |
| | * ``Gunn`` :cite:p:`gunn78` | | |
| | | | |
+-------------------+-----------------------------------------------------------------------+-------------+-----------+
The following input is defined using the ``mfix.convection`` prefix.
+-------------------+-----------------------------------------------------------------------+-------------+--------------+
| | Description | Type | Default |
+===================+=======================================================================+=============+==============+
| model | Fluid-particle heat transfer coefficient model. | String | RanzMarshall |
| | | | |
| | * ``RanzMarshall`` :cite:p:`ranz52` | | |
| | * ``Gunn`` :cite:p:`gunn78` | | |
| | * ``NullConvection`` - disable fluid-particle heat transfer | | |
| | | | |
+-------------------+-----------------------------------------------------------------------+-------------+--------------+
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