Skip to content

Commit 459e0ad

Browse files
committed
docs: Example on Battery Pack
1 parent 0d8d1e4 commit 459e0ad

File tree

11 files changed

+458
-1
lines changed

11 files changed

+458
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ jobs:
173173
run: |
174174
python examples/00-fluent/Electrolysis_Modeling_workflow.py
175175
176+
- name: Execute Battery_Pack.py
177+
run: |
178+
python examples/00-fluent/Battery_Pack.py
179+
176180
177181
# https://github.com/ansys/pyfluent/issues/4157
178182
# - name: Execute conjugate_heat_transfer.py
102 KB
Loading
148 KB
Loading
62.5 KB
Loading
56.4 KB
Loading
47.7 KB
Loading
54 KB
Loading
56.3 KB
Loading
64.3 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|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|transient_compressible_nozzle_workflow\.py|Electrolysis_Modeling_workflow\.py|Battery_Pack\.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)