modelMoistAirEnthalpyFlowRate

Test model for the sensible and latent enthalpy flow rate sensors

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This example tests the sensible and latent enthalpy sensors. It compares the output from the enthalpy sensor with the sum of the sensible and latent enthalpy sensors.

Components

TypeNameDefaultDescription
BuildingSystems.Fluid.Sensors.EnthalpyFlowRatesenH_flowSensor for enthalpy flow rate
BuildingSystems.Fluid.Sources.MassFlowSource_TsouFlow boundary condition
BuildingSystems.Fluid.Sources.Boundary_pTsinFlow boundary condition
Modelica.Blocks.Sources.Rampramp
BuildingSystems.Fluid.Sensors.SpecificEnthalpyTwoPortsenHSpecific enthalpy sensor
BuildingSystems.Fluid.Sensors.MassFlowRatesenM_flowMass flow rate sensor
Modelica.Blocks.Math.ProductproProduct to compute enthalpy flow rate
BuildingSystems.Fluid.Sensors.LatentEnthalpyFlowRatesenHLat_flowLatent enthalpy flow rate sensor
BuildingSystems.Fluid.Sensors.SensibleEnthalpyFlowRatesenHSen_flowSensible enthalpy flow rate sensor
Modelica.Blocks.Math.AddaddOutputs the sensible plus latent enthalpy flow rate

Contents

NameDescription
Medium

Revisions

  • November 2, 2016, by Michael Wetter:
    Removed assertion and added the enthalpy flow rates instead to the plot window so that they become part of the regression tests.
    This is for issue 564.
  • January 23 2013, by Michael Wetter:
    Changed time constant of senH so that it has the same transient response model as senH_flow.