|
[Sponsors] |
Implicit Time Stepping: First or Second Order? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 24, 2017, 06:57 |
Implicit Time Stepping: First or Second Order?
|
#1 |
Member
Join Date: Nov 2015
Posts: 30
Rep Power: 11 |
Hi all,
I was curious if somebody with more experience on the numerical side of things could enlighten me about the choice of time stepping schemes. I understand that second order will be more accurate but I how important is it when timesteps are already in the order of 10e-5 10e-6? thanks |
|
March 26, 2017, 04:08 |
|
#2 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,754
Rep Power: 66 |
You really shouldn't use 1st order. Always use 2nd order, or bounded 2nd order. There's really no reason not to use 2nd order. It's only a button click, and memory is cheap nowadays. The smaller your time-step, the more important it is to use a 2nd order time-stepping scheme because this is where the order of the method matters the most.
It really depends on your problem and whether the temporal characteristics is dominated by low of high frequency effects, this determines whether you can get away with 1st order vs 2nd order. Assuming you are not just having fun and wasting compute hours (i.e. using extremely small time-steps for no reason), I'm guessing that you are using small time-steps because you have a lot of high frequency stuff that you need to resolve. In this case, you need 2nd order or you'll get inaccurate results. If your problem was mostly low frequency, you could reasonably get away with 1st order as low frequency stuff is less affected by numerical dissipation. |
|
March 27, 2017, 02:40 |
|
#3 | |
Senior Member
SinaJ
Join Date: Nov 2009
Posts: 136
Rep Power: 17 |
Quote:
|
||
August 5, 2024, 06:25 |
|
#4 |
New Member
Join Date: Aug 2023
Posts: 4
Rep Power: 3 |
How do 1st and 2nd order differ in terms of convergence ?
i am running a transient simulation for fluid flow in elastic tube, and i have been struggling with convergence. I have tried small time step size and more iterations per timestep, yet i always end up with the solution not hitting the convergence criteria until later timesteps. so i have been contemplating changing my transient method to 2nd order implicit. |
|
Tags |
fluent, time stepping |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
AMI speed performance | danny123 | OpenFOAM | 21 | October 24, 2020 05:13 |
[solidMechanics] solidMechanics gear contact in rotation | nlc | OpenFOAM CC Toolkits for Fluid-Structure Interaction | 3 | January 11, 2015 07:41 |
number of iterations per time step | chouki | FLUENT | 1 | August 13, 2013 01:11 |
Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |
time stepping in implicit way | varghese | FLUENT | 4 | February 28, 2003 04:34 |