I'm pretty new to ANSYS, so this might be a basic question.
I have data from a CFX simulation for a flow field, and I'm trying to get a grid of data out of post processing. In the end, I want to have an X, Y, and Z value associated with the u, v, and w velocity vectors for that point, for a grid of points at least 7 by 10 by 13.
The solution to the problem my colleague suggested is to set up a large number of crisscrossed lines as a sample, then individually export the velocity data for u, v, and w using the chart function. That's labor intensive (910 defined lines, 2730 chart exports), produces some redundant values, and seems like the kind of thing a computer should already be able to do easily (somehow). I wasn't able to find a straightforward tutorial online, so I thought I'd at least ask before sinking 1000 hours into doing it all manually.
I am a graduate researcher at a university, so if a different program might be better for this job than ANSYS, I might have access to it.