|
[Sponsors] |
October 5, 2014, 03:57 |
what's the sigma meaning in the Perturbu.C
|
#1 |
Member
Jason Tan
Join Date: Sep 2014
Posts: 47
Rep Power: 12 |
I want to simulation LES with magnatic, but it need a perturbu utility,It had a error when i compiled it,because I had a variable "sigma" is conflict with the "sigma" in the Perturbu.C,look below ,anybody could tell me what's the sigma meaning in the Perturbu.C,my sigma represent electric conductivity,is it same ?
// streak streamwise velocity U[celli][streamDir] += (utau * duplus/2.0) * (yplus/40.0) * Foam::exp(-sigma * Foam::sqr(yplus) + 0.5) * Foam::cos(betaPlus*zplus) * deviation; // streak spanwise perturbation U[celli][spanDir] = epsilon * Foam::sin(alphaPlus*xplus) * yplus * Foam::exp(-sigma*Foam::sqr(yplus)) * deviation; |
|
October 5, 2014, 06:35 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer: From post #14 at http://www.cfd-online.com/Forums/ope...tml#post494266
Quote:
|
||
Tags |
perturbu sigma les |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Who can tell me what is the meaning of the macro in fluent UDF:C_PREMIXC_RATE(c,t) | ChenZhan | Fluent UDF and Scheme Programming | 1 | May 12, 2017 04:40 |
how to modify the name of a specific variable | pizicai | OpenFOAM Programming & Development | 3 | September 23, 2014 15:14 |
What's meaning of UDF FUNCTION | zhaoxinyu | Fluent UDF and Scheme Programming | 0 | March 31, 2010 09:04 |
want to know meaning | Sangamesh | Siemens | 0 | May 15, 2007 06:15 |
What's the meaning of "combustion scalar"and.... | cfdbeginner | CFX | 0 | November 27, 2003 10:02 |