|
[Sponsors] |
How to get the wall heat flux using bouyantBossinesqSimpleFoam on OpenFOAM v2006 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 19, 2021, 22:15 |
How to get the wall heat flux using bouyantBossinesqSimpleFoam on OpenFOAM v2006
|
#1 |
New Member
Óscar
Join Date: Jul 2020
Posts: 3
Rep Power: 6 |
I'm doing a simulation using bouyantBossinesqSimpleFoam and I'm triying to get the wall heat flux but it shows me an error and this one says "Unable to find compressible turbulence model" so the question is how do I get the wall heat flux on a incompressible simulation using OpenFOAM v2006.
Thank you. |
|
July 20, 2021, 04:09 |
|
#2 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,236
Rep Power: 29 |
Hi Oscar,
I have another question for you: what is the command giving you the error you have posted? Yann |
|
July 20, 2021, 09:46 |
|
#3 | |
New Member
Óscar
Join Date: Jul 2020
Posts: 3
Rep Power: 6 |
Quote:
This is the code that I have on controlDict. functions { wallHeatFlux1 { // Mandatory entries (unmodifiable) type wallHeatFlux; libs (fieldFunctionObjects); // Optional entries (runtime modifiable) patches (bottom); // (wall1 "(wall2|wall3)"); qr qr; // Optional (inherited) entries } } The exact error is: --> FOAM FATAL ERROR: Unable to find compressible turbulence model in the database From virtual bool Foam::functionObjects::wallHeatFlux::execute() in file wallHeatFlux/wallHeatFlux.C at line 241. FOAM exiting Last edited by oscar0522; July 20, 2021 at 12:08. |
||
July 21, 2021, 05:05 |
|
#4 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,236
Rep Power: 29 |
Hi Oscar,
Sorry, I read your initial post too fast and missed the fact your were using an incompressible solver. The wallHeatFlux function works only with compressible solvers and this is why it doesn't work with buoyantBoussinesq solvers. You need to use buoyantSimpleFoam to be able to use the wallHeatFlux function. You should be able to select "Boussinesq" as the equation of state in the thermophysicalProperties file in order to run something equivalent to buoyantBoussinesqSimpleFoam. Another way around is to use a modified version of the wallHeatFlux function in order to make it compatible with incompressible solvers. I know wyldckat made it long time ago but I am not sure it will be compatible with OpenFOAM-v2006. Have a look here: https://openfoamwiki.net/index.php/C...Incompressible postProcess -func wallHeatFlux in openFoam 6 I hope this helps, Yann |
|
Tags |
incompressible flow, wall heat flux |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] How to draw a 3D-Drawing for Meshing | Kahnbein.Kai | OpenFOAM Meshing & Mesh Conversion | 4 | June 15, 2021 13:16 |
Nonsensical results with wall heat flux boundary condition | jtipton2 | OpenFOAM Running, Solving & CFD | 2 | December 22, 2019 14:43 |
using heat flux BC on wall in openFOAM 6 | ravik21 | OpenFOAM Running, Solving & CFD | 3 | January 14, 2019 22:21 |
OpenFOAM v3.0+ ?? | SBusch | OpenFOAM | 22 | December 26, 2016 15:24 |
Heat Flux at wall in a conjugate heat transfer problem | Chander | CFX | 2 | July 9, 2011 23:22 |