|
[Sponsors] |
December 20, 2020, 06:50 |
Basic question about local timestepping
|
#1 |
Senior Member
Sayan Bhattacharjee
Join Date: Mar 2020
Posts: 495
Rep Power: 8 |
This maybe a basic question, but I don't know the answer to it.
I was reading a code that does local timestepping in each cell to allegedly accelerate the solution convergence of a steady compressible Euler solver. As shown in the picture attached, we can see the logic being used to calculate the minimum timestep possible for a cell, then updating the cell values with an m-stage process. I don't understand how this actually works, and how the solution make any physical sense. Based on the code, we can see that each cell will be advanced to different points in time, since every cell will have a different timestep calculated for it. How does the simulation work when each cell is at a different point in time? Thanks Last edited by aerosayan; December 20, 2020 at 06:52. Reason: clarfication of question |
|
December 20, 2020, 07:00 |
|
#2 | |
Super Moderator
Alex
Join Date: Jun 2012
Location: Germany
Posts: 3,427
Rep Power: 49 |
Quote:
|
||
December 20, 2020, 07:13 |
|
#3 |
Senior Member
Sayan Bhattacharjee
Join Date: Mar 2020
Posts: 495
Rep Power: 8 |
||
December 20, 2020, 09:19 |
|
#4 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Quote:
The key to understand the issue is to forget about a physical meaning of the time step and considering only that the equations have a residual that is driven to zero by using local parameters for accelerating the convergence. |
||
Tags |
local time stepping, timestep |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
AMI speed performance | danny123 | OpenFOAM | 21 | October 24, 2020 05:13 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
Convergence moving mesh | lr103476 | OpenFOAM Running, Solving & CFD | 30 | November 19, 2007 15:09 |
IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |
Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |