There's a guy who tested his own LBM solver on a space shuttle model https://www.youtube.com/watch?v=5AzxwQpng0M at 60x higher resolution than the largest Space Shuttle CFD simulation ever done by NASA. Took 6 hours to calculate on an academia GPU setup.
Edit: He also says it's full engineering accuracy, not cheap CGI CFD that only has to look plausible. You could extract pressures, forces from the surfaces and use it for analysis. He's done extensive validation for his academic work.
One of my favourite wind implementations (both visually and from a game design standpoint) has been the winds in Ghost of Tsushima, there is a interesting talk/video with the developer who worked on it. https://www.gamedeveloper.com/api/redirects?to=/gdc2021
The way they decided to use the wind to guide players to the next point of interest is also an interesting concept in the minimap-plagued open world genre.
WAsP CFD [1] is the industry-standard (at least it was when I worked in wind engineering 10 years' ago) for modelling flow over complex terrain, and is applied to wind farm modelling.
[1] https://www.wasp.dk/waspcfd/flow-model
I'd like to see validation of these results with a traditional numerical meteorological model like WRF at microscales, or relative to actual measured winds from a wind farm. If accurate, it could be dramatically faster than the typical NS solvers.
This is interesting to me but I have a question on the definition of a fluid that is presented here. It says it is a medium that cannot resist any stress applied to it —- is that not what surface tension does? Anyone smarter than me got an explanation?
Your question actually suggests that you are smarter than me, but anyway: the surface tension of an ideal fluid is indeed zero.
Real fluids are just approximations of the ideal. :) Their fundamental flaw is not being truly continuous, but rather consisting of sticky molecules. Surface tension is caused by the imbalance of forces acting on molecules not surrounded by other molecules on all sides:
So cool. Wish I have read this two years ago when I started to work with Lattice Boltzmann simulations using OpenLB (which is incredibly complex and rather underdocumented).
Edit: He also says it's full engineering accuracy, not cheap CGI CFD that only has to look plausible. You could extract pressures, forces from the surfaces and use it for analysis. He's done extensive validation for his academic work.