CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   What does uniform temperature rise mean for thermal stress analysis? (https://www.cfd-online.com/Forums/openfoam/107177-what-does-uniform-temperature-rise-mean-thermal-stress-analysis.html)

Sargam05 September 19, 2012 14:33

What does uniform temperature rise mean for thermal stress analysis?
 
Hello everybody,

I am solving a thermal stress analysis problem in OpenFOAM. In my case, there is an initially undeformed cube subjected to a uniform temperature rise ΔT=T-Tr
.
As per my understanding, for this problem I do not need to solve energy equation. Does it means that I need to give some fix scalar value of the temperature in momentum equation for solving stresses due to temperature rise only?

I appreciate if anyone could help me to understand the case.


Thanks in advance.

Best regards,
Sangeeta

bigphil September 21, 2012 13:15

Hi Sangeeta,

Yes you are correct that since you know the temperature distribution you do not need to solve the energy equation. And then you would subtract the thermal stress term grad(3*K*alpha*deltaT) from the momentum equation.

However, to save you changing the code you could just set fixedValue T boundary conditions and solve the energy equation using solidDisplacementFoam or elasticThermalSolidFoam, it probably wouldn't add much computation time and will give you the same temperature and displacement distributions.

Philip

Sargam05 September 22, 2012 00:27

Quote:

Originally Posted by bigphil (Post 383009)
Hi Sangeeta,

Yes you are correct that since you know the temperature distribution you do not need to solve the energy equation. And then you would subtract the thermal stress term grad(3*K*alpha*deltaT) from the momentum equation.

However, to save you changing the code you could just set fixedValue T boundary conditions and solve the energy equation using solidDisplacementFoam or elasticThermalSolidFoam, it probably wouldn't add much computation time and will give you the same temperature and displacement distributions.

Philip


Hi Philip,

Thank you for the reply. Yes, I am using elasticThermalSolidFoam for this case. Do you think that only fixing temperature in T boundary condition is fine to get good results. Because I can only fix temperature in boundary patches for e.g.

TOP
{
type fixedValue;
value uniform 100;
}
BOTTOM
{
type fixedValue;
value uniform 100;
}
LEFT
{
type fixedValue;
value uniform 100;
}
RIGHT
{
type fixedValue;
value uniform 100;
}
FRONTANDBACK
{
type fixedValue;
value uniform 100;
}

Does it means it rising uniform temperature in whole cube geometry?

Kind regards,
Sangeeta

bigphil September 22, 2012 11:34

Hi Sangeeta,

If you fix the boundary patch temperatures and then set the ddtScheme for T to be steadyState then the internal temperature field will be uniform 100.

Philip

Sargam05 September 22, 2012 21:00

Hi Philip,

Thanks a lot for the information. I will try this.

Kind regards,
Sangeeta


All times are GMT -4. The time now is 01:22.