Message Boards Message Boards

0
|
7758 Views
|
3 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Calculate the entropy of saturated vapor?

Posted 6 years ago
POSTED BY: Glenn Carlson
3 Replies
Posted 6 years ago

The corresponding function for the saturated liquid entropy without using the Limit function seems to work fine.

sSatLiquid[t_] := Module[{psat},
  psat = ThermodynamicData["CarbonDioxide", 
    "LiquidVaporPhaseBoundary", {"Temperature" -> 
      Quantity[t, "DegreesCelsius"]}]; 
  ThermodynamicData["CarbonDioxide", 
   "Entropy", {"Temperature" -> Quantity[t, "DegreesCelsius"], 
    "Pressure" -> 1.0001 psat}]]
POSTED BY: Glenn Carlson
POSTED BY: Michael Rogers
Posted 6 years ago

Thanks! NLimit is the answer. (Heel of palm to forehead)

I believe m=1 would work for saturated vapor, but what about saturated liquid?

Thanks again.

POSTED BY: Glenn Carlson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract