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

Jacobian of 1D Euler Equation of Gas Dynamics

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 29, 2011, 20:35
Default Jacobian of 1D Euler Equation of Gas Dynamics
  #1
New Member
 
Join Date: Aug 2011
Posts: 4
Rep Power: 14
Simplicity. is on a distinguished road
I'm new in the field of CFD and now writing an optimization code that incorporates 1D system of Euler equations of Gas Dynamics.

Some lines in my code need Jacobian of the Euler equation. I wonder how to incorporate Jacobian, because to my knowledge, for 1D Euler equation, Jacobian is a 3X3 matrix while my code uses one dimensional vectors/arrays? See for example discrete equation below where f'(u_j) is the Jacobian.

p_i = p_j + (dt/dx)*q_j*f'(u_j) + 0.5*(dt/dx)*(q_j+1 - q_j-1) + 0.5*(dt/dx)*a*(p_j+1 -2p_j + p_j-1).

Any suggestion/idea is welcome and appreciated!
Simplicity. is offline   Reply With Quote

Old   September 1, 2011, 23:33
Default
  #2
New Member
 
Bidyut
Join Date: Sep 2011
Posts: 1
Rep Power: 0
bidyut is on a distinguished road
1 D Euler equations are of the form U_t + (F(U))_x=0, where A=dF/dU is the Jacobian, Now if you write this equation in Quasi-linear form, then it becomes U_t + (A) U_x =0. U is a column vector of 3 elements namely rho, rho*u and e, so solve it using any scheme, U is 3X1 and A is 3x3 matrix. So ultimately there will be three coupled equations which you need to solve simultaneously by continuous updation of rho, rho*u and e, and also dt, using any time-integration method.

For a good reference, look into the paper : Sod, G. A. (1978). "A Survey of Several Finite Difference Methods for Systems of Nonlinear Hyperbolic Conservation Laws". J. Comput. Phys. 27: 1–31.
bidyut is offline   Reply With Quote

Old   September 2, 2011, 04:09
Default Jacobian of 1D Euler Equation of Gas Dynamics
  #3
New Member
 
Join Date: Aug 2011
Posts: 4
Rep Power: 14
Simplicity. is on a distinguished road
Thank you bidyut, that is helpful enough. But I wonder if it is Jacobian that is used in the scheme or it just stands for some physical meaning.

Last edited by Simplicity.; September 2, 2011 at 04:32.
Simplicity. is offline   Reply With Quote

Old   September 6, 2011, 14:12
Default
  #4
New Member
 
irfan khan
Join Date: Aug 2011
Posts: 11
Rep Power: 14
imbaasat is on a distinguished road
Quote:
Originally Posted by Simplicity. View Post
Thank you bidyut, that is helpful enough. But I wonder if it is Jacobian that is used in the scheme or it just stands for some physical meaning.
Here Jacobian is "not" transformation from one to other coordinate system.
It is simply rate of change of "numerical flux" with respect to "quasi" primitive variable rho, pho*u and e...
imbaasat is offline   Reply With Quote

Reply


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
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27
Open boundary condition for 1d euler equation? Ashley Main CFD Forum 3 August 3, 2009 04:05
Do U have this book 'Gas dynamics by Rathakrishnan Brian Main CFD Forum 1 November 9, 2003 23:30
Rarefied Gas Dynamics Andrea Panizza Main CFD Forum 3 July 15, 2003 07:45
Gas pressure question Dan Moskal Main CFD Forum 0 October 24, 2002 22:02


All times are GMT -4. The time now is 08:29.