Using Variable from One Time Step for Entire Session in Ansys EnSight Software

How to use variable from one time step for entire session in Ansys EnSight™ simulation data visualization software?

Suppose you want use Coordinate[Y] at time step say 2. Then use following steps.

  1. Use Calculator
  2. Create a function as
    a. y = Coodinate[Y]
  3. Export Geometry Entities of geometry, y and few other required variables in case gold format.
  4. Read this case gold format in new Ansys Ensight software session
  5. In new session create following function using Calculator
    a. y_at_2 = y{2}
    b. These brackets will make sure that it takes value of Coordinate[Y] at time step = 2
  6. This will appear in Scalar list.
  7. Now you can use this Scalar.
  8. If you are not able to use this scalar, then please create another constant scalar say ‘test’ using y_at_2.
  9. Now you will be able use this ‘test’ scalar variable.