|
[Sponsors] |
October 29, 2023, 02:04 |
velocity inlet type for LES
|
#1 |
Senior Member
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8 |
Hello all,
I'm going to go through LES and I am new one of course! However, I have read some materials that it's better to use fluctuated velocity profile at inlet instead of fixed value, but I have seen some tutorials with fixed type! this is weared to me!!! would you tell me why there is such situation? Besides, I have another question regarding the fluctuationScale (0.02 0.01 0.01). what are these numbers? how can I adapt it for my problem? thank you. Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2112 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volVectorField; object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0.25 0 0); boundaryField { inlet { type turbulentInlet; referenceField uniform (0.25 0 0); fluctuationScale (0.02 0.01 0.01); value uniform (0.25 0 0); } outlet { type inletOutlet; inletValue uniform (0 0 0); value uniform (0 0 0); } top { type slip; } Bottom { type slip; } frontAndBack { type slip; } cylinder { type noSlip; } } // ************************************************************************* // |
|
October 30, 2023, 14:02 |
|
#2 |
Senior Member
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8 |
Any idea will be appreciated.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compressible nozzle flow - no problem for fluent but impossible with openFOAM? | flar.t | OpenFOAM Running, Solving & CFD | 10 | March 30, 2022 02:21 |
turbulent velocity inlet and negative drag coefficients | Isaiah_HZ | OpenFOAM Running, Solving & CFD | 1 | September 25, 2020 13:04 |
Instability in buoyantSimpleFoam | Avandri | OpenFOAM Running, Solving & CFD | 0 | August 7, 2020 17:13 |
[OpenFOAM.org] compile error in dynamicMesh and thermophysicalModels libraries | NickG | OpenFOAM Installation | 3 | December 30, 2019 01:21 |
interFoam/kOmegaSST tank filling with printStackError/Mules | simpomann | OpenFOAM Running, Solving & CFD | 3 | February 17, 2014 18:06 |