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

CFL and CFL adaptation

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By bigfootedrockmidget

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 24, 2024, 10:18
Default CFL and CFL adaptation
  #1
New Member
 
Giovanni Bettega
Join Date: Sep 2014
Posts: 9
Rep Power: 11
gbettega is on a distinguished road
Hello Forum,
please, consider the following CFL settings, in a .cfg file:

% -----------
% CFL number
% -----------
CFL_NUMBER= 100

% ------------------------------------------------------------------
% CFL adaptation ON
% factor down, factor up, CFL minimum, CFL maximum, limit tolerance
% ------------------------------------------------------------------
CFL_ADAPT= YES
CFL_ADAPT_PARAM= ( 0.1, 1.1, 1.0, 100, 0.001)

Questions:

1) at the very beginning of the run what is the CFL number?
The calculation starts with CFL_NUMBER= 100, or CFL minimum?

2) what happens if CFL_NUMBER > CFL maximum or CFL_NUMBER < CFL minimum
(example:

CFL_NUMBER= 200
CFL_ADAPT= YES
CFL_ADAPT_PARAM= ( 0.1, 1.1, 1.0, 100, 0.001)
)

Thank you for your help
Giovanni
gbettega is offline   Reply With Quote

Old   June 24, 2024, 17:08
Default
  #2
Senior Member
 
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 596
Rep Power: 17
bigfootedrockmidget is on a distinguished road
1. the initial CFL is CFL_NUMBER
2. the initial CFL is bounded using CFL=max(min(CFL_NUMBER,CFL_MAX), CFL_MIN)
3. When CFL hits the bounds, it stays at the bounds unless the simulation destabilizes again.
4. you can observe what happens using SCREEN_OUTPUT= AVG_CFL
gbettega likes this.
bigfootedrockmidget is offline   Reply With Quote

Reply

Tags
cfl number, cfl specification


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
CFL Adapt parameter DLuo SU2 7 May 19, 2024 18:28
CFL RAMPING IN v 7.1.1 pdp.aero SU2 4 May 26, 2021 12:46
Is CFL number (or Courant number) omnipotent? Vignesh2508 Main CFD Forum 11 February 28, 2019 12:56
Test Case CFL Number Issues with Software Update JBCFD SU2 3 July 14, 2017 12:05
CFL ramp option curky SU2 1 April 11, 2013 13:25


All times are GMT -4. The time now is 20:32.