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

Add support for Solid293 #3093

Open
4 tasks done
mikerife opened this issue May 15, 2024 · 1 comment
Open
4 tasks done

Add support for Solid293 #3093

mikerife opened this issue May 15, 2024 · 1 comment
Assignees

Comments

@mikerife
Copy link

🤓 Before submitting the issue

🔍 Description of the bug

Plotting a mesh of Solid293 crashes the gRPC link.

🕵️ Steps To Reproduce

from ansys.mapdl.core import launch_mapdl
mapdl = launch_mapdl(port=50057)
mapdl.clear()

# parameters
# geometric
R1 = 0.1
R2 = 0.12

mapdl.prep7()

# 2-D 6-NODE THERMAL SOLID
mapdl.et(2, 293, 1)
# AXISYMMETRIC BEHAVIOR
mapdl.keyopt(2, 3, 1)

# CREATE THE GEOMETRY FOR THE HOLLOW SPHERE
mapdl.pcirc(R1, R2, 0, 10)
# set element size and mesh the area
mapdl.esize(0.15*(R2-R1))
mapdl.type(2)
mapdl.mat(2)
mapdl.amesh(1)

mapdl.eplot(cpos='xy')

💻 Which Operating System are you using?

Windows

🐍 Which Python version are you using?

3.10

💾 Which MAPDL version are you using?

2023 R2

📝 PyMAPDL Report

Show the Report!

# PASTE HERE THE OUTPUT OF `python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"` here

📝 Installed packages

Show the installed packages!

# PASTE HERE THE OUTPUT OF `python -m pip freeze` here

📝 Logger output file

Show the logger output file.

# PASTE HERE THE CONTENT OF THE LOGGER OUTPUT FILE.

@germa89
Copy link
Collaborator

germa89 commented Jun 5, 2024

It does work for me:

image

Using MacOS + MAPDL 2024R2 docker container (Ubuntu based)

Pinging @clatapie. Can you check this is happening on Windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants