CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Time integrators for lagrangian methods

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 13, 2011, 10:00
Default Time integrators for lagrangian methods
  #1
New Member
 
Giuseppe
Join Date: Jul 2009
Posts: 4
Rep Power: 16
teskio is on a distinguished road
Hi everyone,
I'm working with lagrangian methods (vortex methods) and I need to investigate possible time integrators and their efficiency.

Being gridless methods without the CFL limit the time step can be increased to lower the computational cost but this leads to the need to find better time integrators than the simple 1st order Euler (with which the accumulation of error in long simulations is evident).

I've tried a Runge-Kutta 4th order with good results but a considerable increase in computational time.

I need to explore new solutions. I'm looking into symplectic integrators...

Do you have any other suggestion?

Thanks!
teskio is offline   Reply With Quote

Old   January 13, 2011, 11:01
Default
  #2
New Member
 
sam
Join Date: Jan 2011
Posts: 20
Rep Power: 15
mczero57 is on a distinguished road
Hi,

If you are dealing with discrete vortex equations, which form a hamiltonian system,
symplectic integrators are a good choice since they preserve H. You might also
consider designing your own scheme that preserves all the integrals of your discrete system.

Sam
mczero57 is offline   Reply With Quote

Old   January 17, 2011, 04:51
Default
  #3
New Member
 
Giuseppe
Join Date: Jul 2009
Posts: 4
Rep Power: 16
teskio is on a distinguished road
Thanks mczero,
yes symplectic integrators are definitely a possibility, I'm already going in that direction.
I was wondering if there were other options that I hadn't considered...
teskio is offline   Reply With Quote

Old   January 17, 2011, 19:13
Default
  #4
Senior Member
 
adrin
Join Date: Mar 2009
Posts: 115
Rep Power: 17
adrin is on a distinguished road
Symplectic integrators will work only in 2D vortex methods because, to the best of my knowledge, only the 2D equations are Hamiltonian. In 3D, a vortex monopole system is not Hamiltonian. You could, however, use vortex dipoles, or, equivalently, the impulse method (and equations), which is Hamiltonian in 3-D. However, despite the fact that the latter preserves energy, helicity, vorticity/circulation implicitly to machine precision everywhere in the domain, the method has some serious short-comings, which have made it into more of a curiosity than a practical tool.

First-order time integration is simply not acceptable in vortex methods. Second-order RK works perfectly well. 4th-order is higher in accuracy and will allow you take larger timestep sizes, which will probably be more than twice the timestep size you can use with 2nd-order time integration (that really depends on the problem), in which case, 4th-order would be more efficient overall even if it's twice more expensive.

Alternatively, if memory is not an issue and you just want to reduce cpu time, then you can use backward looking methods (adams-bashforth, etc) so that you use only one evaluation per timestep, but use info from previous steps to get higher order extrapolation to the future. A lot depends also on the remaining details of your implementation (is it purely inviscid, viscous requiring operator splitting, wall-bounded, etc)

Adrin
adrin is offline   Reply With Quote

Old   November 6, 2011, 23:11
Default
  #5
New Member
 
-xnov-
Join Date: Mar 2009
Posts: 10
Rep Power: 17
xnov is on a distinguished road
so is there any progress in symplectic vortex methods? or is it as Adrin said that it is only for 2D vortex methods?

to Adrin: could you explain me a little further why 3D vortex methods is not Hamiltonian?

Last edited by xnov; November 6, 2011 at 23:29.
xnov is offline   Reply With Quote

Reply

Tags
symplectic integrators, time integrators, vortex method


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time step size and max iterations per time step pUl| FLUENT 33 October 23, 2020 22:50
air bubble is disappear increasing time using vof xujjun CFX 9 June 9, 2009 07:59
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58
AMG versus ICCG msrinath80 OpenFOAM Running, Solving & CFD 2 November 7, 2006 15:15
unsteady calcs in FLUENT Sanjay Padhiar Main CFD Forum 1 March 31, 1999 12:32


All times are GMT -4. The time now is 13:02.