Inverse function
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Name | Description |
---|---|
accuracy | Accuracy of the iterations |
dofpT | Compute d for given p and T |
dTofph | Return d and T as a function of p and h |
dTofps | Return d and T as a function of p and s |
Accuracy of the iterations
Extends from Modelica.Icons.Record (Icon for records).
Compute d for given p and T
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
p | Pressure [Pa] |
T | Temperature (K) [K] |
delp | Iteration converged if (p-pre(p) < delp) [Pa] |
Name | Description |
---|---|
d | Density [kg/m3] |
Return d and T as a function of p and h
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
p | Pressure [Pa] |
h | Specific enthalpy [J/kg] |
delp | Iteration accuracy [Pa] |
delh | Iteration accuracy [J/kg] |
Name | Description |
---|---|
d | Density [kg/m3] |
T | Temperature (K) [K] |
Return d and T as a function of p and s
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
p | Pressure [Pa] |
s | Specific entropy [J/(kg.K)] |
delp | Iteration accuracy [Pa] |
dels | Iteration accuracy [J/(kg.K)] |
Name | Description |
---|---|
d | Density [kg/m3] |
T | Temperature (K) [K] |