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

compressible turbulence model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 21, 2018, 08:52
Default compressible turbulence model
  #1
New Member
 
Join Date: Jun 2018
Posts: 11
Rep Power: 7
xshmuel is on a distinguished road
Dear openfoamers,

I am trying to run a compressible flow simulation using the komegaSST model in rhocentralfoam. Im not that well known with compressible turbulence modeling and when I ran the simulation i got the error I am missing alphat in my initial conditions. My question is what is alphat (in the physical sense) and how do I calculate the initial values for it?

appreciate the help
xshmuel is offline   Reply With Quote

Old   June 23, 2018, 06:06
Default
  #2
Member
 
Robin Kamenicky
Join Date: Mar 2016
Posts: 74
Rep Power: 11
Robin.Kamenicky is on a distinguished road
Hi xshmuel,

The alphat is turbulent thermal diffusivity and is used to get effective thermal diffusivity alphaEff used, as can be seen in rhoCentralFoam.C, in the energy equation of viscid fluid in laplacian term.

The alphat value is:
Code:
alphat_ = this->rho_*this->nut()/Prt_;
.

Following thread might help further:
alphat

Hope this helps, cheers,
Robin
Robin.Kamenicky 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
Wrong flow in ratating domain problem Sanyo CFX 17 August 15, 2015 06:20
Error in Two phase (condensation) modeling adilsyyed CFX 15 June 24, 2015 19:42
Implement an les turbulence model pante OpenFOAM Programming & Development 19 December 5, 2014 16:16
Multiphase Compressible Turbulence Model gpwakeham CFX 2 September 26, 2011 06:50
Compressible Turbulence Model Implementations shaun OpenFOAM Running, Solving & CFD 4 October 21, 2009 11:55


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