Skip to content

Commit

Permalink
Update 00_lucid_file_IO.py_ remove section on cdb import (#650)
Browse files Browse the repository at this point in the history
removed cdb import section
  • Loading branch information
agvarghe authored Nov 20, 2023
1 parent 102414d commit e6a729d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions examples/gallery/00_lucid_file_IO.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit e6a729d

Please sign in to comment.