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

Newer Janaf Model

Register Blogs Community New Posts Updated Threads Search

Like Tree14Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 7, 2016, 10:22
Default
  #41
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
Quote:
Originally Posted by ziemowitzima View Post
It seems that this question was not answered (but asked several times in the upper discussion).

Is anyone of you aware how the constants of integration are calculated ?

I know that:

H(T) = \int  Cp(T) \, dT + C1

S(T) = \int  \frac{Cp(T)}{T} \, dT + C2

but what is the value of C1 and C2, which is needed for JANAF as a6 and a7 ?

thanks
ZMM
hi
there are tables for JANAF values for various materials in net or in thermodynamics books like van wylen,... I remember I found them although wasn't easy enough.
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   April 7, 2016, 10:32
Default
  #42
Member
 
AdOo
Join Date: Mar 2016
Location: Bordeaux
Posts: 91
Rep Power: 10
adrieno is on a distinguished road
Hi Punit Walia,
I'm in the same case as yours, did you get any answer ?
Thank you
Adrien
adrieno is offline   Reply With Quote

Old   October 13, 2016, 06:59
Default
  #43
Member
 
Chris Cloney
Join Date: Jun 2016
Location: Halifax, Canada
Posts: 62
Rep Power: 9
DustExplosion is on a distinguished road
This is an old thread, but the link for the old janaf tables is down. I was wondering if anyone could post a new link or the old files?

I will use the new ones for now, but they are overkill for my problem.
DustExplosion is offline   Reply With Quote

Old   October 28, 2020, 06:26
Default Gibbs free energy derivative expression w.r.t. temperature
  #44
New Member
 
Join Date: Sep 2019
Posts: 14
Rep Power: 6
saturn_K is on a distinguished road
Dear Foamers

In OFv7 and OFv2006 and other earlier versions, in janafThermoI.H file, calculation of dGdT (Gibbs free energy derivative w.r.t. temperature) is expressed as:

Code:
 template<class EquationOfState>
 inline Foam::scalar Foam::janafThermo<EquationOfState>::dGdT
 (
     const scalar p,
     const scalar T
 ) const
 {
     const coeffArray& a = coeffs(T);
     return -((a[0] + a[5]/T)/T + a[1]/2 + T*(a[2]/3 + T*(a[3]/4 + T*a[4]/5)));
 }
As far as I know, dGdT is equal to -S but as you can see in the above expression, dGdT is calculated based on the H expression coefficients (i.e it has a[5]). In fact, according to these, we can say dGdT is equal to -H°(T)/RT^2.
It may be a silly question, but could anybody please explain why is this so?

Thank you
febriyan91 likes this.
saturn_K is offline   Reply With Quote

Reply

Tags
development, janaf, openfoam-1.5, thermophysicalproperties


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
Centrifugal Pump and Turbulence Model Michiel CFX 12 January 25, 2010 03:20
Problems bout CFD model of biomass gasification, Downdraft gasifier wanglong FLUENT 2 November 25, 2009 23:27
Reynolds Stress model in CFX vs Fluent Tim CFX 1 October 7, 2009 06:19
help for different between les model (subgrid-scale model) liuyuxuan FLUENT 1 October 2, 2009 15:25
Grid resolution for full-scale and down scaled model gravis Main CFD Forum 0 October 2, 2009 10:27


All times are GMT -4. The time now is 11:19.