modelApparatusDryPoint
Test model for ApparatusDryPoint
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example illustrates working of ApparatusDryPoint block Buildings.Fluid.DXSystems.Cooling.BaseClasses.ApparatusDryPoint.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSta | 4 | |
| Real | minSpeRat | 0.2 | Minimum speed ratio |
| Real | speRatDeaBan | 0.05 | Deadband for minimum speed ratio |
| 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 | hEvaIn | Air enthalpy at inlet | |
| Buildings.Fluid.DXSystems.Cooling.BaseClasses.ApparatusDryPoint | appDryPt | Dry point condition | |
| Modelica.Blocks.Sources.Ramp | m_flow | Mass flow rate of air | |
| Modelica.Blocks.Sources.Ramp | Q_flow | Heat extracted from air | |
| Modelica.Blocks.Sources.TimeTable | speRat | Speed ratio | |
| Modelica.Blocks.Sources.Ramp | XEvaIn | Inlet air mass fraction |
Contents
| Name | Description |
|---|---|
Revisions
-
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.