Steady State Heat Flow Calculations
Steady State Heat Flow Calculations
(OP)
To start, I am not an engineer. I am a programmer trying to write a steady state heat flow program for refractory linings for my family business.
I keep running into problems. With the heat flow programs I have seen, not one will ask to guess the coldface temps & the mean temps. Essentially it asks for material (k-factors, which I have), internal temp, velocity (fps), ambient temp, insulation thickness, & using an emissivity of .95 (typ.)
I have been studying North American Mfg. company's SSH transfer calculations & it involves looking up heat loss in a chart, & guessing the coldface temp & mean temps. Are there assumptions that I can make based on certain factors so my customes will not have to do this?
My program would be able to iterate the functions until sufficiently refined.
Any help would be appreciated.
I keep running into problems. With the heat flow programs I have seen, not one will ask to guess the coldface temps & the mean temps. Essentially it asks for material (k-factors, which I have), internal temp, velocity (fps), ambient temp, insulation thickness, & using an emissivity of .95 (typ.)
I have been studying North American Mfg. company's SSH transfer calculations & it involves looking up heat loss in a chart, & guessing the coldface temp & mean temps. Are there assumptions that I can make based on certain factors so my customes will not have to do this?
My program would be able to iterate the functions until sufficiently refined.
Any help would be appreciated.





RE: Steady State Heat Flow Calculations
The finite difference equations then would be limited by the appropriate physical geometry of the refactory.
The big problem other than geometry are the boundary conditions. Radiation (impacted by geometry of the refactory) and surroundings and local convection coefficients/ and or contact surfaces with other bodies via heat conduction.
Put these all together and you have solved your problem.
Of course many simplifications might be made dependent upon what the model is, ie, how thick compared to length, etc.
RE: Steady State Heat Flow Calculations
corus
RE: Steady State Heat Flow Calculations
RE: Steady State Heat Flow Calculations
For many canned programs , and for many applications, the outer surface may be lagged with aluminum lagging ( e=0.10, not 0.95). Also, in many applicaitons, all accesible outer surfaces may be requried to be below 140F for OSHA safety reasons, or else a wire barrier be added to prevent injury.
Inside the furnace or process, the inside emissivity ( refractory to process) may be a complicated function of inside surface temp, process gas temp, and surface deposits.
And finally, the outside heat transfer coefficient can vary due to wind effects or due to natural convection ( if it is a tall structure).
If you need the 0.95 outer emissivity , then use a painted surface , or a bare steel surface, or anodized aluminum lagging.
RE: Steady State Heat Flow Calculations
I can alos post the programs on our website if it would be easier.
With the heat flow program, you can see that cold face is not guessed, but with the North American Mfg procedures, it asks you to gues the coldface.
I have copied our coeff. into this program, with less than desirable results.
Are there different ways to find the coeff?
RE: Steady State Heat Flow Calculations
> Thermal conductivity -- usually reasonably reliable from supplier
> Emissivity -- probably a book value, but can be better quantified with a radiometer
> Environmental irradiance -- application specific, requiring in-situ radiometric measurements
> Convective coefficient -- application specific, requiring in-situ radiometric measurement
> Interface thermal conductivity between materials -- extremely difficult to determine, and may not matter. Requires some in-situ measurements to determine significance.
You can send to arbiter007 at hotmail.com
TTFN
RE: Steady State Heat Flow Calculations
Track down a copy of ASTM C680, "Standard Practice for
Estimate of the Heat Gain or Loss and the Surface
Temperatures of Insulated Flat, Cylindrical, and Spherical
Systems by Use of Computer Programs". It's a useful document for the kind of calculation you're doing. Particularly handy are the calculations for free and forced convection in air, and for air properties. Also includes how to handle emissivity.
I'd like to look at your spreadsheet. Please email to gmucs@netzero.com
Larry
RE: Steady State Heat Flow Calculations
ASTM C680....well worth buying. Thanks & let me know your thoughts on the spread sheet.
IRstuff-
Let me know your thoughts also.
Thanks fellas!
RE: Steady State Heat Flow Calculations
The NA worksheet uses the guess values to start the iterative process, due to the fact that the materials have thermal conductivities that vary with temperature.
As discussed in the document, the initial guesses are used to select thermal conductivities which are then used to determine the intermediate temperatures. This first calculation is then used to refine the thermal conductivities, etc., until the new intermediate temperature are essentially unchanged from the previous set.
This could be mechanized on a spreadsheet in a similar fashion, using Solver or Goal-Seek routines.
In thermal analysis programs, the process does not require guess values because they can be estimated based on the approximate k-values and thicknesses of the materials, i.e., if all the materials were treated as the same material with different thicknesses, you could quickly determine guess values for the intermediate temperatures. This is the basic premise for the calculations used in Step C of the worksheet, where the temperature is treated as a voltage across 3 resistors in series.
TTFN
RE: Steady State Heat Flow Calculations
RE: Steady State Heat Flow Calculations
All of our heat flows that we do are basically taking a wall of infinte height & depth & calculating the cold face temp by knowing the inside temp, k-factor, insulation thickness & if it is a sidewall, hearth, or cylinder.
Would that be considered one dimensional?
Thanks
RE: Steady State Heat Flow Calculations
TTFN
RE: Steady State Heat Flow Calculations
I read your question several time and I was not sure what you were trying to say. I eventually surmise that you were asking about making initial estimates of the surface temperature to make this program work.
RE: Steady State Heat Flow Calculations
TTFN
RE: Steady State Heat Flow Calculations