modelConservationEquationSensibleLatent
Model that tests the conservation equation for sensible and latent heat input
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Validation model that injects into an air volume first sensible heat and then sensible plus latent heat
The air volume has a constant air mass flow rate. When adding the latent heat, its
temperature remains constant, excpet for some small approximation error because
the control volume has its constant set to simplify_mWat_flow.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.SpecificEnergy | h_fg | Buildings.Media.Air.enthalpyOfCondensingGas(273.15 + 37) | Latent heat of water vapor |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Interfaces.ConservationEquation | dynBal | Dynamic conservation equation | |
| Buildings.Fluid.Sources.Boundary_pT | sin | ||
| Buildings.Fluid.Sources.MassFlowSource_T | bou | Boundary condition for mass flow rate | |
| Modelica.Blocks.Sources.Step | QSen_flow | Sensible heat flow rate | |
| Modelica.Blocks.Sources.Step | QLat_flow | Latent heat flow rate | |
| Modelica.Blocks.Math.Add | QTot_flow | Total heat flow rate |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
March 29, 2023, by Michael Wetter:
First implementation.
This is for #3317.