|
[Sponsors] |
September 27, 2017, 16:30 |
The result depends on the time step
|
#1 |
New Member
Join Date: Aug 2017
Posts: 4
Rep Power: 9 |
Hi,
I am use buoyantboussinesqpimplefoam solver. I found that when the time step changes, the result of numerical calculations changes too. How to understand at what step in time the correct calculation? How to make so that at change of step on time calculations results did not vary? If some one know how to solve the problem it will be very helpful. Thank you. |
|
September 28, 2017, 01:55 |
|
#2 |
Senior Member
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15 |
The time step and the mesh have to check at every simulation. Lower the time step until the changes in your solution are very small. Then it is time step stable.
In the same way you should use finer and finer meshes until the changes are as small as you need.
__________________
Uwe Pilz -- Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950) |
|
September 28, 2017, 05:50 |
|
#3 |
New Member
Join Date: Aug 2017
Posts: 4
Rep Power: 9 |
Thanks for the quick reply! I used the standard tutorial "hot room" and decreased the step from 0.1 to 0.01, 0.001 and 0.0001. I got different results at time step 0.001 and 0.0001. The results at time step 0.1 and 0.01 was the same, But at the time step 1 other results were obtained. I'll try to reduce the size of the grid. Thank you!
|
|
September 28, 2017, 20:47 |
|
#4 |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34 |
PISO solution is time step dependent.
|
|
September 30, 2017, 19:47 |
|
#5 |
New Member
Join Date: Aug 2017
Posts: 4
Rep Power: 9 |
||
September 30, 2017, 20:54 |
|
#6 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,896
Rep Power: 73 |
Generally explicit/implicit FD/FV depend on time step in the sense that the local truncation error is a function of the time and space steps.
|
|
October 1, 2017, 20:46 |
|
#7 |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34 |
major contributor is non linear term in convection. There are other small issues that affect the results to different degrees (for example one might not update the gradient with every corrector to save time while in implicit methods they are computed every iteration)
|
|
September 12, 2019, 12:27 |
|
#8 | |
New Member
Abd Essamade Saufi
Join Date: Apr 2017
Posts: 15
Rep Power: 9 |
Quote:
Do you guys have a satisfying explanation of this? Is it really the PISO method? Can it be due to the numerical diffusion of the convective term, that sums up "more errors" if more time steps are used? I really don't know what to think! Hope to hear from you guys, Sangi |
||
Tags |
time step size |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
courant number increases to rather large values | 6863523 | OpenFOAM Running, Solving & CFD | 22 | July 6, 2023 00:48 |
Transient simulation not converging | skabilan | OpenFOAM Running, Solving & CFD | 14 | December 17, 2019 00:12 |
p_rgh initial residual no change with different settings | manuc | OpenFOAM Running, Solving & CFD | 3 | June 26, 2018 16:53 |
pimpleDyMFoam computation randomly stops | babapeti | OpenFOAM Running, Solving & CFD | 5 | January 24, 2018 06:28 |
Help for the small implementation in turbulence model | shipman | OpenFOAM Programming & Development | 25 | March 19, 2014 11:08 |