# Unsteady Plot3d File

**URL:** https://discourse.paraview.org/t/unsteady-plot3d-file/3686
**Category:** ParaView Support
**Created:** [February 27, 2020, 7:19pm UTC](https://discourse.paraview.org/t/unsteady-plot3d-file/3686 "2020-02-27T19:19:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![MAGAN\_SINGH](https://discourse.paraview.org/user_avatar/discourse.paraview.org/magan_singh/32/1978_2.png) [@MAGAN\_SINGH](https://discourse.paraview.org/u/MAGAN_SINGH)
#### Post date: [February 27, 2020, 7:19pm UTC](https://discourse.paraview.org/t/unsteady-plot3d-file/3686/1 "2020-02-27T19:19:05Z")

</div>

Steady plot3d binary files are easily readable in Paraview, But when I load 2D unsteady binary grid file and solution plot3d file (solution output at all time steps is written in a single solution file), It doesn’t load with respect to time. data is loaded at all time steps as static data shown below.

 ![Screenshot from 2020-02-28 00-02-03](https://discourse.paraview.org/uploads/default/original/2X/f/f4a071a82f62e8d74cbb7a3d09efdc1711d0ae4f.png)

Please suggest to resolve it. Any suggestion will be valuable.

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [February 28, 2020, 2:33am UTC](https://discourse.paraview.org/t/unsteady-plot3d-file/3686/2 "2020-02-28T02:33:53Z")

</div>

Here is an example of a supported .p3d file with time.

```
{
    "byte-order" : "big",
    "precision" : 32,
    "multi-grid" : false,
    "format" : "binary",
    "language" : "C",
    "blanking" : false,
    "2D" : false,
    "functions": [110, 200, 201],
    "R" : 8.314,
    "gamma" : 1.4,
    "filenames" : [
	{ "time" : 3.5, "xyz" : "combxyz.bin", "q" : "combq.bin"},
	{ "time" : 4.5, "xyz" : "bluntfinxyz.bin", "q" : "bluntfinq.bin"}
    ]
}
```

---

<div class="post-metadata">

### Author: ![MAGAN\_SINGH](https://discourse.paraview.org/user_avatar/discourse.paraview.org/magan_singh/32/1978_2.png) [@MAGAN\_SINGH](https://discourse.paraview.org/u/MAGAN_SINGH)
#### Post date: [March 1, 2020, 7:27pm UTC](https://discourse.paraview.org/t/unsteady-plot3d-file/3686/3 "2020-03-01T19:27:06Z")

</div>

Thank You,  
Actually, CFL3D produce all time steps in a single file. However, I obtained binary plot3d output files at all successively time steps by restarting the simulation and use this .p3d file. But it is little time consuming.

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [March 2, 2020, 2:37am UTC](https://discourse.paraview.org/t/unsteady-plot3d-file/3686/4 "2020-03-02T02:37:35Z")

</div>

Our reader probably does not support this formalism and would need to be improved.
