modelDXCooling
Test model for DXCooling
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example illustrates working of DXCooling block Buildings.Fluid.DXSystems.Cooling.BaseClasses.DXCooling.
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 | p | pressure | |
| Modelica.Blocks.Sources.Constant | TConIn | ||
| Buildings.Fluid.DXSystems.Cooling.BaseClasses.DXCooling | dxCoo | ||
| 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.Ramp | XEvaIn | Inlet mass-fraction | |
| Modelica.Blocks.Sources.Ramp | hEvaIn | Specific enthalpy of air entering the coil | |
| Modelica.Blocks.Sources.TimeTable | speRat | Speed ratio |
Contents
| Name | Description |
|---|---|
Revisions
-
April 5, 2023, by Xing Lu and Karthik Devaprasad:
Updated classes forwetCoi.cooCapanddryCoi.cooCapfromCoolingCapacityAirCooledto Buildings.Fluid.DXSystems.BaseClasses.CapacityAirSource.
Updated class for data recorddatCoifromDXCoilto Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.DXCoil. -
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.