Is Matlab Suitable for Solving the Euler Equations in Fluid Dynamics?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 18K views
H_man
Messages
143
Reaction score
0
Hi,

I was wondering if Matlab was the sort of program I'd want to solve the Euler Equations (fluid dynamics).

And if it is, I am sure this must be a very standard problem.. does anybody know of any tutorials for this sort of problem as I have never used matlab?


:-p
 
Physics news on Phys.org
Expansion of a gas jet.

From what I know of numerical methods (which is not enough) I think it would be a shame to do it from scratch.

The particular equation takes the form:


[tex]\nabla\cdot[/tex](rU)U + [tex]\nabla p[/tex] = 0

(for the steady state case)
 
You can do almost whatever you want with Matlab. It has a limit in memory though. But for reaching that limit your computation should be very heavy.

What do you mean with the expansion of a gas jet? Don't be afraid about being more explicit, nobody here is going to steal your idea or your project. So please elaborate your answer a little bit more. Even in your post I see the words "jet" and "Euler Equations" which are two totally contradictory statements. They don't get along very well in fluid mechanics.
 
I had in mind playing with the gas expansion problem as a stepping stone to more interesting problems in plasma physics.

With certain simplifications Plasma can be modeled with the Euler equations (see most textbooks on MHD).
 
H_man said:
I had in mind playing with the gas expansion problem as a stepping stone to more interesting problems in plasma physics.

With certain simplifications Plasma can be modeled with the Euler equations (see most textbooks on MHD).


Sure, with certain simplifications Ordinary Fluids can be modeled with the Euler equations too.

As far as ordinary fluids are concerned, even though the core of the jet is at high enough Reynolds numbers to assume Euler approximation, turns out to be that the formation of the mixing layer in the radial limit of the jet influences a lot its dynamics.

That's why I was asking you. Anyway I think you wouldn't have to worry working properly with such rariefied flows.