Loading .gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,15 @@ docs:userguide: tags: - docker docs:codespell: image: sphinxdoc/sphinx:latest script: - pip install codespell - codespell --enable-colors --quiet-level 2 docs/source_docs/ docs/picvva/ stage: build-docs tags: - docker ################################################################################ # Deploy ################################################################################ Loading docs/picvva/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -170,6 +170,6 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'picvva', u'MFIX-Exa PIC VVA Manual', author, 'MFIX-Exa Team', "MFIX-Exa Particle-in-Cell Verification, Validation and Applicaiton Manual", author, 'MFIX-Exa Team', "MFIX-Exa Particle-in-Cell Verification, Validation and Application Manual", 'Technical Report'), ] docs/source_docs/eb/EBWalls.rst +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ geometries depending on the value of the :cpp:`mfix.geometry` setting in the | | cf. note 1 below | +------------------------------+----------------------+ 1. ``Generic`` geometry specification requires user implemenation 1. ``Generic`` geometry specification requires user implementation inside ``src/eb.mfix_eb_generic.cpp``. Also see the `AMReX geometry documentation`_ for information on how to construct new geometries using the method of constructive solid geometry. Loading docs/source_docs/particles/ParticleBasics.rst +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ method. It's structure is: updateNeighbors(lev); } // Itterate over particles // Iterate over particles for (MFIXParIter pti(*this, lev); pti.isValid(); ++pti) { // Forces and torques due to particle-wall collisions Loading docs/source_docs/qb/single_bubble.rst +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Single Bubble Injection Another variation on bubbling typically observed in bubbling fluidized beds is the detailed single-bubble study of Boyce and coworkers [BPLPM19]_. In the experiment, a cylinderical bed is brought to incipient fluidization (just *under* minimum fluidization) by a uniform disributor. Then, an (just *under* minimum fluidization) by a uniform distributor. Then, an additional volume of gas is abruptly injected from a nozzle located in the center of the bed causing a single bubble to form and rise through the bed. Measurement of the evolution of the bubble formation, rise and Loading Loading
.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,15 @@ docs:userguide: tags: - docker docs:codespell: image: sphinxdoc/sphinx:latest script: - pip install codespell - codespell --enable-colors --quiet-level 2 docs/source_docs/ docs/picvva/ stage: build-docs tags: - docker ################################################################################ # Deploy ################################################################################ Loading
docs/picvva/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -170,6 +170,6 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'picvva', u'MFIX-Exa PIC VVA Manual', author, 'MFIX-Exa Team', "MFIX-Exa Particle-in-Cell Verification, Validation and Applicaiton Manual", author, 'MFIX-Exa Team', "MFIX-Exa Particle-in-Cell Verification, Validation and Application Manual", 'Technical Report'), ]
docs/source_docs/eb/EBWalls.rst +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ geometries depending on the value of the :cpp:`mfix.geometry` setting in the | | cf. note 1 below | +------------------------------+----------------------+ 1. ``Generic`` geometry specification requires user implemenation 1. ``Generic`` geometry specification requires user implementation inside ``src/eb.mfix_eb_generic.cpp``. Also see the `AMReX geometry documentation`_ for information on how to construct new geometries using the method of constructive solid geometry. Loading
docs/source_docs/particles/ParticleBasics.rst +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ method. It's structure is: updateNeighbors(lev); } // Itterate over particles // Iterate over particles for (MFIXParIter pti(*this, lev); pti.isValid(); ++pti) { // Forces and torques due to particle-wall collisions Loading
docs/source_docs/qb/single_bubble.rst +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Single Bubble Injection Another variation on bubbling typically observed in bubbling fluidized beds is the detailed single-bubble study of Boyce and coworkers [BPLPM19]_. In the experiment, a cylinderical bed is brought to incipient fluidization (just *under* minimum fluidization) by a uniform disributor. Then, an (just *under* minimum fluidization) by a uniform distributor. Then, an additional volume of gas is abruptly injected from a nozzle located in the center of the bed causing a single bubble to form and rise through the bed. Measurement of the evolution of the bubble formation, rise and Loading