|
[Sponsors] |
June 21, 2018, 09:52 |
compressible turbulence model
|
#1 |
New Member
Join Date: Jun 2018
Posts: 11
Rep Power: 8 |
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 |
|
June 23, 2018, 07:06 |
|
#2 |
Member
Robin Kamenicky
Join Date: Mar 2016
Posts: 74
Rep Power: 11 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Error in Two phase (condensation) modeling | adilsyyed | CFX | 15 | June 24, 2015 20:42 |
Implement an les turbulence model | pante | OpenFOAM Programming & Development | 19 | December 5, 2014 17:16 |
Multiphase Compressible Turbulence Model | gpwakeham | CFX | 2 | September 26, 2011 07:50 |
Compressible Turbulence Model Implementations | shaun | OpenFOAM Running, Solving & CFD | 4 | October 21, 2009 12:55 |