Inverse function
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
| Name | Description | 
|---|---|
| Accuracy of the iterations | |
| Compute d for given p and T | |
| Return d and T as a function of p and h | |
| Return d and T as a function of p and s | 
Modelica.Media.Air.ReferenceAir.Air_Utilities.Inverses.accuracyAccuracy of the iterations
Extends from Modelica.Icons.Record (Icon for records).
Modelica.Media.Air.ReferenceAir.Air_Utilities.Inverses.dofpTCompute 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] | 
Modelica.Media.Air.ReferenceAir.Air_Utilities.Inverses.dTofphReturn 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] | 
Modelica.Media.Air.ReferenceAir.Air_Utilities.Inverses.dTofpsReturn 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] |