-
Notifications
You must be signed in to change notification settings - Fork 123
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
2D Plane Stress Example needs slight update #2557
Comments
Other solution is to run in SMP mode through |
@mikerife I'm adding @pmaroneh I think your suggestion is very useful, so the users are more aware of differences between SMP and DMP. But because how the documentation runs on GitHub, doing that change won't have any effect. Basically because the examples do not start MAPDL instances, they just connect to an existing one. |
The way I had found out is that the plot comparing the computed results with the analytical results don't match if you use DMP. |
@germa89 It started by noticing that there was a set of core rst files and a combined rst file the second time through the loop, then asking myself "WTF" since it should be one or the other. |
Description of the modifications
The 2D Plane Stress Concentration Example will not return the correct stress concentration plot. The MAPDL/PyMAPDL and PyMAPDL Reader can post process both the single/combined result file along with the individual result files (one for each DMP core used). The second time through the loop both the combined and individual files exist so the prior analysis is being post processed. The simple correct is to add a "finish" [
mapdl.finish()
] following the PyMAPDL solve command. This will force MAPDL to combine the core result files into one result file.Mike
Useful links and references
No response
The text was updated successfully, but these errors were encountered: