Skip to content

Stress extraction on beam 188(Create finite element model directly with E command or Use the L command to create a line and then assign section properties and divide the mesh) #1946

Answered by mikerife
bismarck1943 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @bismarck1943
Distributed parallel solves does not store the results in the MAPDL database after a solve; so we need to read in the results from the result file with the SET command in order to post process. Depending on how you ran the MAPDL batch vs the default PyMAPDL MAPDL instance (defaults to distributed parallel) that could explain getting a 0 for some result.

For this kind of simply supported, uniform pressure loaded Timoshenko beam the displacement is a forth order polynomial along the length of the beam. Whereas the cubic option chosen (shape function) is third order. So it's not that the results are wrong; just inaccurate as we are trying to describe a 4th order polynomial w…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@bismarck1943
Comment options

@mikerife
Comment options

@bismarck1943
Comment options

@mikerife
Comment options

@bismarck1943
Comment options

Answer selected by bismarck1943
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants