Hello,

Hello, I have a question about the current CFD computational fluid dynamics. I would like to display data through cell number, speed, pressure, and temperature for RM flow dynamics required through text file. I wonder if there are any related materials.
Currently, it is difficult to use Paraview, so we need a tutorial course.

Hello @tkdgur8314

You may want to take a look at the docs: Welcome to ParaView Documentation ! — ParaView Documentation 5.10.0 documentation

Especially the self-directed tutorial: Self-directed Tutorial — ParaView Documentation 5.10.0 documentation

Cell number, speed, pressure, and temperature exist in the current text file.
One frame per file of text.
There are 360,000 data in one file, and there are cell numbers, speeds, pressures, and temperatures.
Is it possible through scripting? Or is it impossible?

This sounds possible, you need to try with your data.

Thank you for your reply.
Currently, Codinate x, y, and z are created, and I want to make rotation and temperature pressure through the remaining speed.
Now it’s represented like a picture.
Do you mean Python script if you want to try it with data?