CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Warning: Turbulent Viscosity Limited on 145665 cells

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 15, 2020, 10:47
Default Warning: Turbulent Viscosity Limited on 145665 cells
  #1
Senior Member
 
MA
Join Date: Mar 2020
Posts: 163
Rep Power: 6
mazhar16823 is on a distinguished road
Hi,

I am getting the above-mentioned warning on each iteration (from the start of simulation till now, it's been 600 iterations) while running steady MRF case using SST Transition Model.

First of all, I looked into the user guide, where it's recommended to increase the maximum ratio but that's for transient simulations. Although, I increased the max. ratio undet K-Omega Turbulent Viscosity from 100000 to 120000, but still this warning continues.

Could you please suggest anything on this?
mazhar16823 is offline   Reply With Quote

Old   June 15, 2020, 10:57
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,676
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
This happens easily when you have poor initial guesses for the transport variables for turbulence. Either make better guesses or iterate until they go away.

Less common but even more problematic is to have the wrong boundary conditions (intensity, length scale, etc.).
LuckyTran is offline   Reply With Quote

Old   June 15, 2020, 11:15
Default
  #3
Senior Member
 
MA
Join Date: Mar 2020
Posts: 163
Rep Power: 6
mazhar16823 is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
This happens easily when you have poor initial guesses for the transport variables for turbulence. Either make better guesses or iterate until they go away.

Less common but even more problematic is to have the wrong boundary conditions (intensity, length scale, etc.).



How to ensure the better guess? I have not touched the variables you have mentioned they are there by-default. I only provided the initial conditions i.e. incoming wind velocity and rotation rate etc.
mazhar16823 is offline   Reply With Quote

Old   June 15, 2020, 11:37
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,676
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
You are doing a transient simulation which means your initial guess isn't an initial guess but a required initial condition. You should (in principle) know what these are or at least find a means to generate proper initial conditions for turbulence. I don't know your problem to say what is the right initial conditions for turbulence since I have no idea what you're solving. Just think about what your initial condition for velocity is, and consider what the proper turbulence variables should be for that velocity field. Maybe you can run a stationary case or steady case with that flow to get the turbulence variables.

You need to know your boundary conditions and initial conditions before your problem is even well defined. If you don't know what that BC's are, you are just doing CFD for fun.
LuckyTran is offline   Reply With Quote

Old   June 15, 2020, 11:47
Default
  #5
Senior Member
 
MA
Join Date: Mar 2020
Posts: 163
Rep Power: 6
mazhar16823 is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
You are doing a transient simulation which means your initial guess isn't an initial guess but a required initial condition. You should (in principle) know what these are or at least find a means to generate proper initial conditions for turbulence. I don't know your problem to say what is the right initial conditions for turbulence since I have no idea what you're solving. Just think about what your initial condition for velocity is, and consider what the proper turbulence variables should be for that velocity field. Maybe you can run a stationary case or steady case with that flow to get the turbulence variables.

You need to know your boundary conditions and initial conditions before your problem is even well defined. If you don't know what that BC's are, you are just doing CFD for fun.

Thanks. But I am doing steady MRF case as already mentioned. I am using RANS CFD to account for the location of transition from laminar-turbulent BL; and provided a constant incoming wind velocity in the intial conditions under continua.

Last edited by mazhar16823; June 15, 2020 at 13:02.
mazhar16823 is offline   Reply With Quote

Old   June 15, 2020, 16:55
Default
  #6
Senior Member
 
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,274
Rep Power: 34
arjun will become famous soon enougharjun will become famous soon enough
Chose the turbulent quantities such a way that turbulent viscosity comes out to be low. For example near zero k and very high epsilon would do for k-eps model. Similarly chose low k and higher omega for k omega model.
arjun is offline   Reply With Quote

Old   June 15, 2020, 16:57
Default
  #7
Senior Member
 
MA
Join Date: Mar 2020
Posts: 163
Rep Power: 6
mazhar16823 is on a distinguished road
Quote:
Originally Posted by arjun View Post
Chose the turbulent quantities such a way that turbulent viscosity comes out to be low. For example near zero k and very high epsilon would do for k-eps model. Similarly chose low k and higher omega for k omega model.



Where to impose this change in the solver?
mazhar16823 is offline   Reply With Quote

Old   June 15, 2020, 19:21
Default
  #8
Senior Member
 
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,274
Rep Power: 34
arjun will become famous soon enougharjun will become famous soon enough
Quote:
Originally Posted by mazhar16823 View Post
Where to impose this change in the solver?

That depends on the solver, so you have to check on gui.
arjun is offline   Reply With Quote

Old   June 15, 2020, 20:09
Default
  #9
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,676
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Oh pardon me, for some reason I got confused and thought you were doing a transient case.


Well then either iteration it away or pick values of k and omega/epsilon that makes more sense. The default value of 1 for k is wayy to high for most problems.
LuckyTran is offline   Reply With Quote

Old   June 15, 2020, 20:16
Default
  #10
Senior Member
 
MA
Join Date: Mar 2020
Posts: 163
Rep Power: 6
mazhar16823 is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
Oh pardon me, for some reason I got confused and thought you were doing a transient case.


Well then either iteration it away or pick values of k and omega/epsilon that makes more sense. The default value of 1 for k is wayy to high for most problems.



Thanks. But I am unable to figure out where they could be changed I checked with Continua>Initial Conditions and solver settings. Further, if you are aware with external aerodynamic problems, can you please tell whether I should specify free-stream velcoity at the inlet boundary or velocity containing induction effect i.e. U_inf*(1-0.33). What I assume that I need to specify the free-stream velocity whereas induction effect is taken into account by the solver itself.


However, now I have changed Continua>Physics Values>Initial Conditions>Velcocity from [0,0,6] to [0,0,0] and running the simulation again. For now, I don't see this error.
mazhar16823 is offline   Reply With Quote

Old   June 16, 2020, 01:01
Default
  #11
Senior Member
 
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,274
Rep Power: 34
arjun will become famous soon enougharjun will become famous soon enough
Quote:
Originally Posted by mazhar16823 View Post
Thanks. But I am unable to figure out where they could be changed I checked with Continua>Initial Conditions and solver settings. Further, if you are aware with external aerodynamic problems, can you please tell whether I should specify free-stream velcoity at the inlet boundary or velocity containing induction effect i.e. U_inf*(1-0.33). What I assume that I need to specify the free-stream velocity whereas induction effect is taken into account by the solver itself.


However, now I have changed Continua>Physics Values>Initial Conditions>Velcocity from [0,0,6] to [0,0,0] and running the simulation again. For now, I don't see this error.



The problem is that from your post it is not clear to me which solver you are using. This information shall be in the first post. In my casual browsing i can't figure it out.



This is why it is hard for someone to point it out where you set it. Even if we are familiar with solver you are using. (now it looks like you might be using starccm).
arjun is offline   Reply With Quote

Old   June 16, 2020, 06:23
Default
  #12
Senior Member
 
MA
Join Date: Mar 2020
Posts: 163
Rep Power: 6
mazhar16823 is on a distinguished road
Quote:
Originally Posted by arjun View Post
The problem is that from your post it is not clear to me which solver you are using. This information shall be in the first post. In my casual browsing i can't figure it out.



This is why it is hard for someone to point it out where you set it. Even if we are familiar with solver you are using. (now it looks like you might be using starccm).

I am sorry for that. Yes, I am using STARCCM+
mazhar16823 is offline   Reply With Quote

Old   June 18, 2020, 07:50
Default
  #13
Senior Member
 
MA
Join Date: Mar 2020
Posts: 163
Rep Power: 6
mazhar16823 is on a distinguished road
Quote:
Originally Posted by arjun View Post
The problem is that from your post it is not clear to me which solver you are using. This information shall be in the first post. In my casual browsing i can't figure it out.



This is why it is hard for someone to point it out where you set it. Even if we are familiar with solver you are using. (now it looks like you might be using starccm).



Hi Arjun,


I have calculated the Turbulence Velocity Scale based on the turbulence intensity = 0.01 and I chose viscosity ratio as 1 because I believe that this turbulence intensity is considered as low so the viscosity ratio should also be taken lower which is 1<Mu_t/Mu<10. If you see in the attachments that "K" is very small, and omega is very high comparatively. So, in the end I get Turbulence Velocity Scale = 0.0088 m/s. Can you confirm if this is correct?


However, I tried using these values of TI, Velocity Scale and Viscosity Ratio in the Initial conditions and inlet boundary conditions but still the above warning persists with increasing number of cells.
mazhar16823 is offline   Reply With Quote

Old   June 19, 2020, 09:58
Default
  #14
Senior Member
 
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,274
Rep Power: 34
arjun will become famous soon enougharjun will become famous soon enough
Quote:
Originally Posted by mazhar16823 View Post
Hi Arjun,


I have calculated the Turbulence Velocity Scale based on the turbulence intensity = 0.01 and I chose viscosity ratio as 1 because I believe that this turbulence intensity is considered as low so the viscosity ratio should also be taken lower which is 1<Mu_t/Mu<10. If you see in the attachments that "K" is very small, and omega is very high comparatively. So, in the end I get Turbulence Velocity Scale = 0.0088 m/s. Can you confirm if this is correct?


However, I tried using these values of TI, Velocity Scale and Viscosity Ratio in the Initial conditions and inlet boundary conditions but still the above warning persists with increasing number of cells.



Are you getting this warning from the start???? If this persists then you should lower momentum and continuity under-relaxations. Your turbulence equations is not been able to adjust to velocity changes.
arjun is offline   Reply With Quote

Old   June 19, 2020, 10:03
Default
  #15
Senior Member
 
MA
Join Date: Mar 2020
Posts: 163
Rep Power: 6
mazhar16823 is on a distinguished road
Quote:
Originally Posted by arjun View Post
Are you getting this warning from the start???? If this persists then you should lower momentum and continuity under-relaxations. Your turbulence equations is not been able to adjust to velocity changes.



Yes. I am getting it from the beginning and I am using steady MRF+Segregated Flow, so I tried reducing URFs for velocity and pressure to 0.5 and 0.2 respectively - but still it occurs continuously.
mazhar16823 is offline   Reply With Quote

Reply

Tags
starccm+


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
SimpleFoam & Theater jipai OpenFOAM Running, Solving & CFD 3 June 18, 2019 10:11
[blockMesh] Create internal faces as patch in blockMesh m.delta68 OpenFOAM Meshing & Mesh Conversion 14 July 12, 2018 14:43
polyhedral cells destroy FLUENT 0 January 18, 2018 05:14
[swak4Foam] installing funkySetFields prapanj OpenFOAM Community Contributions 65 October 8, 2015 17:46
Cells with t below lower limit Purushothama Siemens 2 May 31, 2010 21:58


All times are GMT -4. The time now is 09:50.