Skip to content

Commit 0bbab93

Browse files
abhishekchitwarpyansys-ci-botseanpearsonuk
authored
docs: example on the steady vortex dynamics (#4452)
This PR provides a comprehensive example of simulating steady vortex dynamics, specifically focusing on vortex behavior within continuously stirred tank reactors. The example tries to follow the provided guidelines with #4378 and uses the new API implementation. Thanks! --------- Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Sean Pearson <[email protected]>
1 parent 3848f70 commit 0bbab93

File tree

11 files changed

+573
-1
lines changed

11 files changed

+573
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ jobs:
157157
run: |
158158
python examples/00-fluent/single_battery_cell_workflow.py
159159
160+
- name: Execute steady_vortex.py
161+
run: |
162+
python examples/00-fluent/steady_vortex.py
163+
164+
160165
# https://github.com/ansys/pyfluent/issues/4157
161166
# - name: Execute conjugate_heat_transfer.py
162167
# run: |

doc/changelog.d/4452.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Example on the steady vortex dynamics
16.7 KB
Loading
416 KB
Loading
37.5 KB
Loading
55.6 KB
Loading
54.1 KB
Loading
118 KB
Loading
33.2 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|",
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",
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)