I would use it to test the airflow of the case itself, not necessarily the
tiny little processor
Just to see if the case can transport the heat out of it.
The design challenge you face is getting the heat from the processor
into the air, not getting the air in and out of the case fast enough.
As I understand things, the economically-practical limit for TDP for
mass-market PC's is 130 watts, and for IBM products, 200 watts. The
problem is not airflow in the cabinet, but heat-exchanger (heat sink)
design.
The kinds of numbers you are looking for should be done on the back of
an envelope by a competent engineer. If CFD were used at all, it
would be to tweak the placement of inlet and exhaust and to look for
possible problems due to obstruction of the flow by components inside
the case. Don't try to use CFD as a substitute for the back-of-the-
envelope step. That kind of engineering is how NASA and its
contractors manage to mix up English and metric units.
If you want to design a clever new heat exchanger, you either need to
know a lot of fluid mechanics or be ready to do a lot of fiddling.
Robert.
==========================================
Heat is proportional to current, current is proportional to
switching rate, semiconductors are semi-insulators, aka resistors.
Making the processor small helps speed but concentrates the
energy into a smaller volume and raises temperature at a hot
spot. The heat sink is there to distribute temperature away
from the hot spot.
Nature solved the problem by multiprocessing, you only want
more speed for multitasking.
What is better, one processor doing all the work or a thousand
processors sharing it?
A manufactory turns out 2 cars a minute by multiprocessing on an
assembly line, if you want 4 cars a minute build two factories.
In computing, gaming is where the speed is needed most, you
have 10,000,000 pixels on a large screen to write from a
3D database. Instead of distributing heat, distribute processors
on the back of the screen, a pyramid of management.
Lowest level - One processor controls 100 pixels.
Next level - one middle management processor controls 100 low.
Third level - one upper management processor controls 100 middle.
Fourth level - one boss controls all upper management.
The design challenge you face is getting the data from the database
onto the screen, not getting the air in and out of the case fast enough.
The design challenge you face is to write a hierarchy of management
software for a multiprocessor organization.