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

Error or Different Meaning of alpha in eEqu and hEqu of compressible solver?

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   July 20, 2010, 11:56
Default Error or Different Meaning of alpha in eEqu and hEqu of compressible solver?
  #1
New Member
 
yu
Join Date: Nov 2009
Posts: 26
Rep Power: 16
universez is on a distinguished road
In compressible flow solvers, eEqu and hEqu share the same parameter "thermal diffusivity", or turbulence->alphaEff() in the following equations. However, my understanding of the meaning of thermal diffusivity should be different in these equaitons, i.e. , (for a laminar flow),

In eEqu, alpha = K / (Cv rho), where Cv, k and rho are heat capacity at constant volume, theremal conductivity and density, respectively.

while, in hEqu, alpha = k / ( Cp rho), where Cp, k and rho are heat capacity at constant pressure, theremal conductivity and density, respectively.

My questions are:

1, my understanding about alpha is right or wrong?
2, if i am right, is openFoam wrong ?, or there is specific application inside openfoam dealing with this issue?

========================================
In sonicFoam eEqu is

solve
(
fvm::ddt(rho, e)
+ fvm::div(phi, e)
- fvm::laplacian(turbulence->alphaEff(), e)
==
- p*fvc::div(phi/fvc::interpolate(rho))
);

========================================
In rhoPisoFoam hEqu is

fvScalarMatrix hEqn
(
fvm::ddt(rho, h)
+ fvm::div(phi, h)
- fvm::laplacian(turbulence->alphaEff(), h)
==
DpDt
);

Last edited by universez; July 26, 2010 at 13:38.
universez is offline   Reply With Quote

 


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 12:27.