modelPartialProperties
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 | Minimum temperature for the simulation | |
| Modelica.Units.SI.Temperature | TMax | Maximum temperature for the simulation | |
| Modelica.Units.SI.Pressure | p | Medium.p_default | Pressure |
| Modelica.Units.SI.MassFraction[Medium.nX] | X | Medium.X_default | Mass fraction |
| Real | errAbs | 1E-8 | Absolute error used in the check of the state calculations |
Components
Contents
| Name | Description |
|---|---|
| This function checks the absolute error in the state calculations |
Revisions
-
May 5, 2023 by Hongxiang Fu:
Removed a self-dependent input binding in the functioncheckState. This is for #3384. -
March 24, 2020, by Kathryn Hinkelman:
Expand error message for checkState and added absolute error as input. -
September 16, 2019, by Yangyang Fu:
Reconstruct the implementation structure to avoid duplicated codes for different media. This fixes #1206. -
June 6, 2015, by Michael Wetter:
Changed type ofTfromModelica.Units.SI.TemperaturetoMedium.Temperature. Otherwise, it has a different start value thanBaseProperties.T, which causes an error if Buildings.Media.Examples.WaterProperties is translated in pedantic mode. This fixes #266. -
October 16, 2014, by Michael Wetter:
Removed call tosetState_dTXas this function is physically not defined for incompressible media. -
December 19, 2013, by Michael Wetter:
First implementation.