Skip to content

Commit 54e98ea

Browse files
abhishekchitwarprmukherjpyansys-ci-bot
authored
docs: Added an end-to-end example focused on Turbomachinery [skip tests] (#3947)
This example showcases how to use pyfluent for a turbomachinery application. It includes: - Settings API usage - Named expressions - Report definitions - Monitors - Post-processing --------- Co-authored-by: Prithwish Mukherjee <[email protected]> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 981dd09 commit 54e98ea

File tree

6 files changed

+419
-1
lines changed

6 files changed

+419
-1
lines changed

doc/changelog.d/3947.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added an end-to-end example focused on Turbomachinery [skip tests]
56.2 KB
Loading
217 KB
Loading
49.1 KB
Loading

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def _stop_fluent_container(gallery_conf, fname):
149149
# path where to save gallery generated examples
150150
"gallery_dirs": ["examples"],
151151
# Pattern to search for example files
152-
"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",
152+
"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",
153153
# Do not execute examples
154154
"plot_gallery": False,
155155
# Remove the "Download all examples" button from the top level gallery

0 commit comments

Comments
 (0)