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

about alpha in OPenfoam's sutherland part

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 2 Post By jason_wy
  • 1 Post By jason_wy
  • 1 Post By dkxls

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 17, 2011, 11:00
Question about alpha in OPenfoam's sutherland part
  #1
New Member
 
yi Wang
Join Date: Feb 2011
Posts: 15
Rep Power: 15
yiwang25 is on a distinguished road
Hello, all
I want someone to help me on openfoam's sutherland part. It is as follows:

inline Foam::scalar Foam::sutherlandTransport<Thermo>::alpha
{
.......................
scalar CpBar =
(deltaT*(this->H(T) - this->H(specie::Tstd)) + Cp_)/(sqr(deltaT) + 1);
return mu(T)*Cv_*(1.32 + 1.77*this->R()/Cv_)/CpBar;
}
I am confused about Cp and alpha. In my opinion, alpha=mu(T)*Cp_.
Why use above fomula to calculate alpha?
yiwang25 is offline   Reply With Quote

Old   October 17, 2011, 12:59
Default
  #2
New Member
 
yi Wang
Join Date: Feb 2011
Posts: 15
Rep Power: 15
yiwang25 is on a distinguished road
Just I type the wrong fomula for alpha. it should be
alpha=kappa/Cp
yiwang25 is offline   Reply With Quote

Old   October 18, 2011, 09:10
Default
  #3
New Member
 
Yi Wang
Join Date: Mar 2009
Posts: 17
Rep Power: 17
jason_wy is on a distinguished road
Yes, but you need to compute Kappa first:

Kappa = mu(T)*Cv_*(1.32 + 1.77*this->R()/Cv_)
jason_wy is offline   Reply With Quote

Old   October 19, 2011, 03:37
Default
  #4
New Member
 
yi Wang
Join Date: Feb 2011
Posts: 15
Rep Power: 15
yiwang25 is on a distinguished road
In my opinion, that is
Kappa=mu(T)*Cp_
=mu(T)*(Cv_+this->R())
=mu(T)*Cv_*(1. + this->R()/Cv_)
which is different from Kappa = mu(T)*Cv_*(1.32 + 1.77*this->R()/Cv_) .
Why?
How can I get 1.32 and 1.77?
if some would like, please give the details. thanks
yiwang25 is offline   Reply With Quote

Old   October 19, 2011, 03:40
Default
  #5
New Member
 
yi Wang
Join Date: Feb 2011
Posts: 15
Rep Power: 15
yiwang25 is on a distinguished road
Additionally, Why is CpBar used in this formula, not Cp? How to derive CpBar?
yiwang25 is offline   Reply With Quote

Old   October 19, 2011, 09:03
Default
  #6
New Member
 
Yi Wang
Join Date: Mar 2009
Posts: 17
Rep Power: 17
jason_wy is on a distinguished road
Quote:
Originally Posted by yiwang25 View Post
In my opinion, that is
Kappa=mu(T)*Cp_
You are making an assumption that Prandtl Number is 1, which is not general.

kappa is computed by modified Euchen Formula
zhernadi and Pagoda like this.
jason_wy is offline   Reply With Quote

Old   October 19, 2011, 11:21
Default
  #7
New Member
 
yi Wang
Join Date: Feb 2011
Posts: 15
Rep Power: 15
yiwang25 is on a distinguished road
Quote:
Originally Posted by jason_wy View Post
You are making an assumption that Prandtl Number is 1, which is not general.

kappa is computed by modified Euchen Formula

jason_wy, thank you very much!

Would you like to show me the details of modified Euchen Formula? or how can I get its reference?
yiwang25 is offline   Reply With Quote

Old   October 19, 2011, 11:26
Default
  #8
New Member
 
Yi Wang
Join Date: Mar 2009
Posts: 17
Rep Power: 17
jason_wy is on a distinguished road
This is the reference I have. I don't have it in hand. You proabably can find the formula elsewhere too. Good luck.

modified Euchen formula (Thermophysical Properties of Fluids: An Introduction to their prediction, Marc J. Assael, J. P. M. Trusler, Thomas F. Tsolakis, Imperial College Press, 1996)
hajott likes this.
jason_wy is offline   Reply With Quote

Old   October 19, 2011, 12:22
Default
  #9
New Member
 
yi Wang
Join Date: Feb 2011
Posts: 15
Rep Power: 15
yiwang25 is on a distinguished road
Quote:
Originally Posted by jason_wy View Post
This is the reference I have. I don't have it in hand. You proabably can find the formula elsewhere too. Good luck.

