Package Modelica.Media.Air.ReferenceAir.Air_Utilities.Inverses
This icon shall be used for a package/library that contains base models and classes, respectively.
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 |
Record Modelica.Media.Air.ReferenceAir.Air_Utilities.Inverses.accuracy
This icon is indicates a record.
Extends from Modelica.Icons.Record (Icon for records).
| Type | Name | Description |
|---|---|---|
constant Real | delp | Accuracy of p |
constant Real | delh | Accuracy of h |
constant Real | dels | Accuracy of s |
Function Modelica.Media.Air.ReferenceAir.Air_Utilities.Inverses.dofpT
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
Pressure | p | Pressure |
Temperature | T | Temperature (K) |
Pressure | delp | Iteration converged if (p-pre(p) < delp) |
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Function Modelica.Media.Air.ReferenceAir.Air_Utilities.Inverses.dTofph
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
Pressure | p | Pressure |
SpecificEnthalpy | h | Specific enthalpy |
Pressure | delp | Iteration accuracy |
SpecificEnthalpy | delh | Iteration accuracy |
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Temperature | T | Temperature (K) |
Function Modelica.Media.Air.ReferenceAir.Air_Utilities.Inverses.dTofps
This icon indicates Modelica functions.
Extends from Modelica.Icons.Function (Icon for functions).
| Type | Name | Description |
|---|---|---|
Pressure | p | Pressure |
SpecificEntropy | s | Specific entropy |
Pressure | delp | Iteration accuracy |
SpecificEntropy | dels | Iteration accuracy |
| Type | Name | Description |
|---|---|---|
Density | d | Density |
Temperature | T | Temperature (K) |