-
Hi @ShaileshFle The input file defined a table array that seems to be used to apply a +/- 0.5 displacement. But the commands to actually apply the displacement, and use the table, were missing. So there was not load on the model; hence no results; so retrieving smisc 13 failed as there was no data to retrieve. Also select logic had been used to select a sub-set of the model prior to solving. So the whole model was not solved for. Be sure to include a ALLSEL prior to solving. Mike |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
Why a new discussion and not replying in the previous one? |
Beta Was this translation helpful? Give feedback.
Hi @ShaileshFle
Ok - if the TECS is current on any of the licenses then next time go ahead and open an technical support call in the typical manner. On the support case make it clear that while you are using PyMAPDL, you have a MAPDL question.
Here is the modified input file for you to review:
model1_input09.txt
And the PyMAPDL script to do what you want:
N…