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
Compare revisions
2ecb01295d52ae342340a9696565a15d6098cf22 to 64a96b4e73db4cbaa615e8eea44f6dcb7d4705dc
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
exa/docs
Select target project
No results found
64a96b4e73db4cbaa615e8eea44f6dcb7d4705dc
Select Git revision
Branches
main
Swap
Target
exa/docs
Select target project
wfullmer/docs
exa/docs
2 results
2ecb01295d52ae342340a9696565a15d6098cf22
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
remove duplicate input in sample (
!108
)
· 68bd68b9
Deepak Rangarajan
authored
3 months ago
and
Jordan Musser
committed
3 months ago
68bd68b9
Add input option "ones" for solids monitors (
!107
)
· 64a96b4e
Roberto Porcu
authored
3 months ago
and
Jordan Musser
committed
3 months ago
64a96b4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source_docs/user_guide/inputs/output/monitors.rst
+3
-1
3 additions, 1 deletion
docs/source_docs/user_guide/inputs/output/monitors.rst
docs/source_docs/user_guide/inputs/species_defs.rst
+0
-3
0 additions, 3 deletions
docs/source_docs/user_guide/inputs/species_defs.rst
with
3 additions
and
4 deletions
docs/source_docs/user_guide/inputs/output/monitors.rst
View file @
64a96b4e
...
...
@@ -141,7 +141,7 @@ The following table lists all the fluid phase variables that can be monitored:
+--------------------------+-----------------------------------------------------------------------------------------+
| | Description |
+==========================+=========================================================================================+
| ones | value
s
of :math:`phi` is set to 1
.
|
| ones | value of :math:`
\
phi
_{ijk}
` is set to 1
in each fluid cell
|
+--------------------------+-----------------------------------------------------------------------------------------+
| ep_g | fluid volume fraction |
+--------------------------+-----------------------------------------------------------------------------------------+
...
...
@@ -470,6 +470,8 @@ The following table lists all the solids phase variables that can be monitored:
+--------------------------+-----------------------------------------------------------------------------------------+
| | Description |
+==========================+=========================================================================================+
| ones | value of :math:`\phi_p` is set to 1 for each solid particle |
+--------------------------+-----------------------------------------------------------------------------------------+
| position | particles position (all the three components) |
+--------------------------+-----------------------------------------------------------------------------------------+
| pos_[x/y/z] | x, y, or z component of the particles position |
...
...
This diff is collapsed.
Click to expand it.
docs/source_docs/user_guide/inputs/species_defs.rst
View file @
64a96b4e
...
...
@@ -188,9 +188,6 @@ outflow boundary condition pressure which is set here to 1 atmosphere.
species.diffusivity = constant
species.diffusivity.constant = 1.9e-5
species.O2.molecular_weight = 31.99880e-3
species.N2.molecular_weight = 28.01340e-3
species.specific_heat = NASA7-poly
# Oxygen
...
...
This diff is collapsed.
Click to expand it.