I made wind tunnels!

So, I’ve been experimenting around with basic fluid dynamics and wanted to see if I could make a wind tunnel that produces at least semi-realistic results. This is what I got:

Just a part at an angle:

A rough wing shape using wedgeparts:

A free model car:

That same car with a huge spoiler (which seems to be surprisingly ineffective):

A jet during takeoff:

Another jet in the same situation:

I’m not entirely sure if these results are accurate, but they are at the very least interesting. What are your thoughts?

27 Likes

Aren’t spoilers higher compared to the roof of the car?
(or the roof is at least not that high and is rounded so the air flows towards the spoilers)

GG anyway

How are you doing that? :o

How fast are calculations made?

The spoiler isn’t always higher than the roof, but the shape of the car is smooth enough so the airflow gets pulled along the surface. In this case, there’s just a sudden drop and the spoiler is stuck in turbulent (aerodynamically dead) air.

It’s a several pass process. Every step, I simulate a set of particles moving relative to the car. The position of the particle is saved in an array. The amount of saved positions in a given volume will then give me a voxelized “pressure map”. I then use that pressure map to apply forces to the particles (force from high to low pressure, high pressure “pulls” particles along with it). I then use the results to do this another 4 times. Afterwards, I simply simulate another set of particles and display lines where they travel. That’s what you see in the screenshots.

Depends on the size of the model. The ones above each took about 10 seconds to simulate.

1 Like

Yeah I assumed so.

Most people have the ability to more or less predict where air will flow, without knowing all the formulas.
(just like you know how to throw a ball (under the influence of gravity) to land more or less where you want)

Awesome! Would you be able to change the colour of the particle stream to show different colours for high pressure and low pressure?

Yup! Red is high pressure, blue is low.

7 Likes

Shweet Baby Jeebus! Nice!