Skip to content

Error of "At least 1 small equation solver pivot term(at UZ dof of node 1876), Check for an insufficiently constrained model #2385

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

You must be logged in to vote

Hi @bahadir14
This should be asked in the Discussion section as it is not an PyMAPDL Issue i.e. not a bug. Or a feature request. Onto the code, the "TEMP" in the two D commands does not make sense:

mapdl.d("ALL","UX","TEMP",5)
mapdl.asel("S",vmin=4)
mapdl.nsla()
mapdl.d("ALL","UZ","TEMP",5)

TEMP is not defined in the script. Also a boundary condition for UY is missing. Lastly why is nodal temperature (as a degree of freedom) being post-processed on a structural element only model?

MIke

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
Converted from issue

This discussion was converted from issue #2383 on October 04, 2023 10:45.