GstRacer
20+ Year Contributor
- 409
- 3
- May 6, 2003
-
BooneDocks,
Connecticut
ya i was wondering if it's good or bad to run no thermostat i know it will run cold witch is good but is there a thing as too clod i also have a blitz 1.3 radiator cap
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
For 1990-1999 Mitsubishi Eclipse, Eagle Talon, Plymouth Laser, and Galant VR-4 Owners. This is where the DSM platform history is documented and archived. Log in to help us in our mission, and to remove most ads from the browsing experience.
This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
. I've been scowering the board for like 45 minutes looking for questions to answer and all the good ones are taken. 
Running a restrictor WILL help control heat better. The restrictor increases pressure inside the engine which helps steam pockets from forming around the cylinders and especially around the exhaust valves. It also slows flow through the radiator slightly, which increases thermal transfer. I used to run a small block chevy with 13:1 compression and was getting pre-ignition due to hot spots. I was running with no thermostat figuring the more flow the better. However, another racer friend suggested I try a restrictor. With no other changes my pre-ignition problems completely disappeared and I picked up a solid 1-1/2 tenths.
I though intercooler got heatsoaking from flowing air faster the it can cool.
In that case I'm pretty surprised by that. What you described is exactly how water wetter works by decreasing the tension surface of water.
http://en.wikipedia.org/wiki/Surfactant
Also, I understand what you are talking about regarding flow, but I believe the radiator cap is what determines pressure.
Rice Over Wheat said:I just changed out my thermostat in effort to complete the overhaul of my cooling system and see lower temps here in hot ass Florida. I swapped out my 180*F thermostat and discovered it was stuck open, so my car was always being fed coolant. I guess this is why my car would take a good 10 minutes of driving to fully warm up to 185* or so. So I swapped in a brand new 180*F thermostat and a new o-ring. Just idling, my car warmed up in about 3 minutes to 190*...and kept rising! It hit 206* and I turned my SPAL fans on full in dsmlink. I hit 210*F just idling in my garage...at this point I decided to shut my car down because I'm going to put my stuck thermostat back in, at least I was running around 185-195 then.
This is with 40% coolant, 60% water, 2 bottles of water wetter, koyo rad, and powerful SPAL fans, and my manifold, o2, and dp DEI heat wrapped.
Since my thermostat has been stuck open and feeding coolant all the time for the last 6 months and my temps stay in a healthy 180 - 200 range this way, why not just pull the thermostat period and run without it? Again, this is Florida, not Maine. As long as I allow my car to warm up to operating temp before being hard on the throttle, I don't see the downside?

Enter ECU Learn Mode :: 170F (180F for 2G)
Coolant Fan ON :: 200F
Pull 1 degree timing :: 206F
Pull 2 degree timing :: 224F
Enter Open Loop Mode :: 228F
Default Coolant CEL :: 235F
A/C Override :: 240F
It just takes so much time to go digging into the code to make sure the values are correct that I, for one, am reluctant to do it. For example, it has taken me 40 minutes to confirm all the following values...and I've got 82 other "updated threads" to wade through this morning. Granted, some of that time was spent coding up a little conversion tool so I didn't have to keep converting raw to "displayable" values from the code. But you get the idea.
The ECU will not update long term fuel trim values (called "learn mode" in the first post of this thread) under at least the following conditions:
2G: coolant < 179F, intake >= 133F, baro < 22.9 inHg, baro > 31.6 inHg
1G: coolant < 190F, intake >= 123F, baro < 22.9 inHg, baro > 31.6 inHg
The ECU will force open loop mode under a zillion different conditions, including the following.
2G: coolant < 51F, coolant > 228F
1G: coolant < 87F
Dave has already covered fan operation on 2Gs. I'll quote here again for completeness. At speeds less than about 45 mph with the A/C off, the radiator fan will be switched on low at 210 and off at 203. Under all conditions the radiator and A/C fans will be switched on high together at 224 and off at 217.
Fan operation on 1Gs, of course, is not ECU controlled.
The 2G code includes a manual (as opposed to table based) reduction in ignition advance that does not appear to be present in 1G code. This pulls a total of one degree of timing at 206F or a total of two degrees at 224F (they are not cummulative).
Intake temperature will also cause a reduction in ignition advance. The tables are laid out like so, with interpolation occuring between the points.
2G intake air temp ignition advance adjustment:
185F = -3°
132F = -2°
100F = -1°
73F = 0
48F = 0
20F = -1°
-23F = -2°
1G intake air temp ignition advance adjustment:
185F = -3°
132F = -1°
100F = 0
73F = 0
48F = 0
20F = -1°
-23F = -2°
Whew. OK, hopefully that's enough for now.
Thomas Dorris