|
[Sponsors] |
February 7, 2016, 11:22 |
|
#41 | |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
Quote:
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. |
||
April 7, 2016, 11:32 |
|
#42 |
Member
AdOo
Join Date: Mar 2016
Location: Bordeaux
Posts: 91
Rep Power: 10 |
Hi Punit Walia,
I'm in the same case as yours, did you get any answer ? Thank you Adrien |
|
October 13, 2016, 07:59 |
|
#43 |
Member
Chris Cloney
Join Date: Jun 2016
Location: Halifax, Canada
Posts: 62
Rep Power: 10 |
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. |
|
October 28, 2020, 07:26 |
Gibbs free energy derivative expression w.r.t. temperature
|
#44 |
New Member
Join Date: Sep 2019
Posts: 14
Rep Power: 7 |
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))); } It may be a silly question, but could anybody please explain why is this so? Thank you |
|
Tags |
development, janaf, openfoam-1.5, thermophysicalproperties |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Centrifugal Pump and Turbulence Model | Michiel | CFX | 12 | January 25, 2010 04:20 |
Problems bout CFD model of biomass gasification, Downdraft gasifier | wanglong | FLUENT | 2 | November 26, 2009 00:27 |
Reynolds Stress model in CFX vs Fluent | Tim | CFX | 1 | October 7, 2009 07:19 |
help for different between les model (subgrid-scale model) | liuyuxuan | FLUENT | 1 | October 2, 2009 16:25 |
Grid resolution for full-scale and down scaled model | gravis | Main CFD Forum | 0 | October 2, 2009 11:27 |