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
66b2be10
Commit
66b2be10
authored
4 months ago
by
Deepak Rangarajan
Committed by
Jordan Musser
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Add porous media input section (
!104
)
parent
6d37a01f
No related branches found
No related tags found
1 merge request
!104
Add porous media input section
Pipeline
#42363
passed
4 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/user_guide/inputs/porous_media_defs.rst
+30
-0
30 additions, 0 deletions
docs/source_docs/user_guide/inputs/porous_media_defs.rst
docs/source_docs/user_guide/run-time_inputs.rst
+1
-0
1 addition, 0 deletions
docs/source_docs/user_guide/run-time_inputs.rst
with
31 additions
and
0 deletions
docs/source_docs/user_guide/inputs/porous_media_defs.rst
0 → 100644
+
30
−
0
View file @
66b2be10
.. _InputsPorousMediaDefs:
Porous media
============
Homogeneous porous media are modeled by the addition of a momentum
source term, :math:`\boldsymbol{S}_{pm}`, to the fluid momentum equation.
.. math::
\boldsymbol{S}_{pm} =-\frac{\mu_f}{C_1} \boldsymbol{u}_f - C_2\frac{1}{2}\rho_f\lvert \boldsymbol{u}_f \rvert \boldsymbol{u}_f
:math:`\mu_f`, :math:`\rho_f`, and :math:`\boldsymbol{u}_f` are the fluid viscosity, density, and velocity and
:math:`C_1` and :math:`C_2` are user defined constants.
The following inputs are defined using the ``pm`` prefix.
+--------------------------+------------------------------------------------------------------------------+----------+-----------+
| | Description | Type | Default |
+==========================+==============================================================================+==========+===========+
| regions | Regions used to define porous media. | String | None |
+--------------------------+------------------------------------------------------------------------------+----------+-----------+
| [region].fluid.volfrac | Fluid volume fraction of the porous media region. | Real | None |
+--------------------------+------------------------------------------------------------------------------+----------+-----------+
| [region].c1 | Porous media permeabilty constant for the source term in fluid | Real | None |
| | momentum equation. | | |
+--------------------------+------------------------------------------------------------------------------+----------+-----------+
| [region].c2 | Porous media inertial resistance factor for the source term in fluid | Real | None |
| | momentum equation. | | |
+--------------------------+------------------------------------------------------------------------------+----------+-----------+
This diff is collapsed.
Click to expand it.
docs/source_docs/user_guide/run-time_inputs.rst
+
1
−
0
View file @
66b2be10
...
@@ -50,6 +50,7 @@ keywords such as ``mfix``, ``amr``, ``geometry``, ``nodal_proj`` etc.
...
@@ -50,6 +50,7 @@ keywords such as ``mfix``, ``amr``, ``geometry``, ``nodal_proj`` etc.
inputs/fluid_model
inputs/fluid_model
inputs/solids_model
inputs/solids_model
inputs/species_defs
inputs/species_defs
inputs/porous_media_defs
inputs/chemical_reactions
inputs/chemical_reactions
inputs/regions_defs
inputs/regions_defs
inputs/initial_conditions
inputs/initial_conditions
...
...
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