From af450012ed579622acc8477e2f4fc0ec484f3b67 Mon Sep 17 00:00:00 2001 From: Audrey Collard-Daigneault <71884806+acdaigneault@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:53:58 -0400 Subject: [PATCH] Fix typo --- .../dense-pneumatic-conveying/dense-pneumatic-conveying.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/examples/unresolved-cfd-dem/dense-pneumatic-conveying/dense-pneumatic-conveying.rst b/doc/source/examples/unresolved-cfd-dem/dense-pneumatic-conveying/dense-pneumatic-conveying.rst index 7d9347fe06..c0091bd04c 100644 --- a/doc/source/examples/unresolved-cfd-dem/dense-pneumatic-conveying/dense-pneumatic-conveying.rst +++ b/doc/source/examples/unresolved-cfd-dem/dense-pneumatic-conveying/dense-pneumatic-conveying.rst @@ -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.