From a4d19c17193823292a026d82abe26f2fba2a4547 Mon Sep 17 00:00:00 2001 From: Alan George Varghese <113696961+agvarghe@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:49:50 +0530 Subject: [PATCH] Update 00_lucid_file_IO.py removed cdb import section --- examples/gallery/00_lucid_file_IO.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/examples/gallery/00_lucid_file_IO.py b/examples/gallery/00_lucid_file_IO.py index a232491b07..f167057a68 100644 --- a/examples/gallery/00_lucid_file_IO.py +++ b/examples/gallery/00_lucid_file_IO.py @@ -222,25 +222,6 @@ print(model) -############################################################################### -# Reading Ansys MAPDL (.cdb) format mesh file -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# Read the exported MADP mesh format file, it would be observed that the labels are -# exported as components of nodes. The face zonelets associated with the label are merged to one. -# Similarly the face-zonelets that are not associated with the label are merged. -# Display the imported geometry. -# -# .. image:: ../../../images/00_import_cdb.png -# :align: center -# :width: 800 -# :alt: After import of cdb mesh file. -# - -mesh_util.read(mesh_file_cdb, append=False) -print(model) -display() - - ############################################################################### # Reading Ansys Fluent (.cas) format mesh file # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~