|
[Sponsors] |
How to set boundary conditions for \tilde{nu} for SA turbulence model? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 7, 2015, 05:37 |
How to set boundary conditions for \tilde{nu} for SA turbulence model?
|
#1 |
New Member
Pierluigi Rossi
Join Date: Jul 2014
Location: Milan
Posts: 15
Rep Power: 12 |
Dear SU2 users,
I am new to SU2 and I am trying to run the TestCases/rans/naca0012. Can someone suggest me how to set the freestream boundary condition for nu tilde variable? Thank you very much. Pierluigi |
|
May 7, 2015, 09:16 |
|
#2 |
New Member
Pierluigi Rossi
Join Date: Jul 2014
Location: Milan
Posts: 15
Rep Power: 12 |
I have found in the src code (SU2_CFD/src/solver_direct_turbulent.cpp line 1111) the following lines:
Code:
/*--- Factor_nu_Inf in [3.0, 5.0] ---*/ Factor_nu_Inf = config->GetNuFactor_FreeStream(); nu_tilde_Inf = Factor_nu_Inf*Viscosity_Inf/Density_Inf; So I have to define a FREESTREAM_NU_FACTOR = 4.0 in the config.cfg file to get a new value? Is 3.0 the default? Where can I search this information? Thank you so much. Pier |
|
May 12, 2015, 14:22 |
|
#3 | |
Senior Member
Vino
Join Date: Mar 2013
Posts: 130
Rep Power: 13 |
Quote:
Hi, Yes. FREESTREAM_NU_FACTOR will work in config file. The default value is set as 3.0. You can find this in config_structure.cpp file. looks like this. Code:
/* DESCRIPTION: */ addDoubleOption("FREESTREAM_NU_FACTOR", NuFactor_FreeStream, 3.0); |
||
May 12, 2015, 15:16 |
|
#4 |
New Member
Pierluigi Rossi
Join Date: Jul 2014
Location: Milan
Posts: 15
Rep Power: 12 |
Thank you so much Vino.
Best regards, Pier |
|
Tags |
rans, spalart allamras |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
mesh file for flow over a circular cylinder | Ardalan | Main CFD Forum | 7 | December 15, 2020 14:06 |
GETVAR Error in Multiband Monte Carlo Radiation Simulation with Directional Source | silvan | CFX | 3 | June 16, 2014 10:49 |
Help! How to set boundary conditions of this model??? | kylin1282869061 | Main CFD Forum | 8 | December 28, 2013 08:52 |
Boundary conditions for Spalart-Allmaras Turbulence model | dn.srinath | Main CFD Forum | 1 | November 13, 2010 23:57 |