Lagrangian vs pseudo-Lagrangian vs Eulerian

In summary, the terms "Lagrangian," "pseudo-lagrangian," and "Eulerian" refer to different mathematical schemes used to solve differential equations in fluid flow problems. The choice of which scheme to use depends on the specific goals and needs of the study. Eulerian schemes involve watching the fluid flow from a stationary frame of reference, while Lagrangian schemes involve traveling with a small amount of fluid. Pseudo-lagrangian may refer to a semi-Lagrangian scheme, and there are various other methods that fall under the category of "Euler." Further research is needed to fully understand these methods and their applications.
  • #1
SpaceNerdz
20
1
I'm reading up a series of papers on hydrodynamical simulations for galaxies and cosmology. They keep mentioning things like "Lagrangian" or "pseudo-lagrangian" or "Eulerian". I tried looking it up on the internet, but the answers are either too broad and could mean a huge number of things in physics, or it does not even show up on Google searches.
Can someone please explain what these three terms mean, and how they are similar to one another, how they differ from one another, and why are they usually being talked about in the same breath ?
 
  • Like
Likes researcher_josh23
Astronomy news on Phys.org
  • #2
While I don't have a definitive answer here, I'm throwing some mud at the wall in the hopes that it helps:

I believe these are three different schemes used to solve differential equations in fluid flow problems.

https://en.wikipedia.org/wiki/Lagrangian_and_Eulerian_specification_of_the_flow_field

First there's two possible frames of reference to use in studying fluid flow:
- Eulerian frame of reference where you watch the fluid flow by
- Lagrangian frame of reference where you travel with a differential amount of fluid

Why you choose one frame over the other may have to do with what you're trying to understand about the fluid.

Numerical Computing and ODE Solvers

Why you'd choose one ODE solver over another has to do with whether the system is periodic or is simply increasing/decreasing over time as the Eulerian solvers tend to add/subtract a small amount of error that that over time appears as energy flowing into or out o the system meaning it will become less and less accurate. Sometimes you choose the ODE solver because you need the speed and not the accuracy which favors use of an Eulerian variation over Runge-Kutta.

As an example, if you were to use an Eulerian ODE solver to simulate the Earth orbiting the Sun you might notice the orbit getting larger and larger or smaller and smaller ie spinning off into space or crashing into the Sun whereas using a fancier method such as Runge-Kutta the orbit would vary but would be stable over a long period of time any the error introduced cancels out any earlier error.

Miscellaneous References

You might have to do some further research to understand more on the methods and so I added these papers to help with that as they aren't adequately discussed online. I checked my Intro to Computer Simulations book but couldn't find any direct references to the pseudo-Lagrangian.

The pseudo Lagrangian may in fact be a semi-Lagrangian scheme but I'm not sure:

https://en.wikipedia.org/wiki/Semi-Lagrangian_scheme

Here's a paper that uses Eulerian and pseudo-Lagrangian method to analyze some ocean surface waves:

https://personal.egr.uri.edu/grilli/SG-ISOPE06.pdf

and another using both methods in a galactic simulation:

https://www.slac.stanford.edu/cgi-wrap/getdoc/slac-pub-15677.pdf

and pseudo Lagrangian used in a biochemical ocean study:

https://agupubs.onlinelibrary.wiley.com/doi/full/10.1002/2015JC010898All Things Euler

and from WIkipedia on Euler there's several possible choices:

Euler's ordinary differential equations[edit]
Euler's partial differential equations[edit]
 
  • Like
Likes Auto-Didact and anorlunda

What is the difference between Lagrangian, pseudo-Lagrangian, and Eulerian?

Lagrangian, pseudo-Lagrangian, and Eulerian are three different mathematical frameworks used in fluid dynamics to describe the motion of fluids. The main difference between them lies in the reference frame used to describe the fluid motion.

What is the Lagrangian approach?

The Lagrangian approach describes the motion of individual fluid particles as they move through space. This means that the reference frame is attached to the fluid particles, and their position and velocity are tracked over time.

What is the pseudo-Lagrangian approach?

The pseudo-Lagrangian approach combines elements of both the Lagrangian and Eulerian approaches. It uses a fixed reference frame, but tracks the movement of fluid particles as they pass through a specific point in space. This allows for a more detailed analysis of fluid motion.

What is the Eulerian approach?

The Eulerian approach describes fluid motion in a fixed reference frame, typically a grid or coordinate system. This means that the properties of the fluid, such as velocity and pressure, are described at specific points in space rather than tracking individual particles.

Which approach is best for studying fluid dynamics?

The choice of approach depends on the specific problem being studied. The Lagrangian approach is useful for tracking individual particles, while the Eulerian approach is better for analyzing bulk properties of fluids. The pseudo-Lagrangian approach offers a compromise between the two and is often used in numerical simulations of fluid flow.

Similar threads

  • Cosmology
Replies
3
Views
619
  • Quantum Interpretations and Foundations
Replies
6
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
687
  • Programming and Computer Science
Replies
1
Views
592
  • Other Physics Topics
Replies
2
Views
13K
  • Astronomy and Astrophysics
Replies
13
Views
1K
  • Electromagnetism
Replies
1
Views
664
Replies
17
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • STEM Academic Advising
Replies
25
Views
2K
Back
Top