How to keep fans running after power-off ?

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
Putting aside that this isn't necessary in this application, the question is still a valid one for other uses!

A solution that might not seem easy but isn't that bad would be a micro-controller. TI's MSP430 line of chips goes for about $1.80 a chip when purchased by itself and 3 lines of code could make it check for line voltage and if it's not present anymore, run the fan relay for X more seconds.
 
Putting aside that this isn't necessary in this application, the question is still a valid one for other uses!

A solution that might not seem easy but isn't that bad would be a micro-controller. TI's MSP430 line of chips goes for about $1.80 a chip when purchased by itself and 3 lines of code could make it check for line voltage and if it's not present anymore, run the fan relay for X more seconds.

And supply the msp430 & fan with battery? :)
 
And supply the msp430 & fan with battery? :)
Yes, the point of the question was "how to continue cooling, even if the power source is disconnected"....like a power outage, or someone pulls the AC plug.
.....so it's run by either a battery or a supercap.

BTW....I have some APEX PA04 high volt/current opamps .....where the matching heatink can be liquid-cooled. I'm slowly gathering parts to use these in a "stupid-powerful" chip-amp. :)
http://www.apexanalog.com/wp-content/uploads/2012/10/HS11_E.pdf
 
Last edited:
... the point of the question was "how to continue cooling, even if the power source is disconnected"....like a power outage, or someone pulls the AC plug.

Yes. And my point, as the point of some people already commented is that "after someone pulls the AC plug" the system will "continue cooling, even if the power source is disconnected". :D
 
Last edited:
Yes. And my point, as the point of some people already commented is that "after someone pulls the AC plug" the system will "continue cooling, even if the power source is disconnected". :D

you got it....;)
It may not be entirely useful in a chipamp situation....where passive cooling is adequate.
But in a situation where the movement of air "is the only" method of cooling.....a reasonable method of continued cooling....is a good path to explore......even if only for future reference.
 
Last edited:
My old post.
I've thought about this for years now.
There are differing opinions in this thread.

I still believe there could be a need to continue active cooling after shutdown, maybe not in my particular use.
It's more about the theory now.

Scenario:
Hot object is connected to a thermal mass (fat heatsink) and is actively cooled to maintain a non-destructive temperature.
Upon shutdown, the active heat transfer is stopped and cooling becomes passive.

I (still) think....that when the active cooling is stopped, the thermal dissipation process (a fan) is stopped too. And the larger the heatsink, the more it will reverberate back into the object being "protected".

There is an easy test....thermally measure the heatsink when active, shut the entire system off, and see if the heatsink temp rises momentarily, without the fan or power.

This is what nerds think about, lol.
 
Last edited:

PRR

Member
Joined 2003
Paid Member
For thin conducty stuff like metal, it will just cool.

BUT. I had a hot-air furnace mis-adjusted for too much fire and not enough air. When the house thermostat was satisfied the fire would shut-down. A minute later the air-fan shut-down (it had its own temp-switch). Then a minute later, the air-fan would start-UP again, and run about 30 seconds.

The thick asbestos(?) lining in the firepot held and slowed heat.

Frankly, if you are running an audio amp THAT hot, you should re-consider its cooling. The unlikely thermal surge at shut-down is probably much less wear/tear than the hours of hard work before it.
 

ICG

Disabled Account
Joined 2007
Frankly, if you are running an audio amp THAT hot, you should re-consider its cooling. The unlikely thermal surge at shut-down is probably much less wear/tear than the hours of hard work before it.

I agree, that's a major design flaw. It would be much better to improve the cooling concept with i.e. heatpipes, bigger heatsink mass/surface, cooling tunnel etc. instead of let it run longer. If you still want to realize a fan switch off delay three vaiable solutions come to my mind:

  1. Plain time delay. The 555 usggestion is ideal for that and adjustable. Also a very easy solution is a discharging capacitor controlled switch.
  2. Energy storage delay. A big capacitor or battery which lets the fan run until it's out of charge. A very crude solution but got one big advantage, it's still working if the power is cut. If a battery is used, maintenance is needed like checks for leakage, remaining maximum charge, if the charging and its safety functions still work. (really, burning or exploding batteries are no laughing matter)
  3. Temperature or combined time/temperature switch off. The most refined solution, can be extended to other parameters or functions like check for fan, its speed and current but the most complex and difficult to implement solution, may need modifications to the amp board too, depending on what it should be able to control.
 
Forced cooling is only needed after switch off under the following condition:
Something in the thermal path between the original heat source and ambient has a maximum temperature which will be exceeded under passive cooling; note that this requires something between this element and the original heat source to have significant thermal mass. In any case the original heat source will be safe.

For a car it is the coolant fluid which has a maximum temperature, and the block which has the thermal mass. The heat source is hot gasses, but they have all gone.

For a chip amp (or any other electronics?) the heat source is the chip junctions. There will normally be nothing downwards from there on the thermal path which has temperature problems. The only significant thermal mass is the heatsink.

In some cases continued forced cooling after switch-off can cause problems, because it can lead to too-rapid temperature change which can cause mechanical stress.
 
Last edited:
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.