modelDryCoilDiscretized
Model that demonstrates use of a finite volume model of a heat exchanger without condensation
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model tests Buildings.Fluid.HeatExchangers.DryCoilDiscretized for different inlet conditions.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | T_a1_nominal | 60 + 273.15 | |
| Modelica.Units.SI.Temperature | T_b1_nominal | 40 + 273.15 | |
| Modelica.Units.SI.Temperature | T_a2_nominal | 5 + 273.15 | |
| Modelica.Units.SI.Temperature | T_b2_nominal | 20 + 273.15 | |
| Modelica.Units.SI.MassFlowRate | m1_flow_nominal | 5 | Nominal mass flow rate medium 1 |
| Modelica.Units.SI.MassFlowRate | m2_flow_nominal | m1_flow_nominal*4200/1000*(T_a1_nominal - T_b1_nominal)/(T_b2_nominal - T_a2_nominal) | Nominal mass flow rate medium 2 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.HeatExchangers.DryCoilDiscretized | hex | ||
| Sources.MassFlowSource_T | sin_2 | ||
| Modelica.Blocks.Sources.Ramp | PIn | ||
| Buildings.Fluid.Sources.Boundary_pT | sou_2 | ||
| Modelica.Blocks.Sources.Ramp | TWat | Water temperature | |
| Modelica.Blocks.Sources.Constant | TDb | Drybulb temperature | |
| Buildings.Fluid.Sources.Boundary_pT | sin_1 | ||
| Buildings.Fluid.Sources.Boundary_pT | sou_1 | ||
| Modelica.Blocks.Sources.Ramp | PSin_1 | ||
| Modelica.Blocks.Sources.Ramp | m_flow_2 | Mass flow rate on air side |
Contents
| Name | Description |
|---|---|
Revisions
-
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
July 3, 2014, by Michael Wetter:
Changed pressure sink to mass flow rate sink to avoid an overdetermined by consistent set of initial conditions. -
March 25, 2008, by Michael Wetter:
First implementation.