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

setting nutilda boundary condition for LES

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Tobermory

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 28, 2023, 04:32
Exclamation setting nutilda boundary condition for LES
  #1
Senior Member
 
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 7
saeed jamshidi is on a distinguished road
Hello,

I'm going to adapt nutilda in 0 folder for my simulation, but I don't know how can I do it?!

Although I'v read lots of materials about it, I couldn't reach a conclusion.

there are various boundary types for nutilda, such as symmetry, fixedValue ...

what is the type of nutilda for slip boundary???

please, provide me some information regarding this.

Any ideas are welcome.
saeed jamshidi is offline   Reply With Quote

Old   October 28, 2023, 08:53
Default
  #2
Senior Member
 
Join Date: Apr 2020
Location: UK
Posts: 672
Rep Power: 14
Tobermory will become famous soon enough
I am confused as to why you are talking about nutilda, i.e. the Spalart Allmaras model, for an LES simulation ... but as for your question: a slip boundary is the same as a symmetry plane (think about what the two conditions mean - they are equivalent). So just apply a symmetry boundary.
Tobermory is offline   Reply With Quote

Old   October 28, 2023, 09:29
Default
  #3
Senior Member
 
Saeed Jamshidi
Join Date: Aug 2019
Posts: 214
Rep Power: 7
saeed jamshidi is on a distinguished road
Dear Tobermory, thank for the reply.

I just want to run pitzdaily problem in the below tutorial:

Code:
\\wsl.localhost\Ubuntu-18.04\home\myfoam\OpenFOAM\myfoam-v2112\run\tutorials\incompressible\pisoFoam\LES\pitzDaily\0
which nutilda was there by default.

Besides, by searching among other tutorials I found zerogradient type for slip boundary condition.
Here is the turbulence model


turbulenceProperties:
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       dictionary;
    object      turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

simulationType      LES;

LES
{
    LESModel        dynamicKEqn;

    turbulence      on;

    printCoeffs     on;

    delta           cubeRootVol;

    dynamicKEqnCoeffs
    {
        filter simple;
    }

    cubeRootVolCoeffs
    {
        deltaCoeff      1;
    }

    PrandtlCoeffs
    {
        delta           cubeRootVol;
        cubeRootVolCoeffs
        {
            deltaCoeff      1;
        }

        smoothCoeffs
        {
            delta           cubeRootVol;
            cubeRootVolCoeffs
            {
                deltaCoeff      1;
            }

            maxDeltaRatio   1.1;
        }

        Cdelta          0.158;
    }

    vanDriestCoeffs
    {
        delta           cubeRootVol;
        cubeRootVolCoeffs
        {
            deltaCoeff      1;
        }

        smoothCoeffs
        {
            delta           cubeRootVol;
            cubeRootVolCoeffs
            {
                deltaCoeff      1;
            }

            maxDeltaRatio   1.1;
        }

        Aplus           26;
        Cdelta          0.158;
    }

    smoothCoeffs
    {
        delta           cubeRootVol;
        cubeRootVolCoeffs
        {
            deltaCoeff      1;
        }

        maxDeltaRatio   1.1;
    }
}


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

Old   October 28, 2023, 09:32
Default
  #4
Senior Member
 
Join Date: Apr 2020
Location: UK
Posts: 672
Rep Power: 14
Tobermory will become famous soon enough
Yep - zeroGradient is the correct one - that gives a symmetry condition.
saeed jamshidi likes this.
Tobermory 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
3D Windturbine simulation in SU2 k.vimalakanthan SU2 15 October 12, 2023 05:53
Question about different kinds of Boundaries and Boundary Conditions granzer Main CFD Forum 17 April 12, 2022 17:27
Basic Nozzle-Expander Design karmavatar CFX 20 March 20, 2016 08:44
Time dependant pressure boundary condition yosuke1984 OpenFOAM Verification & Validation 3 May 6, 2015 06:16
Low Mixing time Problem Mavier CFX 5 April 29, 2013 00:00


All times are GMT -4. The time now is 14:34.