General Mechanical

General Mechanical

How can I run several times a simulation with an array of Parameters

    • eduardo_hulse
      Subscriber

      Hello,

      I'm working on a simulation on APDL and I have to run the same test with different values of diameter and wall thickness for a pipe. I have the values saved on a txt file, but don't know how to do these multiples tests, only with one pair as shown:

      !*

      *DIM,parametros,array,2,1

      *VREAD,parametros(1,1),auxiliartest,txt

      (E14.8)

      !*

      T11 = parametros(1)

      T22 = parametros(2)

      !*

      Any thoughts on how to do it, and how to write and export those results in different text files

      thanks in advance!

      ps: I have atached an example of a file that contains different pair of parameters

    • Ashish Khemka
      Ansys Employee
      nnPlease see if the following link helps:nnnRegards,nAshish Khemka
Viewing 1 reply thread
  • You must be logged in to reply to this topic.