Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 00_lucid_file_IO.py_ remove section on cdb import #650

Merged
merged 1 commit into from
Nov 20, 2023
Merged
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
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