# Importing transient simulation with .encas files to Paraview

**URL:** https://discourse.paraview.org/t/importing-transient-simulation-with-encas-files-to-paraview/16190
**Category:** ParaView Support
**Created:** [February 18, 2025, 2:55pm UTC](https://discourse.paraview.org/t/importing-transient-simulation-with-encas-files-to-paraview/16190 "2025-02-18T14:55:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![HWIK](https://discourse.paraview.org/user_avatar/discourse.paraview.org/hwik/32/16019_2.png) [@HWIK](https://discourse.paraview.org/u/HWIK)
#### Post date: [February 18, 2025, 2:55pm UTC](https://discourse.paraview.org/t/importing-transient-simulation-with-encas-files-to-paraview/16190/1 "2025-02-18T14:55:15Z")

</div>

Hi there,

I am still figuring things out in Paraview. I did a CFD transient simulation and exported it to EnSight Gold format (.encas), where each file represents a different timestep. The naming is the same, where only the ending of the file changes according to the timstep, eg: main\_0001.encas, main\_0002.encas, …  
I am now trying to import this to Paraview to make an animation of the change with time. When I open the files each timestep gets imported as a separate pipeline object into Paraview, and I cannot make an animation. What steps can I take to step through the frames and make an animation? I have seen many videos online to make animations, though none of which use .encas files…  
I have also tried making a .encas.series file as illustrated below, though that does not seem to work  
{  
“file-series-version” : “1.0”,  
“files” : [  
{ “name” : “main\_0001.encas”, “time” : 0 },  
{ “name” : “main:0002.encas”, “time” : 0.025 },  
etc…  
]  
}
