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
William D. Fullmer
docs
Commits
c6dc0fb5
Commit
c6dc0fb5
authored
6 years ago
by
Ann Almgren
Browse files
Options
Downloads
Patches
Plain Diff
Add intro and move existing Intro into Getting Started
parent
c2f93de9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/GettingStarted.rst
+14
-0
14 additions, 0 deletions
docs/source/GettingStarted.rst
docs/source/Introduction.rst
+30
-9
30 additions, 9 deletions
docs/source/Introduction.rst
docs/source/index.rst
+1
-0
1 addition, 0 deletions
docs/source/index.rst
with
45 additions
and
9 deletions
docs/source/GettingStarted.rst
0 → 100644
+
14
−
0
View file @
c6dc0fb5
.. _Chap:GettingStarted
Getting Started
==================
.. toctree::
:maxdepth: 1
Structure
BuildingCMake
BuildingGMake
RunningTestSuite
RegressionTesting
This diff is collapsed.
Click to expand it.
docs/source/Introduction.rst
+
30
−
9
View file @
c6dc0fb5
.. _Chap:Introduction
MFiX-Exa Introduction
==================
.. toctree::
:maxdepth: 1
MFiX-Exa is a new massively parallel code for computing multiphase
flow in which solid particles interact with the gas surrounding them.
It is built on top of AMReX, a publicly available software framework designed for building
massively parallel block-structured adaptive mesh refinement (AMR)
applications.
MFiX-Exa relies on the same fundamental physics as in MFIX but the spatial and
time discretizations differ. Specifically,
- Fluid velocity is defined at cell centers; pressure is defined at nodes.
- The advection algorithm includes an intermediate MAC projection for face-centered
advection velocities
- Incompressibility of the fluid is imposed through the use of a projection at the
end of the time step rather than through SIMPLE iterations
- The representation of the complex geometry includes mesh refinement around the
fluid-solid interface, which is represented used the embedded boundary, or
cut-cell approach
- Parallelization via flat MPI, OpenMP, hybrid MPI/OpenMP, or MPI/MPI.
- Porting of MFiX-Exa to GPUs is in progress.
- Parallel I/O using AMReX native I/O or HDF5.
- Plotfile format supported by AmrVis, VisIt, ParaView, and yt.
Structure
BuildingCMake
BuildingGMake
RunningTestSuite
RegressionTesting
MFiX-Exa is being developed at NETL, LBNL, and CU as part of DOE's Exascale Computing Project.
This diff is collapsed.
Click to expand it.
docs/source/index.rst
+
1
−
0
View file @
c6dc0fb5
...
...
@@ -21,6 +21,7 @@ the master branch at the beginning of each month.
:caption: Contents:
Introduction
GettingStarted
Particle
ParticleBasics
ParticleFluid
...
...
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