CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

nut file of OpenFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By kerim
  • 1 Post By kerim

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 16, 2022, 13:37
Default nut file of OpenFoam
  #1
New Member
 
Silver Blaze
Join Date: Dec 2021
Posts: 20
Rep Power: 4
silver.blaze is on a distinguished road
Dear Altruist,

I am trying to solve a turbulence model by using Spalart-Allmaras turbulence model. my Re = 2.98X10^6, nu = 0.001002991, rho = 997 kg/m^3, Speed = 3 m/s. Now my question is,

what are nut and nuTilda file? I have searched on google, but don't get it.

and

according my value of rho, nu, v etc. my nut and nuTilda file will update?

my nut file :
Code:
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    object      nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 2 -1 0 0 0 0];

internalField   uniform 0.14;

boundaryField
{
    inlet
    {
        type            freestream;
        freestreamValue uniform 0.14;
    }

    outlet
    {
        type            freestream;
        freestreamValue uniform 0.14;
    }

    hydrofoil-wall
    {
        type            nutUSpaldingWallFunction;
        value           uniform 0;
    }

    frontAndBack
    {
        type            empty;
    }
}
my nuTilda code:
Code:
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    object      nuTilda;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 2 -1 0 0 0 0];

internalField   uniform 0.14;

boundaryField
{
    inlet
    {
        type            freestream;
        freestreamValue uniform 0.14;
    }

    outlet
    {
        type            freestream;
        freestreamValue uniform 0.14;
    }

    hydrofoil-wall
    {
        type            fixedValue;
        value           uniform 0;
    }

    frontAndBack
    {
        type            empty;
    }
}
and what is uniform 0.14 value?

Kindly help me. I am new in OpenFoam (openFoam.com)

Last edited by silver.blaze; July 16, 2022 at 13:41. Reason: add question
silver.blaze is offline   Reply With Quote

Old   July 22, 2022, 14:12
Default
  #2
Senior Member
 
abdikerim kurbanaliev
Join Date: Jun 2010
Location: Kyrgyzstan, Osh
Posts: 120
Rep Power: 15
kerim is on a distinguished road
You can find useful info on the cfd.online forum.

how to set nut and nuTilda?
nut and nuTilda in simpleFoam
nut and nuTilda
silver.blaze likes this.
kerim is offline   Reply With Quote

Old   July 22, 2022, 14:16
Default
  #3
Senior Member
 
abdikerim kurbanaliev
Join Date: Jun 2010
Location: Kyrgyzstan, Osh
Posts: 120
Rep Power: 15
kerim is on a distinguished road
You have boundary condition files for the two quantities nut and nuTilda.
silver.blaze likes this.
kerim is offline   Reply With Quote

Old   July 22, 2022, 14:18
Default
  #4
New Member
 
Silver Blaze
Join Date: Dec 2021
Posts: 20
Rep Power: 4
silver.blaze is on a distinguished road
Quote:
Originally Posted by kerim View Post
You have boundary condition files for the two quantities nut and nuTilda.
Thanks for your reply. My updated problem is here: Hydrofoil in Openfoam
silver.blaze is offline   Reply With Quote

Reply

Tags
openfoam, openfoam.com, turbulence


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
[Other] Adding solvers from DensityBasedTurbo to foam-extend 3.0 Seroga OpenFOAM Community Contributions 9 June 12, 2015 17:18
SparceImage v1.7.x Issue on MAC OS X rcarmi OpenFOAM Installation 4 August 14, 2014 06:42
[swak4Foam] Error bulding swak4Foam sfigato OpenFOAM Community Contributions 18 August 22, 2013 12:41
Version 15 on Mac OS X gschaider OpenFOAM Installation 113 December 2, 2009 10:23
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51


All times are GMT -4. The time now is 20:01.