Skip to content

Result file (.rst) showing "Returned Dataframe with columns ['SXX', 'SYY', 'SZZ', 'SXY', 'SYZ', 'SXZ'] is empty" #3337

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

You must be logged in to vote

Hi @vig720
If you are not a commercial customer please see here for the publically available help on beam189.

Beam elements do not store data like other element types. The cross sections are defined by internal nodes and hold result data. The connectivity nodes, which you are trying to retrieve results for, don't store the stress result data. So programs like WB Mechanical or Mechanical APDL have to do some data wrangling behind the scenes to give a single value at a connectivity node.

Remove the Python comment characeter, #, from in front of the mapd.set command.

Then list the element solution and not the nodal solution. Something like this:

mapdl.post1()
mapdl.set('last')
print(mapdl.pr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by germa89
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