|
[Sponsors] |
December 4, 2012, 20:24 |
transportProperties
|
#1 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Hi all,
i want to simulate an liquid cooler for a CPU. For that I had a look into the solvers and thought that the solver Code:
buoyantBoussinesqSimpleFoam For that I have to change the transportProperties file from air into water (25°C) Code:
transportModel Newtonian; // Laminar viscosity nu nu [0 2 -1 0 0 0 0] 0.89e-06; // Thermal expansion coefficient beta beta [0 0 0 -1 0 0 0] 0.0018; // Reference temperature TRef TRef [0 0 0 1 0 0 0] 298; // Laminar Prandtl number Pr Pr [0 0 0 0 0 0 0] 6.1; // Turbulent Prandtl number Prt Prt [0 0 0 0 0 0 0] 0.38; In my case I calculated the turbulent prandtl with that equation: Code:
Prt = 0.7 * a / nu_t After that I calculated mu/mu_t and then nu_t = mu_t/rho. Is that correct? Thanks in advance Tobi |
|
December 5, 2012, 04:55 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
The turbulent Prandtl number is not really a property of the liquid. You obtain it from the Boussinesq (or gradient diffusion) hypothesis (not to be confused with the Boussinesq approximation) from the turbulent heat flux,
and then it is assumed that scales wit or , but this is by no means a way to estimate the turbulent Prandtl number. It is a property of the turbulence more than a property of the liquid. I think in general, is somewhere in the range 0.7 to 0.9. But please read a bit more on this in books or papers to be absolutely sure. |
|
December 5, 2018, 08:04 |
Turbulent Prandtl number
|
#4 | |
New Member
priyesh kakka
Join Date: Jan 2018
Posts: 13
Rep Power: 8 |
Quote:
were you able to get the turbulent prandtl number for water? I want to run a LES case (wall resolved) and i am concerned that if prt is assumed and not calculated in openFoam then my heat transfer coefficient would be wrong!! according to DNS in viscous sublayer prt for wall jets is more than 1 which goes to 0.85 in log law.(for air) Thank you Priyesh Kakka |
||
April 19, 2019, 08:15 |
|
#5 |
Senior Member
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 8 |
So how can I get the Prt for water and CO2?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
transportProperties: CrossPowerLawCoeffs...? | klausb | OpenFOAM Running, Solving & CFD | 2 | March 25, 2016 15:45 |
Writing out stress tensor- Error with transportProperties | suraj | OpenFOAM Post-Processing | 1 | June 11, 2012 15:34 |
Lookup transportproperties from BC | michielm | OpenFOAM Running, Solving & CFD | 4 | April 29, 2012 07:48 |
transportProperties settlingFoam | jochemvandenbosch | OpenFOAM Running, Solving & CFD | 3 | December 23, 2011 08:44 |
Dynamic Viscosity at transportproperties dictionary | NickolasPl | Main CFD Forum | 0 | June 2, 2011 15:06 |