Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acdaigneault authored Jun 25, 2024
1 parent a90bd41 commit af45001
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -581,12 +581,12 @@ The pneumatic conveying simulation should look like this:
Post-processing
~~~~~~~~~~~~~~~
The data is extracted with the Lethe PyVista tool and post-processed with custom functions in the files ``pyvista_utilities.py`` and ``log_utilities.py``.
Extraction, post-processing and plotting are automated in the script ``pneumatic-conveying_post_processing.py``:
Extraction, post-processing and plotting are automated in the script ``pneumatic-conveying_post-processing.py``:

.. code-block:: text
:class: copy-button
python3 pneumatic-conveying_post_processing.py
python3 pneumatic-conveying_post-processing.py
The script will generate the figure and print the results in the console. If you want to modify the path or the filenames, you have to modify the script.

Expand Down

0 comments on commit af45001

Please sign in to comment.