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
Type | Parameter | Description |
---|---|---|
Double | p | Absolute Pressure (Pa) |
Double | t | Temperature (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