Skip to content

Commit c23cfd0

Browse files
docs: Example on Flow Through Porous Media - Catalytic Converter (#4506)
End-to-end pyfluent workflow on modelling flow through porous media - Catalytic Converter 1. [ANSYS Fluent User's Guide, ANSYS, Inc.](https://ansyshelp.ansys.com/public/account/secured?returnurl=/Views/Secured/prod_page.html?pn=Fluent&prodver=25.2&lang=en) 2. [Modeling Flow Through Porous Media](https://ansyshelp.ansys.com/public/account/secured?returnurl=/Views/Secured/corp/v252/en/flu_tg/flu_tg_tut_catalytic_converter.html) --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent f2d814e commit c23cfd0

File tree

9 files changed

+767
-2
lines changed

9 files changed

+767
-2
lines changed

.github/workflows/execute-examples-weekly.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ jobs:
165165
run: |
166166
python examples/00-fluent/steady_vortex.py
167167
168+
- name: Execute catalytic_converter_workflow.py
169+
run: |
170+
python examples/00-fluent/catalytic_converter_workflow.py
171+
168172
- name: Execute fsi_1way_workflow.py
169173
run: |
170174
python examples/00-fluent/fsi_1way_workflow.py
@@ -177,7 +181,6 @@ jobs:
177181
run: |
178182
python examples/00-fluent/Electrolysis_Modeling_workflow.py
179183
180-
181184
# https://github.com/ansys/pyfluent/issues/4157
182185
# - name: Execute conjugate_heat_transfer.py
183186
# run: |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Example on Flow Through Porous Media - Catalytic Converter [skip tests]
73.2 KB
Loading
142 KB
Loading
109 KB
Loading
113 KB
Loading
133 KB
Loading

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def _stop_fluent_container(gallery_conf, fname):
152152
# path where to save gallery generated examples
153153
"gallery_dirs": ["examples"],
154154
# Pattern to search for example files
155-
"filename_pattern": r"exhaust_system_settings_api\.py|external_compressible_flow\.py|mixing_elbow_settings_api\.py|modeling_cavitation\.py|species_transport\.py|ahmed_body_workflow\.py|brake\.py|DOE_ML\.py|radiation_headlamp\.py|parametric_static_mixer_1\.py|conjugate_heat_transfer\.py|tyler_sofrin_modes\.py|lunar_lander_thermal\.py|modeling_ablation\.py|frozen_rotor_workflow\.py|mixing_tank_workflow\.py|single_battery_cell_workflow\.py|steady_vortex\.py|fsi_1way_workflow\.py|transient_compressible_nozzle_workflow\.py|Electrolysis_Modeling_workflow\.py",
155+
"filename_pattern": r"exhaust_system_settings_api\.py|external_compressible_flow\.py|mixing_elbow_settings_api\.py|modeling_cavitation\.py|species_transport\.py|ahmed_body_workflow\.py|brake\.py|DOE_ML\.py|radiation_headlamp\.py|parametric_static_mixer_1\.py|conjugate_heat_transfer\.py|tyler_sofrin_modes\.py|lunar_lander_thermal\.py|modeling_ablation\.py|frozen_rotor_workflow\.py|mixing_tank_workflow\.py|single_battery_cell_workflow\.py|steady_vortex\.py|fsi_1way_workflow\.py|transient_compressible_nozzle_workflow\.py|Electrolysis_Modeling_workflow\.py|catalytic_convertor_workflow\.py",
156156
# Do not execute examples
157157
"plot_gallery": False,
158158
# Remove the "Download all examples" button from the top level gallery

0 commit comments

Comments
 (0)