modelDryCoil
Test model for DryCoil
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example illustrates working of DryCoil block Buildings.Fluid.DXSystems.BaseClasses.DryCoil.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.DXCoil | datCoi | Coil data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.Constant | TConIn | Condenser inlet air temperature | |
| Buildings.Fluid.DXSystems.BaseClasses.DryCoil | dryCoi | Performs calculation for dry coil condition | |
| Modelica.Blocks.Sources.IntegerStep | onOff | Compressor on-off signal | |
| Modelica.Blocks.Sources.Ramp | m_flow | Mass flow rate of air | |
| Modelica.Blocks.Sources.Ramp | TEvaIn | Dry bulb temperature of air entering the coil | |
| Modelica.Blocks.Sources.TimeTable | speRat | Speed ratio |
Contents
| Name | Description |
|---|---|
Revisions
-
April 5, 2023, by Karthik Devaprasad and Xing Lu:
Changed instance fromcooCapwith classCoolingCapacityAirCooledtocoiCapwith class Buildings.Fluid.DXSystems.BaseClasses.CapacityAirSource.
Updated class for data recorddatCoifromDXCoilto Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.BaseClasses.CoilHeatTransfer. -
May 1, 2013, by Michael Wetter:
Declared the parameter record to be a parameter, as declaring its elements to be parameters does not imply that the whole record has the variability of a parameter. -
April 10, 2012 by Kaustubh Phalak:
First implementation.