|
[Sponsors] |
June 18, 2019, 10:15 |
Turbulent Diffusion for Temperature Equation
|
#1 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Hi all,
actually I don´t have a question but it would be nice to have someone who proofs my statement. Right now I am doing a rhoSimpleFoam calculation in an exhaust gas system. During the calculation, we solve for p, U, h. By knowing the fluxes, I am moving on with an own solver. There, I am solving the temperature equation as: Code:
cp *( ddt(rho, T) + div(phi, T)) ) == laplacian(lambdaEff, T); The laminar one was calculated using the VDI Wärmeatlas. So actually it is dry air with 10 % of water and is implemented as a polynomial function of temperature. However, the turbulent thermal conductivity is not known out of the box. In the thermodynamic libraries of FOAM, I saw that kappaEff (which is the effective termal conductivity) is calculated as: Code:
kappaEff = kappa + cp*alphat
Additionally, I made a test where I compared the chtMultiRegionFoam (with frozen flow - energy equation is solved) to my own solver (temperature equation is solved). In both equations the effective field in the laplacian term was used. At the end, both gave the same results (with some small errors). However, doing so, the effective conductivity of the air is between 1e-3 W/m/K to 200 W/m/K which is very high and I have no experience if this value is a physical range. Note, my fluid flow is high turbulent. I have around 50 m/s inside the pipes. My Question Can anyone confirm that I did the calculation of the turbulent thermal conductivity correct?
__________________
Keep foaming, Tobias Holzmann |
|
June 24, 2019, 12:00 |
|
#3 |
Senior Member
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 16 |
are you doing LES or RANS?
|
|
June 24, 2019, 12:02 |
|
#4 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
I am doing RANS but it does not matter as the only difference is related to the mut calculation. Thus, alphaEff will change and that´s it.
__________________
Keep foaming, Tobias Holzmann |
|
June 24, 2019, 12:05 |
|
#5 |
Senior Member
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 16 |
||
June 25, 2019, 04:25 |
|
#6 |
Senior Member
Ruiyan Chen
Join Date: Jul 2016
Location: Hangzhou, China
Posts: 162
Rep Power: 10 |
Tobi,
I'm interested in this topic, when you mentioned confirming your steps, are you comparing your results to an experimental or a numerical case? I'm kind of surprised that no Prandtl number appears in your implementation, or maybe it's already included in the calculation of alphat by OpenFOAM? Sometimes I see people use both a laminar Prandtl number and a turbulent Prandtl number for the laminar part and turbulent part of the heat diffusion coefficients, respectively. Thanks, Ruiyan |
|
July 8, 2019, 04:28 |
|
#7 |
New Member
Adam
Join Date: Jan 2019
Posts: 21
Rep Power: 7 |
Do you use any wallfunction for alphat? I just noticed that my turbulent Prandtl number is always 1 if I dont use any. Because of that I implemented a function for the turbulent Prandlt number.
So do you keep the turbulent Prandtl number constant? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with divergence | TDK | FLUENT | 13 | December 14, 2018 07:00 |
LaunderGibson - turbulent viscosity in epsilon equation | meinenn | OpenFOAM Running, Solving & CFD | 1 | March 31, 2015 11:49 |
turbulent diffusion term in transport equation for additional variables | Raijin Thunderkeg | CFX | 2 | May 17, 2014 23:53 |
Use advection step and Dispersion step to solve advection diffusion equation | cooljd | Main CFD Forum | 0 | October 15, 2012 16:44 |
Model crashes while solving advection diffusion equation | cooljd | Main CFD Forum | 3 | August 23, 2012 11:40 |