CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

velocity inlet type for LES

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 29, 2023, 02:04
Default velocity inlet type for LES
  #1
Senior Member
 
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8
saeed jamshidi is on a distinguished road
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;
    }
}


// ************************************************************************* //
saeed jamshidi is offline   Reply With Quote

Old   October 30, 2023, 14:02
Default
  #2
Senior Member
 
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 8
saeed jamshidi is on a distinguished road
Any idea will be appreciated.
saeed jamshidi is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 13:15.