modelDryCoilCounterFlowPControl
Model that demonstrates use of a heat exchanger without condensation and with feedback control
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model demonstrates the use of Buildings.Fluid.HeatExchangers.DryCoilCounterFlow. The valve on the water-side is regulated to track a setpoint temperature for the air outlet.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | T_a1_nominal | 5 + 273.15 | |
| Modelica.Units.SI.Temperature | T_b1_nominal | 10 + 273.15 | |
| Modelica.Units.SI.Temperature | T_a2_nominal | 30 + 273.15 | |
| Modelica.Units.SI.Temperature | T_b2_nominal | 15 + 273.15 | |
| Modelica.Units.SI.MassFlowRate | m1_flow_nominal | 0.1 | 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.Sources.Boundary_pT | sin_2 | ||
| Buildings.Fluid.Sources.Boundary_pT | sou_2 | ||
| Buildings.Fluid.Sources.Boundary_pT | sin_1 | ||
| Buildings.Fluid.Sources.Boundary_pT | sou_1 | ||
| Buildings.Fluid.FixedResistances.PressureDrop | res_2 | ||
| Buildings.Fluid.FixedResistances.PressureDrop | res_1 | ||
| Buildings.Fluid.Sensors.TemperatureTwoPort | temSen | ||
| Buildings.Fluid.Actuators.Valves.TwoWayEqualPercentage | val | Valve model | |
| Modelica.Blocks.Sources.TimeTable | TSet | Setpoint temperature | |
| Buildings.Fluid.HeatExchangers.DryCoilCounterFlow | hex | ||
| Modelica.Blocks.Sources.Constant | const | ||
| Buildings.Utilities.Psychrometrics.X_pTphi | x_pTphi | ||
| Modelica.Blocks.Sources.Constant | const1 | ||
| Buildings.Controls.Continuous.LimPID | con | Controller | |
| Modelica.Blocks.Sources.Ramp | TWat | Water temperature, raised to high value at t=3000 s |
Contents
| Name | Description |
|---|---|
Revisions
-
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
March 1, 2013, by Michael Wetter:
Added nominal pressure drop for valve as this parameter no longer has a default value. -
May 27, 2010, by Michael Wetter:
First implementation.