system.thermo.if97.surfaceTension
Calculates surface tension.
Syntax
system.thermo.if97.surfaceTension(p) # Pressure
system.thermo.if97.surfaceTension(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 - Surface Tension (N/m)
The force per unit length acting along the surface of the liquid.
Scope
Gateway, Designer, Client, Perspective Session
Example
Temperature
t = 373.15
result = system.thermo.if97.surfaceTension(t=t)
print result
Result
0.0589118685877