Skip to content

Commit 50fd45e

Browse files
docs: Added example on transient compressible flow (#4504)
This PR provides a example of simulating transient compressible flow The example tries to follow the provided guidelines with #4378 and uses the new API implementation. --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent cea3d91 commit 50fd45e

File tree

9 files changed

+464
-1
lines changed

9 files changed

+464
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
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 transient_compressible_nozzle_workflow.py
169+
run: |
170+
python examples/00-fluent/transient_compressible_nozzle_workflow.py
171+
168172
169173
# https://github.com/ansys/pyfluent/issues/4157
170174
# - name: Execute conjugate_heat_transfer.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added example on transient compressible flow
31 KB
Loading
110 KB
Loading
59.7 KB
Loading
46.6 KB
Loading
71.1 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",
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|transient_compressible_nozzle_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)