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

[CFX] Set convergence level for additional variable

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 14, 2010, 07:24
Default [CFX] Set convergence level for additional variable
  #1
Senior Member
 
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22
Lance is on a distinguished road
Hi,
Im running LES and have set my convergence level to 1e-6 which the solver reaches within a couple iterations. However, I have an additional variable and it takes about 10-15 iterations per time step for it to reach 1e-6.

So, in order to speed up my simulation, I want to set a lower convergence level for the additional variable. Is that possible? I know that Fluent has the option to specify convergence level on each equation, it would be great if CFX also had that option.
Lance is offline   Reply With Quote

Old   December 15, 2010, 07:22
Default
  #2
Senior Member
 
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22
Lance is on a distinguished road
Update:
got some help from support, and yes, its possible to have different convergence criteria for AVs. Just edit the CCL like:
Code:
FLOW: Flow Analysis 1
SOLVER CONTROL:
   Turbulence Numerics = First Order
   ADVECTION SCHEME:
     Option = High Resolution
   END
   CONVERGENCE CONTROL:
     Maximum Number of Coefficient Loops = 10
     Minimum Number of Coefficient Loops = 1
     Timescale Control = Coefficient Loops
   END
   CONVERGENCE CRITERIA:
     Residual Target = 1.E-6
     Residual Type = RMS
   END
   EQUATION CLASS: av
     ADVECTION SCHEME:
       Option = High Resolution
     END
     CONVERGENCE CRITERIA:
       Residual Target = 1.E-3
       Residual Type = RMS
     END
     TRANSIENT SCHEME:
       Option = Second Order Backward Euler
     END
   END
   TRANSIENT SCHEME:
     Option = Second Order Backward Euler
     TIMESTEP INITIALISATION:
       Option = Automatic
     END
   END
 END
END
There will be an error message in CFXpre: "Convergence criteria....not physically valid", but just ignore it, and it will work - at least it does for me.
Lance is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
How to set convergence not using residuals Stephen Gillen FLUENT 0 November 28, 2008 07:03
Problem installing on 64bit with ver13 jonititan OpenFOAM Installation 5 May 12, 2006 18:42
How to set environment variables kanishka OpenFOAM Installation 1 September 4, 2005 10:15
Replace periodic by inlet-outlet pair lego CFX 3 November 5, 2002 20:09
level set for multi-fluids system? Pei-Ying Hsieh Main CFD Forum 1 July 19, 2000 16:42


All times are GMT -4. The time now is 06:08.