From 6277ad65db0805de403b5d6593866715a19f98cc Mon Sep 17 00:00:00 2001 From: benflexcompute Date: Mon, 22 Apr 2024 19:26:28 +0000 Subject: [PATCH] Reverted example changes as it is not required --- examples/volume_mesher_v2_from_inputs.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/examples/volume_mesher_v2_from_inputs.py b/examples/volume_mesher_v2_from_inputs.py index a200b0de6..6ea2c2147 100644 --- a/examples/volume_mesher_v2_from_inputs.py +++ b/examples/volume_mesher_v2_from_inputs.py @@ -1,10 +1,9 @@ -# Comment out to pass linter. Uncomment below to run this example -# import os -# os.environ["FLOW360_BETA_FEATURES"] = "1" +import os + +os.environ["FLOW360_BETA_FEATURES"] = "1" import flow360 as fl -# Comment out to pass linter. Uncomment below to run this example -# fl.Env.dev.active() +fl.Env.dev.active() from flow360.component.meshing.params import Farfield, Volume, VolumeMeshingParams surface_mesh_stl = "../tests/data/surface_mesh/airplaneGeometry.stl" @@ -15,7 +14,7 @@ print(surface_mesh) print(surface_mesh.params) -params = VolumeMeshingParams( +params = fl.VolumeMeshingParams( version="v2", volume=Volume( first_layer_thickness=0.001,