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.
- Use Calculator
- Create a function as
a. y = Coodinate[Y]
- Export Geometry Entities of geometry, y and few other required variables in case gold format.
- Read this case gold format in new Ansys Ensight software session
- 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
- This will appear in Scalar list.
- Now you can use this Scalar.
- If you are not able to use this scalar, then please create another constant scalar say ‘test’ using y_at_2.
- Now you will be able use this ‘test’ scalar variable.