functionsaturationTemperature
Return saturation temperature of water as a function of (partial) pressure p
Extends from Modelica.Icons.Function (Icon for functions).
Information
Computes saturation temperature from (partial) pressure via numerical inversion of the function saturationPressure. Therefore additional inputs are required (or the defaults are used) for upper and lower temperature bounds.Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Pressure | p | Pressure | |
| SI.Temperature | T_min | 190 | Lower boundary of solution |
| SI.Temperature | T_max | 647 | Upper boundary of solution |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Temperature | T | Saturation temperature |
Contents
| Name | Description |
|---|---|
| Solve p(T) for T with given p |