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 Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
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

Old   August 8, 2010, 11:51
Thumbs up compare with rhoFurbFoam
  #2
Member
 
kiran Ambilpur
Join Date: Jun 2010
Location: India
Posts: 50
Rep Power: 15
kiran is on a distinguished road
Send a message via Skype™ to kiran
Hi yu
you are not wrong in understanding but you have compare similar solvers like rhoTurbFoam in 1.5 and sonicFoam in 1.6.

iam working on both the slovers and i feel both are same (Unsteady Turbulent compressible solvers).

try to analyze with rhoTurbFoam that will clear your doubt.
kiran is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 10:25.