|
[Sponsors] |
July 16, 2022, 14:37 |
nut file of OpenFoam
|
#1 |
New Member
Silver Blaze
Join Date: Dec 2021
Posts: 20
Rep Power: 4 |
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; } } 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; } } Kindly help me. I am new in OpenFoam (openFoam.com) Last edited by silver.blaze; July 16, 2022 at 14:41. Reason: add question |
|
July 22, 2022, 15:12 |
|
#2 |
Senior Member
abdikerim kurbanaliev
Join Date: Jun 2010
Location: Kyrgyzstan, Osh
Posts: 121
Rep Power: 16 |
You can find useful info on the cfd.online forum.
how to set nut and nuTilda? nut and nuTilda in simpleFoam nut and nuTilda |
|
July 22, 2022, 15:16 |
|
#3 |
Senior Member
abdikerim kurbanaliev
Join Date: Jun 2010
Location: Kyrgyzstan, Osh
Posts: 121
Rep Power: 16 |
You have boundary condition files for the two quantities nut and nuTilda.
|
|
July 22, 2022, 15:18 |
|
#4 | |
New Member
Silver Blaze
Join Date: Dec 2021
Posts: 20
Rep Power: 4 |
Quote:
|
||
Tags |
openfoam, openfoam.com, turbulence |
|
|
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 18:18 |
SparceImage v1.7.x Issue on MAC OS X | rcarmi | OpenFOAM Installation | 4 | August 14, 2014 07:42 |
[swak4Foam] Error bulding swak4Foam | sfigato | OpenFOAM Community Contributions | 18 | August 22, 2013 13:41 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |