CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Setting turbulent Prantl Number

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By agustinvo

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 1, 2020, 08:58
Question Setting turbulent Prantl Number
  #1
Member
 
alexander thierfelder
Join Date: Dec 2019
Posts: 71
Rep Power: 6
superkelle is on a distinguished road
** Prandtl : )

I worked me throug the source code of kOmegaSST and notices that in the model Coefficients no turbulent Prantl number is set. So I went to the calulation of alphat in



/src/TurbulenceModels/compressible/EddyDiffusivity


and there Prt is just set to 1.0 when not defined in your simulation constant/turbulenceProperties file.


I think normally Prt is assumed to be 0.8 to 0.9like in:
"ELEMENTS OF INDUSTRIAL HEAT TRANSFER PREDICTIONS " by Menter



So do you also change Ptr or does everyone go with Ptr=1.0 because it is maybe not big of a deal?


I changed it



Code:
simulationType  RAS;

RAS
{
    RASModel        kOmegaSST;

    turbulence      on;

    printCoeffs     on;

kOmegaSSTCoeffs
    {
        Prt             0.85;
    }
}
If I do so I also get Prt printed in the list of coefficients. Otherwise Prt is not even mentioned.

Last edited by superkelle; July 1, 2020 at 11:39.
superkelle is offline   Reply With Quote

Old   July 1, 2020, 15:03
Default
  #2
Senior Member
 
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 313
Rep Power: 15
agustinvo is on a distinguished road
Hi superkelle,


the turbulent Prandtl number is not an obvious question. It depends on the flow conditions rather than the fluid properties.


It is usually set to 0.85-0.9-1 for Prandtl numbers close to 1 or above. At that stage this approach is a fair estimation.


If you go for low Prandtl values, then this appraoch is not as valid as before. Using a larger Prt value (around 2) is the usual approach, but the turbulence modeling must be reconsidered.


I hope it serves you for setting your Prt value!
superkelle likes this.
agustinvo is offline   Reply With Quote

Old   July 1, 2020, 18:50
Thumbs up
  #3
Member
 
alexander thierfelder
Join Date: Dec 2019
Posts: 71
Rep Power: 6
superkelle is on a distinguished road
Quote:
Originally Posted by agustinvo View Post
Hi superkelle,
the turbulent Prandtl number is not an obvious question. It depends on the flow conditions rather than the fluid properties.
Thank you for your response. Is Prt a pure experimental to determin? I looked into different textbooks and they were all very quiet about Prt I only found the statement that it should be around 0.9 for air water like fluids , and for liquid metals at around 3. And also in OF tutorials Prt is very rarely set directly in RAS properties.
superkelle is offline   Reply With Quote

Old   July 2, 2020, 13:20
Default
  #4
Senior Member
 
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 313
Rep Power: 15
agustinvo is on a distinguished road
Hi,


it is not present in some RANS properties as the few incompressible solvers that use it they define it at transportProperties. For compressible flows, as you're forced to solve the energy equation you must provide it at the RANS properties.


The value you set depends on your application and working Pr value. You can have a guess with Prt=0.85 and then modify it if needed. You can check similar studies to yours to see what they propose for Prt.
agustinvo is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SimpleFoam & Theater jipai OpenFOAM Running, Solving & CFD 3 June 18, 2019 10:11
[Other] Equal decomposition of cylindrical fluid domain Sean95 OpenFOAM Meshing & Mesh Conversion 3 February 12, 2019 03:34
decomposePar -allRegions stru OpenFOAM Pre-Processing 2 August 25, 2015 03:58
Compressor Simulation using rhoPimpleDyMFoam Jetfire OpenFOAM Running, Solving & CFD 107 December 9, 2014 13:38
[snappyHexMesh] determining displacement for added points CFDnewbie147 OpenFOAM Meshing & Mesh Conversion 1 October 22, 2013 09:53


All times are GMT -4. The time now is 11:45.