Commit 8c5a4dc2 authored by Deepak Rangarajan's avatar Deepak Rangarajan Committed by Jordan Musser
Browse files

add codespell to ci (!63)

parent 0b28c583
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
################################################################################
+1 −1
Original line number Diff line number Diff line
@@ -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'),
]
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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