|
[Sponsors] |
buoyancy corrected turbulence models for thermal plumes |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 14, 2015, 05:00 |
buoyancy corrected turbulence models for thermal plumes
|
#1 |
Senior Member
Derek Mitchell
Join Date: Mar 2014
Location: UK, Reading
Posts: 172
Rep Power: 13 |
What buoyancy corrections are available in openfoam for the RANS turbulence models?
My interest is in thermal plumes inside cavities at rayleigh numbers around 10^9 to 10^10. The standard K-e turbulence model gives poor results compared to experiments. Looking at the paper by Kumar & Dewan 2013, it looks that there are worthwhile improvements possible. Has anyone implemented these corrections or similar in OpenFoam?
__________________
A CHEERING BAND OF FRIENDLY ELVES CARRY THE CONQUERING ADVENTURER OFF INTO THE SUNSET |
|
March 15, 2015, 05:16 |
|
#2 |
Senior Member
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 314
Rep Power: 15 |
AFAIK, there are no production terms that take into account the buoyancy effects.
Code:
// Turbulent kinetic energy equation tmp<fvScalarMatrix> kEqn ( fvm::ddt(k_) + fvm::div(phi_, k_) - fvm::laplacian(DkEff(), k_) == G - fvm::Sp(epsilon_/k_, k_) ); Code:
// Dissipation equation tmp<fvScalarMatrix> epsEqn ( fvm::ddt(epsilon_) + fvm::div(phi_, epsilon_) - fvm::laplacian(DepsilonEff(), epsilon_) == C1_*G*epsilon_/k_ - fvm::Sp(C2_*epsilon_/k_, epsilon_) ); |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Turbulence postprocessing | Mohsin | FLUENT | 2 | October 3, 2016 15:18 |
Overflow Error in Multiphase Modelling with Two Continuous Fluids | ashtonJ | CFX | 6 | August 11, 2014 15:32 |
KOmega Turbulence model from wwwopenFOAMWikinet | philippose | OpenFOAM Running, Solving & CFD | 30 | August 4, 2010 11:26 |
Buoyancy Turbulence | Chilli83 | CFX | 3 | April 14, 2009 21:28 |
Are there more FLUENT Turbulence Models? | Travis | FLUENT | 3 | December 30, 2008 02:45 |