General Mechanical

General Mechanical

Topics relate to Mechanical Enterprise, Motion, Additive Print and more

use element principle stres, S and element node temperature to calculate node stress and node temper

TAGGED: 

    • chenqingsen
      Subscriber
      According to the Mises example, we can get the stress component of the node by solving the average value of the stress component of the node connecting element. Get the element stress code as follows:nanalysis=ExtAPI.DataModel.Project.Model.Analyses[0]nreader=analysis.GetResultsData()nstress=reader.GetResult(S)nPRIN_S is used to obtain the principal stress of element nodes and BFE is used to obtain the element node temperature. So how to use the element value to calculate the node value? nIs there a way to quickly obtain node stress, node principal stress, and node temperature?n
    • 1shan
      Ansys Employee
      ,nYou could create a nodal named selection (select the required nodes>right click>named selection). In the results tab add principle stress> scoping method>named selection. This would give you the nodal results. Does this answer your query?nRegards,nIshan.n
    • chenqingsen
      Subscriber

      Hello @chenqingsen,You could create a nodal named selection (select the required nodes>right click>named selection). In the results tab add principle stress> scoping method>named selection. This would give you the nodal results. Does this answer your query?Regards,Ishan.https://forum.ansys.com/discussion/comment/107162#Comment_107162

      I am doing ACT plug-in development, and I need to extract node stress, principal stress, and node temperature in a python script, not in mechanical GUI.nI only found the API for extracting element stress components and element principal stress, but no API for nodesn
Viewing 2 reply threads
  • You must be logged in to reply to this topic.