modelWetCoilDiscretized
Model that demonstrates use of a finite volume model of a heat exchanger with condensation
Information
This is the base model that is used to test the initialization of the coil model. There are three instances of the coil model, each having different settings for the initial conditions.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | T_a1_nominal | 5 + 273.15 | Water inlet temperature |
| Modelica.Units.SI.Temperature | T_b1_nominal | 10 + 273.15 | Water outlet temperature |
| Modelica.Units.SI.Temperature | T_a2_nominal | 30 + 273.15 | Air inlet temperature |
| Modelica.Units.SI.Temperature | T_b2_nominal | 10 + 273.15 | Air inlet temperature |
| Modelica.Units.SI.MassFlowRate | m1_flow_nominal | 5 | Nominal mass flow rate water-side |
| 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 air-side |
Components
Contents
| Name | Description |
|---|---|
| Medium for water-side | |
| Medium for air-side |
Revisions
-
September 24, 2015 by Michael Wetter:
Changed the signal sstartattributes inSimpleRoomso that Buildings.Fluid.HeatExchangers.Validation.WetCoilDiscretizedInitializationPerfectGases translates when using the pedantic mode in Dymola 2016. This is for #426. -
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
June 28, 2014, by Michael Wetter:
First implementation.