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

2/3div(u)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 3, 2006, 18:31
Default 2/3div(u)
  #1
George
Guest
 
Posts: n/a
Hi everybody! I have a question.I am writing a code for 3D,turbulent,unsteady,compressible flow.In the source term of the momentum equations of the Navier-Stokes equations there is the term -2/3*(viscosity)*div(u) and also the term -2/3*(density)*k ,where k is the turbulent kinetic energy.I have read in some articles that we can incorporate these two terms in the pressure term of the momentum equations, so that: pressure=pressure+2/3*(viscosity)*div(u)+2/3*(density)*k . Is that correct?The source term is then more simple, but is there any wrong with the above expression? I also correct the pressure using the PISO algorithm.No changes will occur there,wright? Thank you for reading my problem and waiting for your reply
  Reply With Quote

Old   February 3, 2006, 20:36
Default Re: 2/3div(u)
  #2
Opaque
Guest
 
Posts: n/a
Since the term can be written as

div ( p delta_ij - 2/3 * mu * div U - 2/3 * rho * K)

there is nothing wrong with calling p_star and using it in the momemtum equation. Your pressure-velocity algorithm does not change either. You may also include the buoyancy term (incompressible) as

div ( p delta_ij - 2/3 * mu * div U - 2/3 * rho * K + rho * grav dot R)

where R is the position vector..

However, there is the small problem that if you need p_abs for thermodynamic calculation, you have to back it out of p_star.. You cannot use p_star within any thermodynamic relation that is non-linear in p.. For example, stagnation conditions, entropy calculation and so on..

If you are solving compressible flows the pressure term in the total enthalpy equation is for p, not p_star. It goes away from momemtum but it comes back at you in the energy transport equation

Good luck, Opaque..

  Reply With Quote

Old   February 4, 2006, 07:19
Default Re: 2/3div(u)
  #3
George
Guest
 
Posts: n/a
Thank you for your response. Also when I calculate density from the equation of state,I should use p_abs?
  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



All times are GMT -4. The time now is 00:40.