|
[Sponsors] |
January 25, 2018, 12:41 |
Fluctuation Scale in LES
|
#1 |
Member
Join Date: Jun 2017
Posts: 73
Rep Power: 9 |
Hi,
I would like to know what exactly is meant by fluctuation scale in OpenFOAM. My goal is to create a turbulent inlet with fluctuation velocity. For this I need to define a fluctuation sclale, but I dont know whicht value would be appropriate, because I dont know which is meant by that. This is from turbulentInletFvPatchField.H: Code:
Class Foam::turbulentInletFvPatchField Group grpInletBoundaryConditions Description This boundary condition generates a fluctuating inlet condition by adding a random component to a reference (mean) field. \f[ x_p = (1 - \alpha) x_p^{n-1} + \alpha (x_{ref} + s C_{RMS} x_{ref}) \f] where \vartable x_p | patch values x_{ref} | reference patch values n | time level \alpha | fraction of new random component added to previous time value C_{RMS} | RMS coefficient s | fluctuation scale \endvartable Usage \table Property | Description | Required | Default value fluctuationScale | RMS fluctuation scale (fraction of mean) | yes | referenceField | reference (mean) field | yes | alpha | fraction of new random component added to previous| no| 0.1 \endtable Example of the boundary condition specification: \verbatim <patchName> { type turbulentInlet; fluctuationScale 0.1; referenceField uniform 10; alpha 0.1; } \endverbatim |
|
January 26, 2018, 08:24 |
Fluctuation Scale in LES
|
#2 | |
New Member
Chris Fisichella
Join Date: Oct 2012
Posts: 28
Rep Power: 14 |
Hi,
You did the right thing by pulling up the header file. In that equation they typed, they are multiplying the RMS coefficient by the scaling value. I think 1 would be a good start. I see they example later on they set the scaling value to 0.1. I don't have an answer for that except to say they are using that parameter to scale their turbulence in a convenient manner. Best Regards, Chris Quote:
|
||
January 26, 2018, 17:59 |
|
#3 |
Member
Join Date: Jun 2017
Posts: 73
Rep Power: 9 |
Hi,
thanks for your reply. 1 seems big for fluctuations, but I may be wrong, it depends on what is meant by that. I have the assumption that s (fluctuation scale) is u', u'u' or sqrt(1/3ux'ux'+uy'uy'+uz'uz'). But I couldnt find any hints in the web. Does nobody use the turbulentInlet boundary condition? |
|
November 4, 2020, 22:02 |
|
#4 | |
Member
ESI
Join Date: Sep 2017
Posts: 49
Rep Power: 9 |
Quote:
|
||
November 5, 2020, 01:18 |
|
#5 |
Senior Member
Ruiyan Chen
Join Date: Jul 2016
Location: Hangzhou, China
Posts: 162
Rep Power: 10 |
It's a percentage, the actual fluctuating value is whatever you have for the scale times the mean value.
From my experience 0.05, or 5% is a good value to start. |
|
November 5, 2020, 04:23 |
|
#6 |
Member
ESI
Join Date: Sep 2017
Posts: 49
Rep Power: 9 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Turbulent inlet fluctuation scale | christian | OpenFOAM Running, Solving & CFD | 2 | November 3, 2023 08:14 |
Calculating resolved scale k and epsilon (LES) | pm11dt | OpenFOAM Post-Processing | 0 | March 28, 2017 10:59 |
3D velocity fluctuation profiles from a file in initialization section using LES. | Aramisss | CFX | 0 | July 8, 2015 17:24 |
LES inlet length scale | f.neilson | Main CFD Forum | 0 | January 31, 2005 14:26 |
Length scale separation in LES | Ray | Main CFD Forum | 1 | June 7, 2002 09:50 |