|
[Sponsors] |
May 26, 2020, 10:28 |
Peng Robinson EOS: Unit auf critical volume
|
#1 |
Senior Member
Join Date: Dec 2019
Posts: 215
Rep Power: 8 |
Hello everyone,
I have noticed, that the unit of the critical volume is odd in PengRobinGas.H: Code:
scalar Vc_; //- Critical volume [m^3/kmol] Kind regards, shock77 |
|
May 27, 2020, 05:37 |
|
#2 |
Senior Member
Join Date: Dec 2019
Location: Cologne, Germany
Posts: 369
Rep Power: 9 |
Vc_ is defined as scalar and not dimensionedScalar, so the dimension is somewhat hidden i guess.
i think how this value fits in overall in the equation is ultimately decisive. |
|
May 27, 2020, 07:00 |
|
#3 |
Senior Member
Join Date: Dec 2019
Posts: 215
Rep Power: 8 |
Hi,
yes, I agree. I have found out, that in PengRobinsonGas.C the compressibility is defined by: Code:
Zc_ = Pc_*Vc_/(RR*Tc_); Code:
const scalar RR = 1e3*physicoChemical::R.value(); So basically, the universal gas constant is multiplicated by 10^3, so the unit kmol makes sense. Still I dont know why it is done. In PengRobinsonGas.H I have also seen: Code:
//- Return cp departure [J/(kmol K] inline scalar cp(scalar p, scalar T) const; In perfectGas.H cp is definied the same. Has anyone used PengRobinson? Kind regards, shock77 |
|
May 27, 2020, 08:08 |
|
#4 |
Senior Member
Join Date: Dec 2019
Posts: 215
Rep Power: 8 |
Since the molWeight is in kg/kmol as well, there must be somewhere a statement like CP = cp/molWeight... but I cant find it.
Does anyone know, where to find this statement? |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Peng Robinson EOS | chuahy | CONVERGE | 1 | December 22, 2016 17:25 |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |
How to create a critical control volume in Fluent 14.5 Post-processing? | Brem Lamad | FLUENT | 0 | March 16, 2014 07:52 |
Peng Robinson Equation of State and Varying Specific Heat | Jonny6001 | STAR-CCM+ | 0 | March 25, 2013 17:35 |
Dynamic Viscosity of Acetylene or Critical Volume | JohnGane1987 | Main CFD Forum | 0 | March 30, 2010 07:01 |