specific heat for mixtures #578
Replies: 3 comments 6 replies
-
|
c_p is not defined for two-phase states for pure fluids. Thinking a little bit about your question, I can agree that one should be able to define a c_p for a two-phase mixture because dh/dT|P is not ill-defined for a two-phase VLE mixture. But REFPROP does not currently support such a calculation. How you could do this is to take your inputs from REFPROP and plug them into CoolProp, which has the |
Beta Was this translation helpful? Give feedback.
-
|
Cp and Cv are both defined for a mixture in the 2-phase region as just their normal definitions, taken with constant overall composition. So for example Cp is (dh/dT)_p. [I think 2-phase Cp may become undefined if you are at an azeotrope, but otherwise should be a well-defined quantity.] |
Beta Was this translation helpful? Give feedback.
-
|
I just ran into this same issue this week. Say you have a two phase state then the liquid and gas cp values for an ideal solution are well defined: and if you are at a particular if you take the partial derivative w.r.t. temperature at constant pressure So, for an ideal solution it's certainly not a simple matter of weighting the liquid and gas specific heat by the quality. It depends on the latent heat and I'd say for ideal solutions at least, it's tractable to compute it, but for now, even for that, the direction we went for the last term is to estimate it numerically. I'm not sure what this looks like for a real mixture, certainly much more complicated perhaps, but I would be surprised if there is no definition for a 2 phase mixture at all as mentioned by @ianhbell. The thing is that even for a real mixture cp is perfectly well defined right up to the dew and bubble points, so why not in between? Mathematically speaking an |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
I would like to know if it is possible to calculate the specific heats c_v and c_p for mixtures in refprop using the python interface?
For example:
Propane - Nitrogen mixture
mixture ratio z [0.5,0.5]
temperature T
pressure P
I use TPFLSH which gives reasonable results for the single phase region.
But the documentation mentions, that cp is not defined for 2-phase states and Cv for 2-phase states is not calculated.
As far as I've seen Cv2phase is not applicable to mixtures, but only for pure substances?
Any possibility to get the specific heats for mixtures?
best,
Alex
Beta Was this translation helpful? Give feedback.
All reactions