Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,12 @@ celerybeat.pid
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject
env*/
venv*/
ENV*/

# Spyder, Rope, etc... project settings
.*project

# mkdocs documentation
/site
Expand Down
4 changes: 2 additions & 2 deletions examples/00-fluent/exhaust_system_settings_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""".. _ref_exhaust_system_settings_api:

Exhaust System: Fault-tolerant Meshing
----------------------------------------------
Exhaust System: Fault-tolerant Meshing (Settings API)
-----------------------------------------------------

This tutorial illustrates the setup and solution of a three-dimensional
turbulent fluid flow in a manifold exhaust system. The manifold configuration
Expand Down
4 changes: 2 additions & 2 deletions examples/00-fluent/exhaust_system_tui_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""".. _ref_exhaust_system_tui_api:

Exhaust System: Fault-tolerant Meshing
----------------------------------------------
Exhaust System: Fault-tolerant Meshing (TUI API)
------------------------------------------------

This tutorial illustrates the setup and solution of a three-dimensional
turbulent fluid flow in a manifold exhaust system. The manifold configuration
Expand Down
5 changes: 3 additions & 2 deletions examples/00-fluent/mixing_elbow_settings_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
""".. _ref_mixing_elbow_settings_api:

Fluid Flow and Heat Transfer in a Mixing Elbow
----------------------------------------------
Fluid Flow and Heat Transfer in a Mixing Elbow (Settings API)
-------------------------------------------------------------

This example illustrates the setup and solution of a three-dimensional
turbulent fluid flow and heat transfer problem in a mixing elbow. The mixing
elbow configuration is encountered in piping systems in power plants and
Expand Down
5 changes: 3 additions & 2 deletions examples/00-fluent/mixing_elbow_tui_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
""".. _ref_mixing_elbow_tui_api:

Fluid Flow and Heat Transfer in a Mixing Elbow
----------------------------------------------
Fluid Flow and Heat Transfer in a Mixing Elbow (TUI API)
--------------------------------------------------------

This example illustrates the setup and solution of a three-dimensional
turbulent fluid flow and heat transfer problem in a mixing elbow. The mixing
elbow configuration is encountered in piping systems in power plants and
Expand Down
2 changes: 1 addition & 1 deletion examples/01-parametric/parametric_static_mixer_1.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""".. _ref_parametric_static_mixer_1:

Parametric Study Workflow
------------------------------
-------------------------
This example for executing a parametric study workflow
performs these steps:

Expand Down
2 changes: 1 addition & 1 deletion examples/01-parametric/parametric_static_mixer_2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""".. _ref_parametric_static_mixer_2:

Parametric Project-Based Workflow
----------------------------------------------------
---------------------------------
This example for executing a parametric project-based workflow
performs these steps:

Expand Down
2 changes: 1 addition & 1 deletion examples/01-parametric/parametric_static_mixer_3.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""".. _ref_parametric_static_mixer_3:

Parametric Session Workflow
----------------------------------------------
---------------------------
This example for executing a parametric session workflow performs these steps:

- Launches a parametric session using the hopper/mixer case file
Expand Down
7 changes: 6 additions & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ sphinx-gallery==0.10.1
sphinx-notfound-page==0.8
sphinxcontrib-websupport==1.2.4
sphinxemoji==0.2.0
pandas==1.4.1
pandas==1.4.1
vtk==9.1.0
pyvista==0.33.2
pyvistaqt==0.7.0
pyside6==6.2.3
matplotlib==3.5.1