CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   Conceptual Question about One Dimensional Inviscid Burgers Equation (https://www.cfd-online.com/Forums/main/153194-conceptual-question-about-one-dimensional-inviscid-burgers-equation.html)

tanmayagrawal7 May 20, 2015 04:22

Conceptual Question about One Dimensional Inviscid Burgers Equation
 
Hello everyone!

I am trying to use Adaptive mesh refinement and I was just going through the PhD thesis of Marsha Berger. She wrote inviscid Burgers equation as
u_t = u*u_x
While at almost every place, I have seen it as u_t + u*u_x = 0. Is there any significant difference between the solutions of these two equations? I am trying to write a code using Lax-Wendroff Scheme for the equation she has given. Can I expect good results?

Thanks and looking forward for responses.

FMDenaro May 20, 2015 05:52

Quote:

Originally Posted by tanmayagrawal7 (Post 547000)
Hello everyone!

I am trying to use Adaptive mesh refinement and I was just going through the PhD thesis of Marsha Berger. She wrote inviscid Burgers equation as
u_t = u*u_x
While at almost every place, I have seen it as u_t + u*u_x = 0. Is there any significant difference between the solutions of these two equations? I am trying to write a code using Lax-Wendroff Scheme for the equation she has given. Can I expect good results?

Thanks and looking forward for responses.

In my opinion u_t = u*u_x is not the classic expression for Burgers equation... if you express the total variation du:

du =dt (du/dt + dx/dt * du/dx)

therefore, to have the classical fact that that u is conserved along path line, you need the condition for the characteristic curves

du = 0 -> dx/dt = -u

on the other hand, if you denote f=-u:

du/dt +f*du/dx=0

you can find the classical Burgers equation for the field f.

tanmayagrawal7 May 20, 2015 09:22

Thanks a lot. Perhaps it could be mistakenly written in the thesis I was reading or it could be the second option as you mentioned. I will try them both to see which corresponds to the solution mentioned by her.

tanmayagrawal7 May 20, 2015 09:50

Quote:

Originally Posted by FMDenaro (Post 547018)
In my opinion u_t = u*u_x is not the classic expression for Burgers equation... if you express the total variation du:

du =dt (du/dt + dx/dt * du/dx)

therefore, to have the classical fact that that u is conserved along path line, you need the condition for the characteristic curves

du = 0 -> dx/dt = -u

on the other hand, if you denote f=-u:

du/dt +f*du/dx=0

you can find the classical Burgers equation for the field f.

Yes, it was a typing error instead. If I use the classical inviscid Burgers equation, in fact I can get the same kind of results as in the thesis. Thanks a lot.


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