modelSteamProperties
Model that tests the implementation of the steam superheated properties
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Media.Examples.BaseClasses.PartialProperties (Partial model that contains common parameters of the fluid properties).
Information
This example checks thermophysical properties of the medium.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | TMin (from PartialProperties) | Minimum temperature for the simulation | |
| Modelica.Units.SI.Temperature | TMax (from PartialProperties) | Maximum temperature for the simulation | |
| Modelica.Units.SI.Pressure | p (from PartialProperties) | Medium.p_default | Pressure |
| Modelica.Units.SI.MassFraction[Medium.nX] | X (from PartialProperties) | Medium.X_default | Mass fraction |
| Real | errAbs (from PartialProperties) | 1E-8 | Absolute error used in the check of the state calculations |
Components
Revisions
-
October 30, 2020, by Kathryn Hinkelman:
Rebased steam medium to PartialMedium and improved steam property consistency and efficiency. -
September 12, 2019, by Yangyang Fu:
First implementation.