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