|
[Sponsors] |
June 24, 2024, 11:18 |
CFL and CFL adaptation
|
#1 |
New Member
Giovanni Bettega
Join Date: Sep 2014
Posts: 16
Rep Power: 12 |
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 |
|
June 24, 2024, 18:08 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 656
Rep Power: 19 |
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 |
|
Tags |
cfl number, cfl specification |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFL Adapt parameter | DLuo | SU2 | 7 | May 19, 2024 19:28 |
CFL RAMPING IN v 7.1.1 | pdp.aero | SU2 | 4 | May 26, 2021 13:46 |
Is CFL number (or Courant number) omnipotent? | Vignesh2508 | Main CFD Forum | 11 | February 28, 2019 13:56 |
Test Case CFL Number Issues with Software Update | JBCFD | SU2 | 3 | July 14, 2017 13:05 |
CFL ramp option | curky | SU2 | 1 | April 11, 2013 14:25 |