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

How to set boundary conditions for \tilde{nu} for SA turbulence model?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 7, 2015, 04:37
Post 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: 11
PierluigiRossi is on a distinguished road
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
PierluigiRossi is offline   Reply With Quote

Old   May 7, 2015, 08:16
Default
  #2
New Member
 
Pierluigi Rossi
Join Date: Jul 2014
Location: Milan
Posts: 15
Rep Power: 11
PierluigiRossi is on a distinguished road
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;
This is exactly what I was looking for.
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
PierluigiRossi is offline   Reply With Quote

Old   May 12, 2015, 13:22
Default
  #3
Senior Member
 
Vino
Join Date: Mar 2013
Posts: 130
Rep Power: 13
Vino is on a distinguished road
Quote:
Originally Posted by PierluigiRossi View Post
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;
This is exactly what I was looking for.
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

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);
Vino is offline   Reply With Quote

Old   May 12, 2015, 14:16
Default
  #4
New Member
 
Pierluigi Rossi
Join Date: Jul 2014
Location: Milan
Posts: 15
Rep Power: 11
PierluigiRossi is on a distinguished road
Thank you so much Vino.

Best regards,
Pier
PierluigiRossi is offline   Reply With Quote

Reply

Tags
rans, spalart allamras


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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
mesh file for flow over a circular cylinder Ardalan Main CFD Forum 7 December 15, 2020 13:06
GETVAR Error in Multiband Monte Carlo Radiation Simulation with Directional Source silvan CFX 3 June 16, 2014 09:49
Help! How to set boundary conditions of this model??? kylin1282869061 Main CFD Forum 8 December 28, 2013 07:52
Boundary conditions for Spalart-Allmaras Turbulence model dn.srinath Main CFD Forum 1 November 13, 2010 22:57


All times are GMT -4. The time now is 16:40.