Though the rule doesn't, your explanation makes sense.beelsebob wrote:[...]
Much obliged.
Though the rule doesn't, your explanation makes sense.beelsebob wrote:[...]
3.6 The Limit Line is defined as follows :
WT <= WT_limit (1 β CFD/CFD_limit)
Where :
WT = Wind On Time
WT_limit = 30 hours
CFD = CFD Teraflops Usage
CFD_limit = 30 Teraflops
Notice how that says "BMW Sauber" and not "Sauber Ferrari". That's because the article is from a long time ago, when the rules specified a limit that was higher.mertol wrote:Yea that's why sauber are upgrading to 57tflops...
What's the stepping interval, and how long are you simulating for? You can make a reasonably informed guess that a single instance of computing a single step of the navies stokes equations is going to take something like 5 vector operations, the multiplies work out to being 5 scalar ops each, and the adds 4 each, so you're looking at around 22 scalar flops per cell per stepping interval. Which means 22MFLOP to compute a single step. Which means you're looking at roughly 1,500,000 steps per second on a machine like this. Of course, this makes some poor assumptions, like that you can make the machine perfectly compute steps all the time. The reality is that there's a lot more to CFD than simply repeatedly applying the equations, and you're also never going to perfectly distribute your computation over all the machines involved, so the reality is that it'll be a lot slower than that. This should give you an idea of the order of magnitude of speed we're talking about though.Callum wrote:Is it a simple question to ask how long a 1million cell simulation would take to run using 30TeraFlops of power? What sort of cell counts are being used for CFD work in industry these days?
The short answer is this:Glyn wrote:Has anyone got any videos / articles / information explaining the benefits and drawbacks of cfd vs windtunnel. Which order teams will use either. Etc etc. This is all very interesting. But is never mentioned in the media.
Imagine you are going to refurbish a room or your garden. You'd find it a lot quicker to draw on paper and adjust that with pencil & eraser than to build a balsa model to see if everything fitted? Its the same for CFD versus physical models.Glyn wrote: benefits and drawbacks of cfd vs windtunnel