Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ def _stop_fluent_container(gallery_conf, fname):
"thumbnail_size": (350, 350),
"reset_modules_order": "after",
"reset_modules": (_stop_fluent_container),
"capture_repr": (),
"remove_config_comments": True,
"abort_on_example_error": True,
}


Expand Down
3 changes: 1 addition & 2 deletions examples/00-fluent/exhaust_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
to demonstrate the automatic leakage detection aspects of the meshing workflow.
"""

# sphinx_gallery_thumbnail_path = '_static/exhaust_system.png'

###############################################################################
# Example Setup
# -------------
Expand All @@ -46,6 +44,7 @@
# Perform required imports, which includes downloading and importing
# the geometry file.

# sphinx_gallery_thumbnail_path = '_static/exhaust_system.png'
import ansys.fluent.core as pyfluent
from ansys.fluent.core import examples

Expand Down
3 changes: 1 addition & 2 deletions examples/00-fluent/external_compressible_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
an aspect ratio of 3.8, and a taper ratio of 0.562.
"""

# sphinx_gallery_thumbnail_path = '_static/external_compressible_flow.png'

###############################################################################
# .. image:: /_static/external_compressible_flow_011.png
# :width: 500pt
Expand All @@ -46,6 +44,7 @@
# Perform required imports, which includes downloading and importing
# the geometry files.

# sphinx_gallery_thumbnail_path = '_static/external_compressible_flow.png'
import ansys.fluent.core as pyfluent
from ansys.fluent.core import examples

Expand Down
3 changes: 1 addition & 2 deletions examples/00-fluent/mixing_elbow.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
flow at the larger inlet is ``50, 800``, a turbulent flow model is required.
"""

# sphinx_gallery_thumbnail_path = '_static/mixing_elbow.png'

###############################################################################
# Example Setup
# -------------
Expand All @@ -43,6 +41,7 @@
# Perform required imports, which includes downloading and importing
# the geometry file.

# sphinx_gallery_thumbnail_path = '_static/mixing_elbow.png'
import ansys.fluent.core as pyfluent
from ansys.fluent.core import examples

Expand Down
3 changes: 1 addition & 2 deletions examples/00-fluent/mixing_elbow_settings_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
flow at the larger inlet is ``50, 800``, a turbulent flow model is required.
"""

# sphinx_gallery_thumbnail_path = '_static/mixing_elbow_settings.png'

###############################################################################
# Perform required imports
# ~~~~~~~~~~~~~~~~~~~~~~~~
# Perform required imports, which includes downloading and importing
# the geometry file.

# sphinx_gallery_thumbnail_path = '_static/mixing_elbow_settings.png'
import ansys.fluent.core as pyfluent
from ansys.fluent.core import examples

Expand Down
3 changes: 1 addition & 2 deletions examples/00-fluent/radiation_headlamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

"""

# sphinx_gallery_thumbnail_path = '_static/radiation_headlamp_thumbnail.png'

###############################################################################
# .. image:: /_static/radiation_headlamp_geom.png
# :width: 500pt
Expand All @@ -46,6 +44,7 @@
# Perform required imports, which includes downloading and importing the
# geometry files.

# sphinx_gallery_thumbnail_path = '_static/radiation_headlamp_thumbnail.png'
import ansys.fluent.core as pyfluent
from ansys.fluent.core import examples

Expand Down