CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Fluent Multiphase (https://www.cfd-online.com/Forums/fluent-multiphase/)
-   -   Heat transfer (https://www.cfd-online.com/Forums/fluent-multiphase/188148-heat-transfer.html)

BlackHeartInertia May 23, 2017 23:56

Heat transfer
 
HI. How do you simulate heat transfer in fluent?
In my case Im using a wall made of 100 mm of steel and 200 mm of firebrick but In my 3d model I just made the fluid domain because Im using the option shell conduction.
I thought about
1. Define a new material with an equivalent k
2. Modify the 3d model and made a wall for steel and a wall for firebrick

Sent from my SM-G570M using CFD Online Forum mobile app

Светлана May 25, 2017 20:40

You can do a hand calculation to merge these two walls into one, and supply that to Fluent.

Particularly for one wall the fourier law says

q = k * dT / L <-- Fourier law

For two walls you have

q1 = k1 * dT1 / L1 <-- Fourier law wall 1
q2 = k2 * dT2 / L2 <-- Fourier law wall 2

But in equilibrium these two amounts are the same so

k1 * dT1 / L1 = k2 * dT2 / L2 <-- energy equilibrium at wall interface

And we also know what dT2 + dT1 is, let's call it dTtotal (we know it because the solver will rely on 'T internal - T ambient' and this is the total T difference)

Two equations now:

1) k1 * dT1 / L1 = k2 * dT2 / L2

2) dT1 + dT2 = dTtotal

We have 2 equations and 2 unknowns here. These unknowns are dT1 and dT2. We need to find value of either of them and plug it back into the "Fourier law wall 1" equation.

Therefore (from equation 2)

dT2 = dTtotal - dT1

Therefore (plug this back into equation 1)

k1 * dT1 / L1 = k2 * (dTtotal - dT1) / L2

Therefore (open the brackets)

k1 * dT1 / L1 = k2 * dTtotal / L2 - k2 * dT1 / L2

Therefore (move one term to the LHS)

k1 * dT1 / L1 + k2 * dT1 / L2 = k2 * dTtotal / L2

Therefore (group)

dT1 * (k1 / L1 + k2 / L2) = k2 * dTtotal / L2

Therefore now we know dT1

dT1 = k2 * dTtotal / (L2 * (k1 / L1 + k2 / L2))

Therefore we can now put this back into the heat flux formula as told before

q = k1 * dT1 / L1 = k1 * k2 * dTtotal / (L2 * L1 * (k1 / L1 + k2 / L2)) = k1 * k2 * dTtotal / (k1 * L2 + k2 * L1)

Now what is the meaning of this? We can write it in a more meaningful form:

q = k1 * k2 * dTtotal / (k1 * L2 + k2 * L1) = dTtotal / (L2/k2 + L1/k1)

It means that L/k is the material resistance to conduction and it is allowed to add them for multi layer walls.

You can see the same thing explained (but not derived) at this page:

http://scientificsentence.net/Thermo...Thermal_Energy

Then you can tell Fluent any wall conduction and any wall thickness you like, for one walls only, as long as L/k for the new wall (its thickness divided by its material conductivity) equals to (L2/q2 + L1/q1).

Please correct me if I am wrong here. I am not familiar with your problem so I may have missed something essential.

LuckyTran May 25, 2017 23:53

Quote:

Originally Posted by BlackHeartInertia (Post 650046)
2. Modify the 3d model and made a wall for steel and a wall for firebrick

I would recommend to always start with 2 until you run into some serious technical issues like running out of RAM or something. Fluent is a 3D tool and you need to be using it as a 3D tool, otherwise you shouldn't be using Fluent.

Светлана May 28, 2017 19:02

mesh wall?
 
Do you mean that it would be better to include the wall into the computational domain, mesh it, and include it in the calculations?

If so, it could be perhaps interesting to check how much the results differ from those obtained with a 1d Fourier law assumption. In some cases this is very important but not in others.

LuckyTran May 28, 2017 19:29

Quote:

Originally Posted by Светлана (Post 650680)
Do you mean that it would be better to include the wall into the computational domain, mesh it, and include it in the calculations?

Yes. Mesh it and run it.

Quote:

Originally Posted by Светлана (Post 650680)
If so, it could be perhaps interesting to check how much the results differ from those obtained with a 1d Fourier law assumption. In some cases this is very important but not in others.

Again Fluent is a 3D tool (or 2D, but definitely more than 1D). 1D calculations can be done on pen and paper (or excel/mathcad/matlab). You don't walk into a casino, sit at a poker table, and try to play blackjack.

Светлана May 28, 2017 20:07

it's a bc
 
I think this is a boundary condition. They have a multi dimensional computational domain and 1d heat transfer on one of its boundaries.

BlackHeartInertia May 29, 2017 19:00

Ok, I have included the walls as a solid with design geometry but Im not sure if I just have to specify the material in the cell zone conditions.. or i need to specify wall boundary conditions too at thermal like shell conduction? Because my results are different now
:(

Sent from my SM-G570M using CFD Online Forum mobile app

Светлана May 29, 2017 22:52

convection
 
Oh, sorry! For me shell conduction is confusing. It expects you to specify a heat generation rate as a constant. I don't know what to put there.

Instead, I personally select convection option in the thermal tab, and supply the value of

1/ (L2/k2 + L1/k1)

as the heat transfer coefficient there. The free stream temperature is the ambient temperature on the outside of the wall.

BlackHeartInertia June 19, 2017 08:30

Quote:

Originally Posted by Светлана (Post 650830)
Oh, sorry! For me shell conduction is confusing. It expects you to specify a heat generation rate as a constant. I don't know what to put there.

Instead, I personally select convection option in the thermal tab, and supply the value of

1/ (L2/k2 + L1/k1)

as the heat transfer coefficient there. The free stream temperature is the ambient temperature on the outside of the wall.

Thank you very much . I used temperature and shell conduction. But im not sure if the temperature is for the inner or outer surface of the "wall" :s

Sent from my SM-G570M using CFD Online Forum mobile app


All times are GMT -4. The time now is 20:55.