|
[Sponsors] |
July 20, 2013, 09:07 |
nutUSpaldingWallFunction - Implementation
|
#1 |
New Member
Join Date: May 2013
Posts: 4
Rep Power: 13 |
Hello everyone,
I am trying to find out how the nutUSpaldingWallFunction ist implemented. Can anybody explain what is done in the correction term df please? scalar f = - ut*y[faceI]/nuw[faceI] + magUp[faceI]/ut + 1/E_*(fkUu - 1.0/6.0*kUu*sqr(kUu)); scalar df = y[faceI]/nuw[faceI] + magUp[faceI]/sqr(ut) + 1/E_*kUu*fkUu/ut; scalar uTauNew = ut + f/df; Thanks |
|
February 23, 2017, 06:46 |
|
#2 |
Senior Member
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 16 |
I just found this thread by accident. It is actually the iterative procedure to calculate the friction velocity using Newton - Raphson method:
https://en.wikipedia.org/wiki/Newton's_method |
|
Tags |
implementation, nutuspaldingwallfunction, wallfunction |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM141dev A new implementation of dynamicKistlerGammaContactAngle | eberberovic | OpenFOAM Running, Solving & CFD | 26 | June 10, 2021 05:08 |
Free CFD code with implementation of Menter's k-omega SST model | nikola_m | Main CFD Forum | 2 | May 8, 2020 13:13 |
a little confused with the implementation of compressibleInterFoam | su_junwei | OpenFOAM Running, Solving & CFD | 2 | May 7, 2014 18:33 |
Implementation issues of fvSchemes / laplacianScheme, in particular gaussLaplacianSch | thomek | OpenFOAM Programming & Development | 0 | October 18, 2010 06:10 |
Please explain the implementation of species transport Eqn in reactingFoam | kallipygian | OpenFOAM Running, Solving & CFD | 0 | October 13, 2008 08:29 |