Hi Jacques,
Thanks for your response. One more question. Is there dual-time stepping method in Nektar++?

Best,
Chengeng

Jacques Xing <jacques.xing@kcl.ac.uk> 于2023年3月10日周五 16:51写道:
Hi Chengeng,

In CFD, local time stepping means that each element is updated from the local value of the time step computed from the specified CFL number. Local time stepping is used to accelerate convergence to the steady state solution as each element is updated by different value of time step, the solution obtained is not time-accurate (unless combined with an approach such as dual-time stepping).

Best,
Jacques

From: nektar-users-bounces@imperial.ac.uk <nektar-users-bounces@imperial.ac.uk> on behalf of Chengeng Qian <qiancg0313@gmail.com>
Sent: Friday, March 10, 2023 8:15 AM
To: nektar-users@imperial.ac.uk <nektar-users@imperial.ac.uk>
Subject: [Nektar-users] Parameters for local time stepping
 
Some people who received this message don't often get email from qiancg0313@gmail.com. Learn why this is important

This email from qiancg0313@gmail.com originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list to disable email stamping for this address.

 

Hi everyone,
What is following parameter used for?

<I PROPERTY="LocalTimeStep"         VALUE="True" />

I though that it must be ture if we calculated time step using CFL. But I found that I could run case with LocalTimeStep = False. In addition, the result obtained by LocalTimeStep = Ture is more closed to the steady solution. Any comments are appreciated.

Cheers,
Chengeng.