| Anders
|
October 23, 2002 13:56 |
Re: How to choose the CFL number with implicit sch
You are right, the scheme is unconditionally stable. But this does not mean that it is unconditionally accurate! Just like you need a fine grid to resolve your length scales in certain areas of the domain, you need also a fine time step to resolve your physical processes in time in relevant areas. In many cases, the accuracy will not be much affected by taking a larger time step, but in some cases, it may make a large difference.
So I would say there is no general answer apart from: stick to a CFL number close to unity, and your chances look fair. In many cases, typically 5 would also be OK. But of course, the information in the info-file is not alone enough to judge this (max CFL and average CFL). You may well allow a CFL number of, say, 20 in some areas of your domain, if they are away (and downstream?) from your main interest area. You need to know your local CFL numbers, which can be extracted from an analyses by the .err file.
|