|
[Sponsors] |
February 28, 2018, 08:05 |
adjustTimeStep vs localEuler (LTS)
|
#1 |
Member
Join Date: Apr 2017
Posts: 68
Rep Power: 9 |
Hi,
does anybody know the difference between using Euler and adjustTimeStep and running localEuler? |
|
March 2, 2018, 01:09 |
|
#2 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 |
localEuler time stepping is used to obtain a steady solution (https://github.com/OpenFOAM/OpenFOAM...lerDdtScheme.H). Euler time stepping is used to obtain a transient solution (https://github.com/OpenFOAM/OpenFOAM...lerDdtScheme.H).
Caelan |
|
March 23, 2018, 02:18 |
|
#3 |
Member
Join Date: Apr 2017
Posts: 68
Rep Power: 9 |
Thanks for replying.
In the DTCHull-tutorial, both localEuler and adjustTimeStep is used. What is the different functions of these two in this case? |
|
March 23, 2018, 04:33 |
|
#4 |
Member
Hosein
Join Date: Nov 2011
Location: Germany
Posts: 94
Rep Power: 15 |
adjustTimeStep is just a switch to control the time step during runTime based on Courant number. This has nothing to do with your time discretization scheme. And the definition of local Euler is also given in the manual. It's a pseudo-transient scheme to accelerate a solution to steady state using LTS.
|
|
Tags |
adjusttimestep;localeuler |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
residualControl for pimpleFoam LTS | Kina | OpenFOAM Running, Solving & CFD | 1 | January 16, 2018 08:26 |
[OpenFOAM.org] OpenFOAM 2.40 installation on Ubuntu 12.04 LTS | eddykendo | OpenFOAM Installation | 1 | July 18, 2015 18:38 |
Manual limiter of velocity doesn't work | batta31 | OpenFOAM Running, Solving & CFD | 63 | April 25, 2013 05:12 |
Openfoam Ubuntu 12.04 Unmet dependencies | slls33 | OpenFOAM Installation | 10 | April 9, 2013 05:16 |
adjustTimeStep in rhoPimpleFoam seems to calculate inappropriate time step | jeff.freeman | OpenFOAM Running, Solving & CFD | 0 | November 4, 2012 20:07 |