From 60df9da08f27cb98a9bc75c83ef275bba7a48702 Mon Sep 17 00:00:00 2001 From: Prithwish Mukherjee Date: Mon, 24 Jun 2024 14:02:14 +0530 Subject: [PATCH] refactor: Fix example. --- examples/00-postprocessing/post_processing_exhaust_manifold.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/00-postprocessing/post_processing_exhaust_manifold.py b/examples/00-postprocessing/post_processing_exhaust_manifold.py index 769e9bb3..45566450 100644 --- a/examples/00-postprocessing/post_processing_exhaust_manifold.py +++ b/examples/00-postprocessing/post_processing_exhaust_manifold.py @@ -22,6 +22,8 @@ from ansys.fluent.visualization.matplotlib import Plots from ansys.fluent.visualization.pyvista import Graphics +pyfluent.CONTAINER_MOUNT_PATH = pyfluent.EXAMPLES_PATH + set_config(blocking=True, set_view_on_display="isometric") ###############################################################################