Fluid temperature change over cold surface?

AI Thread Summary
The discussion focuses on analyzing the temperature change of warm air flowing over a cold surface, specifically in the context of fluid mechanics. Key points include the importance of calculating the Reynolds number to determine which equations, such as the Navier-Stokes or Stokes equations, are applicable. The advection-diffusion equation can be used to find heat flow once the velocity profile is established. Participants suggest that numerical methods, possibly using CFD software, may be necessary due to the complexity of real aerofoil profiles and flow conditions. A solid understanding of fluid mechanics is essential for accurately solving the problem, as simplified models may not yield reliable results.
dgarza6
For my research I am trying to study the temperature change of a warm fluid (air) flowing over a cold surface, but I have not studied fluid mechanics. Does anyone know of an equation that can be used to analyze this problem? To give some reference, the hot air is 49 Celsius and the cold air is 0 Celsius with a fluid velocity of 200 mph. Thanks!
 
Science news on Phys.org
The first thing you need to know is the Reynolds number of the system. This may allow for a simpler form of the Navier-Stokes equation to be used. If the Reynolds number is very small, then the Stokes equation is valid. If the Reynolds number is very large, then the Euler equations are valid. If the Reynolds number has moderate magnitude, then you have to solve the full Navier-Stokes equation.

Once you have the velocity profile of the fluid, you can find the heat flow using the advection-diffusion equation.
 
  • Like
Likes A Lazy Shisno
At 200 mph air speed you will need to have a very clear idea of what 'flowing over' means . Depending on the geometry of the problem the flow dynamics and the actual conditions for heat transfer might be difficult to determine .

Please show us a sketch of the actual configuration .
 
Last edited:
  • Like
Likes Chestermiller
NFuller said:
The first thing you need to know is the Reynolds number of the system. This may allow for a simpler form of the Navier-Stokes equation to be used. If the Reynolds number is very small, then the Stokes equation is valid. If the Reynolds number is very large, then the Euler equations are valid. If the Reynolds number has moderate magnitude, then you have to solve the full Navier-Stokes equation.

Once you have the velocity profile of the fluid, you can find the heat flow using the advection-diffusion equation.

Thanks! This helps a lot.
 
Nidum said:
At 200 mph air speed you will need to have a very clear idea of what 'flowing over' means . Depending on the geometry of the problem the flow dynamics and the actual conditions for heat transfer might be difficult to determine .

Please show us a sketch of the actual configuration .

The situation is warm air flowing over a cold wing and calculating the temperature change of the air.
 

Attachments

dgarza6 said:
Thanks! This helps a lot.
Quick follow-up question. What range of values are considered small, moderate and large for the Reynold's number?
 
A small Reynolds number is ##Re<<1## like ##10^{-3}##
A Large Reynolds number is ##Re>>1## like ##10^{3}##
A moderate Reynolds number is ##Re\sim 1## like ##10##

For the situation of air moving across an airfoil at high speed, the Reynolds number is likely large but you still need to make sure. This would allow for the flow to be divided into two regions across a boundary layer and separate the Navier-Stokes equation into parabolic PDEs.
 
Last edited:
Your diagram file won't open in any software that I have available . Could you please convert it to .jpg or .png format and just upload it here ?
 
Nidum said:
Your diagram file won't open in any software that I have available . Could you please convert it to .jpg or .png format and just upload it here ?

This should do it.
 

Attachments

  • air flow over wing.png
    air flow over wing.png
    16.1 KB · Views: 553
  • Like
Likes russ_watters
  • #10
upload_2017-9-12_16-52-34.png


OK . Thanks .
 
  • #11
You show an aerofoil with a flat bottom and with the air only flowing over the top surface ? Is this correct ?

In any case I think that finding a solution to this problem which can be put in equation form is not a realistic prospect for anything like real aerofoil profiles1 even if you do only consider air flow over the top surface .

You could analyse a range of aerofoil sections and flow conditions systematically - one at a time - and generate a chart of results which you could then find fit curves to describe .

Anyway there are problems enough in analysing just one configuration .

Personally I would strive to set up a parametric model in CFD . There would be difficulties to overcome but I think that it could be done .

Note 1 : You may be able to do it for simplified aerofoil sections which have a very low thickness to chord ratio and very basic profiles such as arcs . You would essentially be making the approximation that the aerofoil surface was so nearly flat that it could be treated as such .
 
  • #12
dgarza6 said:
This should do it.
Can I just say I love how it appears you have six tabs open in your browser where you researched terms people threw at you in the thread...?

Anyway, carry-on...
 
  • Like
Likes boneh3ad
  • #13
One more piece of advice, from looking at what you've posted, this problem will likely need to be solved numerically as @Nidum suggested. The easiest route would be to use some pre-packaged fluid dynamics software such as Comsol.
 
  • #14
Really, this task has no closed-form solution and a relatively high level of fluid dynamics knowledge would be required to solve it. In my opinion, the simplest method would be to use publicly-available data about the pressure distribution of the wing section (easy to find for NACA profiles) to approximate the boundary layer. It would be relatively straightforward to do using something like Hartree profiles for perhaps a senior-level or early graduate engineering student who has taken a viscous flow course.

Using a prepackaged software is a bad idea here, in my opinion. Garbage in, garbage out. Unless @dgarza6 knows how gridding and inflow conditions work and affect the answer, using a commercial CFD package is likely to produce a bad answer, and you need some degree of fluid mechanics knowledge to be able to see the bad answer for what it is.

Either way, you would need some fairly advanced fluid mechanics background in order to solve the problem numerically on your own. The former approach has the advantage of teaching the user about fluids in the process, whereas the latter approach assumes that knowledge and would be unforgiving to someone who didn't know what they were doing. Either way, it's a relatively big task.
 
Back
Top