PRESOL problem #1309
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @manarshhjot can you give us more information? Can you share the cdb and material files? And the functions you defined elsewhere. MIke |
Beta Was this translation helpful? Give feedback.
-
Hi @manarshhjot Something went wrong creating the material model file. The E and Poissons ration values are all ~ 1E308. Also can you post your code as text and not an image. Mike |
Beta Was this translation helpful? Give feedback.
-
Hi @manarshhjot Ok good to see your code is working now. Remember that the PRESOL command is listing the element nodal result. I.E. it is listing the stress result for each node in the element, for every element. If you want one value per element you will need to create an element table and list that. This will interpolate the element nodal values back to the centroid and report that value. Mike |
Beta Was this translation helpful? Give feedback.
Hi @manarshhjot Ok good to see your code is working now. Remember that the PRESOL command is listing the element nodal result. I.E. it is listing the stress result for each node in the element, for every element. If you want one value per element you will need to create an element table and list that. This will interpolate the element nodal values back to the centroid and report that value.
Mike
p.s. adding as new answer in order to mark question as answered.