we are simulating a pump using ANSYS CFX ...

We need to generate streamlines, starting at center of each element on the inlet and export the data out. Therefore, if we have n elements on the inlet, n number of streamlines need to be generated. Then, we need to trace each streamline separately and export the relevant information (i.e, pressure, velocity, or any other user defined variable) out for further analysis.

We already created the streamlines at the center of each cell on the inlet in CFD-Post. Then, we exported the streamlines information out as .csv file. However, when we open the file in excel, it is impossible to see which points (nodes) are related to which streamline. We need to be able to distinguish the streamlines from each other.

In another word, we need an excel file, which has a format similar to the following:

Streamline 1

x  y  z  variable1 variable 2 ...... variable m

(number of rows here depends on the number of nodes forming this particular streamline)

Streamline 2

x  y  z  variable1 variable 2 ...... variable m

 (number of rows here depends on the number of nodes forming this particular streamline)

 .

.

.

.

up to the n-th streamline.

More Mohamed Bounouib's questions See All
Similar questions and discussions