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

PISO solver (Turbulence)

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Severus

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 12, 2024, 09:42
Question PISO solver (Turbulence)
  #1
New Member
 
Join Date: Mar 2024
Posts: 1
Rep Power: 0
ncl94 is on a distinguished road
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?
ncl94 is offline   Reply With Quote

Old   May 13, 2024, 18:16
Default
  #2
Member
 
Shravan
Join Date: Mar 2017
Posts: 63
Rep Power: 9
Severus is on a distinguished road
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
ncl94 likes this.
Severus is offline   Reply With Quote

Reply

Tags
pisofoam, turbulence and laminar


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
Error SIGSEGV using VOF and UDF JERC_UTFSM Fluent UDF and Scheme Programming 14 November 7, 2021 23:17
Read a new variable from a solver to turbulence model Clarkyan OpenFOAM Programming & Development 4 June 4, 2015 11:20
Star cd es-ice solver error ernarasimman STAR-CD 2 September 12, 2014 00:01
thobois class engineTopoChangerMesh error Peter_600 OpenFOAM 4 August 2, 2014 09:52
Working directory via command line Luiz CFX 4 March 6, 2011 20:02


All times are GMT -4. The time now is 19:36.