modified Euchen formula (Thermophysical Properties of Fluids: An Introduction to their prediction, Marc J. Assael, J. P. M. Trusler, Thomas F. Tsolakis, Imperial College Press, 1996)

Thank you very much!
yiwang25 is offline   Reply With Quote

Old   October 20, 2011, 05:16
Default
  #10
New Member
 
yi Wang
Join Date: Feb 2011
Posts: 15
Rep Power: 15
yiwang25 is on a distinguished road
Additionally, I want to know where CpBar comes from? would you like to show me the reference?

CpBar =
(deltaT*(this->H(T) - this->H(specie::Tstd)) + Cp_)/(sqr(deltaT) + 1);
yiwang25 is offline   Reply With Quote

Old   December 28, 2012, 19:58
Default
  #11
New Member
 
Yuri Almeida
Join Date: Jan 2012
Location: Rio de Janeiro, Brazil
Posts: 21
Rep Power: 14
Yuri Almeida is on a distinguished road
I don't understand the meaning of Cpbar too.

First of all, in this expression, the dimensions doesn't fit:

Cpbar = (deltaT*deltaH + Cp) / (sqr(deltaT) + 1)

Apparently it is a empirical correlation, because as deltaT -> 0 (or T -> Tstd), Cpbar -> Cp.

As described in Poling, B.E., Prausnitz, J.M., and O’Connell, J.P., “The Properties of Gases and Liquids”, McGraw-Hill, New York, 2001, the Modified Eucken Model does not fit very well as the temperature rises (the Eucken factor has in some cases a wrong behavior), so maybe Cpbar should "correct" this deviation.

But this expression for Cpbar I can't find it anywhere. Could someone help us?

By the way, the usage of Cpbar for alpha calculation imply that the kappa and alpha returned by sutherlandtransport does not satisfy the alpha = kappa/Cp condition, resulting perhaps in a poor adjustment.
Yuri Almeida is offline   Reply With Quote

Old   March 27, 2013, 07:41
Default
  #12
Senior Member
 
dkxls's Avatar
 
Armin
Join Date: Feb 2011
Location: Helsinki, Finland
Posts: 156
Rep Power: 19
dkxls will become famous soon enough
In my opinion this whole Cpbar calculation is just wrong.

It might be somewhat justified for constantTransport, but I wouldn't even do it there.

In case of sutherlandTransport or polynomialTransport I think it's just a bug. Both of these transport models are usually used with a advanced model for Cp (e.g. janaf or polynomial) and therefore one gets an accurate Cp from there.

I guess I'm not the only one with that opinion, as the whole Cpbar thing was replaced in 2.2.x by a function call to the thermo class for all three transport models.
So correct Cp values are used there for the calculation of alpha.

-Armin
Lisandro Maders likes this.
dkxls is offline   Reply With Quote

Old   May 9, 2017, 03:26
Default
  #13
Member
 
Alexander Nekris
Join Date: Feb 2015
Location: France
Posts: 32
Rep Power: 11
Neka is on a distinguished road
Dear OF users,

I would like to revive this old thread.

I know, that in last OpenFOAM versions CpBar is not used any more. Instead they use alpha = kappa/Cp(p, T).

In foam-extend it is still alpha = kappa/CpBar, where CpBar = [deltaT*{H(T) – H(Tstd)} + Cp(T)]/[sqr(deltaT) + 1].

When I use e.g. Janaf for calculating Cp and H, then I use the thermally perfect gas model, which is not the same as calorically perfect gas model.

In my opinion, when I calculate alpha by alpha = kappa/Cp, I use the calorically perfect gas model, even when I calculated Cp with Janaf.

So, I think here is an inconsistency.

I can’t calculate H by Janaf thermophysical model (therally perfect gas) and then calculate alpha for my energy conservation equation by assuming that the gas is calorically perfect.

Is there anybody who has the same doubts?

Regards

Alex
Neka 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
TwoPhaseEulerFoam and Boundary conditions raagh77 OpenFOAM Running, Solving & CFD 99 February 6, 2018 18:31
alphaEqn.H in twoPhaseEulerFoam cheng1988sjtu OpenFOAM Bugs 15 May 1, 2016 16:12
about bounded alpha equation for bubbleFoam and twoPhaseEulerFoam kaifu OpenFOAM 2 May 6, 2011 05:33
settlingFoam fails with timeVarying conditions on U alberto OpenFOAM Bugs 1 April 21, 2010 14:16
Determining alpha and beta for porous baffle Liaqat Khan Siemens 1 October 27, 2000 04:44


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