CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Why rho coeffs are zero in compressible solvers?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 7, 2012, 05:18
Default Why rho coeffs are zero in compressible solvers?
  #1
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
in any comressibe solver like rhoCentralFoam and rhoPimpleFoam i have run
The rho residual coeffs are zero.why it is so?
And is it possible to see rho field in results without need for making changes in solver?
immortality is offline   Reply With Quote

Old   December 9, 2012, 07:58
Default
  #2
New Member
 
Join Date: Mar 2009
Location: Sao Jose dos Campos, Brazil
Posts: 29
Rep Power: 17
piccinini is on a distinguished road
Hello, it is probably because density is being computed explicitly, using past time step values for phi field.
piccinini is offline   Reply With Quote

Old   December 10, 2012, 02:49
Default
  #3
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
thank you dear piccinini.but how about rhoCentralFoam?why rho,rhoE,rhoUx,etc coefficients are zero?in this solver rho Fields are calculeted from continuity because it is a density based solver.
immortality is offline   Reply With Quote

Old   December 10, 2012, 19:04
Default
  #4
New Member
 
Join Date: Mar 2009
Location: Sao Jose dos Campos, Brazil
Posts: 29
Rep Power: 17
piccinini is on a distinguished road
yes, that's right. continuity equation is being solved, but in an explicit manner.

e.g.
Code:
        solve
        (
            fvm::ddt(rhoE)
          + fvc::div(phiEp)
          - fvc::div(sigmaDotU)
        );
piccinini is offline   Reply With Quote

Old   December 11, 2012, 03:04
Default
  #5
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
thanks dear piccinini.but could you explain more about explicit solution of rho?zero coeffs how are composed?and then how can i plot rho field in paraview or other plotters?
immortality is offline   Reply With Quote

Old   December 14, 2012, 12:09
Default
  #6
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
thank you piccinini.but whats the difference between a density based and a pressure based solver?both calculate rho from other previous fields?and then why the zeros are showing from start to end?could you tell me what have openfoam providers been intended of this displaying manner?
immortality 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
How rho_ and psi_ are calculated in compressible solvers of OpenFOAM? JBUNSW OpenFOAM Programming & Development 17 February 12, 2021 08:59
Temperature loss in compressible solvers in high speed flows vkrastev OpenFOAM Running, Solving & CFD 1 June 16, 2018 07:10
Minimum pressure limit for compressible solvers? doubtsincfd OpenFOAM 3 January 31, 2013 09:07
Incompressible vs compressible solvers James Main CFD Forum 5 January 19, 2009 05:15
NS-incompressible and compressible flow solvers ag Main CFD Forum 2 September 27, 2005 06:18


All times are GMT -4. The time now is 20:56.