|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Join Date: May 2010
Posts: 6
Rep Power: 17 ![]() |
Hi everyone,
Recently, I did some simulations based on DES, and I want to know where is the LES region and where is the RANS region. How can I set up the blending function in DES model and display it? Thank you very much. |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Texas
Join Date: Aug 2014
Posts: 7
Rep Power: 13 ![]() |
blending function is also mentioned in sst model:F1 and F2. i think u can get some idea from there. i am also studying on that.
|
|
|
|
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2010
Posts: 6
Rep Power: 17 ![]() |
||
|
|
|
|
|
|
|
#4 |
|
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,843
Rep Power: 68 ![]() ![]() ![]() |
If you go to contour plot and look at the "surface types", there is an option to plot the rans-les-interface contour. I'm not sure how to export it though. Does this help at all or do you need the actual value of the blending function?
Last edited by LuckyTran; August 19, 2015 at 13:30. |
|
|
|
|
|
|
|
|
#5 |
|
New Member
Qiang Zhou
Join Date: May 2010
Location: Eindhoven University of Technology
Posts: 28
Rep Power: 17 ![]() |
Hi,do you have know how to display blending function in Fluent? or other method? Thank you!
|
|
|
|
|
|
|
|
|
#6 |
|
New Member
Join Date: Jun 2023
Posts: 4
Rep Power: 4 ![]() |
Hi all,
I'm currently looking into doing exactly this. Did someone managed to do it ? If so how ? Thanks ! |
|
|
|
|
|
|
|
|
#7 |
|
New Member
Join Date: Jun 2023
Posts: 4
Rep Power: 4 ![]() |
Hi all,
For those interested in this answer, You can do it by adding this in the functions subfield in controlDict: Code:
/*DESModelRegions1
{
// Mandatory entries (unmodifiable)
type DESModelRegions;
libs (fieldFunctionObjects);
// Optional entries (runtime modifiable)
result DESField;
// Optional (inherited) entries
writePrecision 8;
writeToFile true;
region fluid;
enabled true;
log true;
writeControl runTime;
writeInterval 0.03;
}*/
|
|
|
|
|
|
|
|
|
#8 |
|
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,843
Rep Power: 68 ![]() ![]() ![]() |
That's how to do it in OpenFOAM... the question is how to do it in Fluent.
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| foamToTecplot360 | thomasduerr | OpenFOAM Post-Processing | 121 | June 11, 2021 11:05 |
| whats the cause of error? | immortality | OpenFOAM Running, Solving & CFD | 13 | March 24, 2021 08:15 |
| [snappyHexMesh] How to define to right point for locationInMesh | Mirage12 | OpenFOAM Meshing & Mesh Conversion | 7 | March 13, 2016 15:07 |
| is internalField(U) equivalent to zeroGradient? | immortality | OpenFOAM Running, Solving & CFD | 7 | March 29, 2013 02:27 |
| channelFoam for a 3D pipe | AlmostSurelyRob | OpenFOAM | 3 | June 24, 2011 14:06 |