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
Buildings.Fluid.Sensors.EnthalpyFlowRatesenH_flowSensor for enthalpy flow rate
Buildings.Fluid.Sources.MassFlowSource_TsouFlow boundary condition
Buildings.Fluid.Sources.Boundary_pTsinFlow boundary condition
Modelica.Blocks.Sources.Rampramp
Buildings.Fluid.Sensors.SpecificEnthalpyTwoPortsenHSpecific enthalpy sensor
Buildings.Fluid.Sensors.MassFlowRatesenMasFloMass flow rate sensor
Modelica.Blocks.Math.ProductproProduct to compute enthalpy flow rate
Buildings.Fluid.Sensors.LatentEnthalpyFlowRatesenHLat_flowLatent enthalpy flow rate sensor
Buildings.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.