modelMultiStage
Test model for multi stage DX cooling coil
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This is a test model for Buildings.Fluid.DXSystems.Cooling.AirSource.MultiStage. The model has open-loop control and time-varying input conditions.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | datCoi.sta[datCoi.nSta].nomVal.m_flow_nominal | Nominal mass flow rate |
| Modelica.Units.SI.PressureDifference | dp_nominal | 1000 | Pressure drop at m_flow_nominal |
| Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.DXCoil | datCoi | Coil data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.DXSystems.Cooling.AirSource.MultiStage | mulStaDX | Multispeed DX coil | |
| Buildings.Fluid.Sources.Boundary_pT | sin | Sink | |
| Buildings.Fluid.Sources.Boundary_pT | sou | Source | |
| Modelica.Blocks.Sources.Ramp | TEvaIn | Temperature | |
| Modelica.Blocks.Sources.Ramp | p | Pressure | |
| Modelica.Blocks.Sources.IntegerTable | speRat | Speed ratio | |
| Modelica.Blocks.Sources.Constant | TConIn | Condenser inlet temperature |
Contents
| Name | Description |
|---|---|
| Fluid medium for the model |
Revisions
-
March 19, 2023 by Xing Lu and Karthik Devaprasad:
Updated model name.
Changed instance class formulStaDXto AirSource.MultiStageCooling.
Updated connection statements due to change in output interface instance onmulStaDXfromTConIntoTOut. -
January 22, 2016, by Michael Wetter:
Corrected type declaration of pressure difference. This is for #404. -
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
July 26, 2012 by Kaustubh Phalak:
First implementation.