-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bug located in PyMAPDL plotting #232
Comments
Pinging also @RGPATCHI for visibility |
I'm trying to make As mentioned in the documentation, most of the >>> mapdl.prnsol("s","prin")
'PRINT S NODAL SOLUTION PER NODE
*** WARNING *** CP = 15.958 TIME= 12:30:38
BEAM/PIPE elements are detected in the selected element set. They are
ignored in the nodal averaging.
*** WARNING *** CP = 15.964 TIME= 12:30:38
No data is available for the selected model or data location
specifications. Which is surprising because I can still plot the MAPDL nodal solution as @jgd10 showed using |
By the way, the error here comes from MAPDL-reader. Transferring... |
@germa89 Beam elements break the rules - the section nodes are not nodes that define the element in the traditional sense. So the results are presented in a differing manner as well. If you issue a presol,s,prin you should get a element by element listing of the principal stresses for each section node of the element. The order is in the result order, not necessarily in the modeling order. Mike p.s. I need to double check the section node order listing for results. I'm pretty sure it is in result order and not modeling order. |
Hi @jgd10 @germa89 Can you please take a look at the following example and let me know if it is worth pursuing as an actual project. I'm afraid the second loop, to loop over all beam elements, will cause the performance to be so bad, it may not be of practical use. Right now the model has just four beam element with five section cells. MIke |
Before submitting the issue
pip install --upgrade --upgrade-strategy eager ansys-mapdl-core
)Description of the bug
PyMAPDL plots asymmetric data for a simple symmetric problem using BEAM188 elements.
Steps To Reproduce
Which Operating System are you using?
Windows
Which Python version are you using?
3.10
PyMAPDL Report
Show the Report!
Installed packages
Show the installed packages!
Logger output file
Show the logger output file.
The text was updated successfully, but these errors were encountered: