modelAirProperties

Model that tests the implementation of the fluid properties

Extends from Modelica.Icons.Example (Icon for runnable examples), IBPSA.Media.Examples.BaseClasses.FluidProperties (Model that tests the implementation of the fluid properties).

Information

This example checks thermophysical properties of the medium.

Parameters

TypeNameDefaultDescription
Modelica.SIunits.TemperatureTMin (from FluidProperties)Minimum temperature for the simulation
Modelica.SIunits.TemperatureTMax (from FluidProperties)Maximum temperature for the simulation
Modelica.SIunits.Pressurep (from FluidProperties)Medium.p_defaultPressure
Modelica.SIunits.MassFraction[Medium.nX]X (from FluidProperties)Medium.X_defaultMass fraction

Components

TypeNameDefaultDescription
Medium.TemperatureT (from FluidProperties)Temperature
Modelica.SIunits.Conversions.NonSIunits.Temperature_degCT_degC (from FluidProperties)Celsius temperature
Medium.ThermodynamicStatestate_pTX (from FluidProperties)Medium state
Medium.ThermodynamicStatestate_phX (from FluidProperties)Medium state
Medium.ThermodynamicStatestate_psX (from FluidProperties)Medium state
Modelica.SIunits.Densityd (from FluidProperties)Density
Modelica.SIunits.DynamicViscosityeta (from FluidProperties)Dynamic viscosity
Modelica.SIunits.SpecificEnthalpyh (from FluidProperties)Specific enthalpy
Modelica.SIunits.SpecificInternalEnergyu (from FluidProperties)Specific internal energy
Modelica.SIunits.SpecificEntropys (from FluidProperties)Specific entropy
Modelica.SIunits.SpecificEnergyg (from FluidProperties)Specific Gibbs energy
Modelica.SIunits.SpecificEnergyf (from FluidProperties)Specific Helmholtz energy
Modelica.SIunits.SpecificEnthalpyhIse (from FluidProperties)Isentropic enthalpy
Modelica.Media.Interfaces.Types.IsobaricExpansionCoefficientbeta (from FluidProperties)Isobaric expansion coefficient
Modelica.SIunits.IsothermalCompressibilitykappa (from FluidProperties)Isothermal compressibility
Modelica.Media.Interfaces.Types.DerDensityByPressureddpT (from FluidProperties)Density derivative w.r.t. pressure
Modelica.Media.Interfaces.Types.DerDensityByTemperatureddTp (from FluidProperties)Density derivative w.r.t. temperature
Modelica.SIunits.DensitydddX (from FluidProperties)Density derivative w.r.t. mass fraction
Modelica.SIunits.SpecificHeatCapacitycp (from FluidProperties)Specific heat capacity
Modelica.SIunits.SpecificHeatCapacitycv (from FluidProperties)Specific heat capacity
Modelica.SIunits.ThermalConductivitylambda (from FluidProperties)Thermal conductivity
Modelica.SIunits.AbsolutePressurepMed (from FluidProperties)Pressure
Medium.TemperatureTMed (from FluidProperties)Temperature
Modelica.SIunits.MolarMassMM (from FluidProperties)Mixture molar mass
Medium.BasePropertiesbasPro (from FluidProperties)Medium base properties
Modelica.SIunits.SpecificEnthalpyhLiqSpecific enthalpy of liquid

Revisions

  • December 19, 2013, by Michael Wetter:
    First implementation.