Skip to main content
Version: 8.1

system.thermo.if97.specificEntropySaturatedVapor

Calculates the specific entropy for saturated vapor.

Syntax

system.thermo.if97.specificEntropySaturatedVapor(p) # Pressure
system.thermo.if97.specificEntropySaturatedVapor(t) # Temperature
info

This function must be called with named parameters.

Parameters

TypeParameterDescription
DoublepAbsolute Pressure (Pa)
DoubletTemperature (K)

Returns

Double - Specific Entropy for Saturated Vapor (J/(kg·K))

The specific entropy of a vapor in equilibrium at the given pressure or temperature.

Scope

Gateway, Designer, Client, Perspective Session

Example

Pressure

p = 101325
result = system.thermo.if97.specificEntropySaturatedVapor(p=p)
print result
Result
7354.38511363