We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
Preprocessing

Preprocessing

Topics related to geometry, meshing, and CAD.

Calling tables within APDL functions

    • nwood99
      Subscriber

      Hello,

      I am trying to implement a load using APDL's function editor. The function itself depends on values that are called from tables. See the belowimage for an example of what I'm talking about.

    • Vigneswaran Sridharan
      Ansys Employee
    • nwood99
      Subscriber
      After reviewing the documentation, I'm still not sure how to accomplish my objective. The documentation states that tabular parameters are normally called by enclosing their name in % signs. For example, defining a load with %NAME% indicates that the load has been assigned a table, as opposed to defining the load with NAME, which indicates the load has been assigned some constant value. As demonstrated in my original post, this doesn't work when defining variables in the function editor. %NAME% is still interpreted by the function editor as an equation variable, and so when you load the function file, ANSYS incorrectly demands a constant value for the equation variable "%NAME%." Distinguishing tabular parameters according to the documentation doesn't work here. I'm not sure how else to do it.
    • dinhan0394
      Subscriber
      Hello You can only use variables in list of the function editor, all other parameters will be constant.

      from ANSYS Help:


Viewing 3 reply threads
  • The topic ‘Calling tables within APDL functions’ is closed to new replies.