recordGeneric
Generic data record for working fluid properties
Extends from Modelica.Icons.Record (Icon for records).
Information
Record containing parameters for working fluid properties. A figure in the documentation of Buildings.Fluid.CHPs.OrganicRankine.ConstantEvaporation shows which lines these arrays represent.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermodynamicTemperature[:] | T | Thermodynamic temperature | |
| Modelica.Units.SI.AbsolutePressure[n] | p | Saturation pressure | |
| Modelica.Units.SI.Density[n] | rhoLiq | Density of saturated liquid | |
| Modelica.Units.SI.TemperatureDifference | dTRef | Superheating temperature difference | |
| Modelica.Units.SI.SpecificEntropy[n] | sSatLiq | Specific entropy of saturated liquid | |
| Modelica.Units.SI.SpecificEntropy[n] | sSatVap | Specific entropy of saturated vapor | |
| Modelica.Units.SI.SpecificEntropy[n] | sRef | Specific entropy of superheated vapor reference line | |
| Modelica.Units.SI.SpecificEnthalpy[n] | hSatLiq | Specific enthalpy of saturated liquid | |
| Modelica.Units.SI.SpecificEnthalpy[n] | hSatVap | Specific enthalpy of saturated vapor | |
| Modelica.Units.SI.SpecificEnthalpy[n] | hRef | Specific enthalpy of superheated vapor reference line | |
| Integer | n | size(T, 1) | Array length |