|
[Sponsors] |
May 12, 2024, 10:42 |
PISO solver (Turbulence)
|
#1 |
New Member
Join Date: Mar 2024
Posts: 10
Rep Power: 2 |
Hello everyone,
I am a new user of OpenFOAM and while watching some video and tutorials, I came across the PISO solver. The user guide's webpage says that the PISO solver offers turbulence modeling, with the following options: Laminar, RANS or LES. I am quite confused of what is the "laminar" model. Does it simulate the full momentum equation, like DNS? |
|
May 13, 2024, 19:16 |
|
#2 |
Member
Shravan
Join Date: Mar 2017
Posts: 75
Rep Power: 9 |
Hello,
With the laminar model, we solve the original momentum equation that is not subject to any Reynolds averaging. Indeed as you mentioned, this is similar to DNS. Since there is no averaging involved, there are no Reynolds stresses that appear in the momentum equations (that have to be modelled). Hence, those terms will be zero. You can also take a look at the code, to understand the implementation. Check the source code (.H file) - https://www.openfoam.com/documentati...8H_source.html In lines 164 to 187, please see the comments that are provided. And the corresponding (.C file) - https://www.openfoam.com/documentati...8C_source.html In lines 188 to 329, we see that zero is returned for all the turbulent quantities except nuEff, where nu (molecular viscosity) is returned, thereby solving the original momentum equation. Thanks |
|
Tags |
pisofoam, turbulence and laminar |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error SIGSEGV using VOF and UDF | JERC_UTFSM | Fluent UDF and Scheme Programming | 14 | November 8, 2021 00:17 |
Read a new variable from a solver to turbulence model | Clarkyan | OpenFOAM Programming & Development | 4 | June 4, 2015 12:20 |
Star cd es-ice solver error | ernarasimman | STAR-CD | 2 | September 12, 2014 01:01 |
thobois class engineTopoChangerMesh error | Peter_600 | OpenFOAM | 4 | August 2, 2014 10:52 |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |