modelPartialComfort
Partial for comfort models
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | use_phi_in | true | Get the relative humidity from the input connector |
| Real | phi | 0.4 | Default value of relative humidity |
| IDEAS.Buildings.Components.OccupancyType.OfficeWork | occupancyType |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | phi_in | Relative humidity | |
| Modelica.Blocks.Interfaces.RealInput | TRad | Radiation temperature | |
| Modelica.Blocks.Interfaces.RealInput | TAir | Air temperature |
Revisions
-
April 11, 2019 by Filip Jorissen:
Revised implementation such that default value of relative humidity is used when using a dry air medium. See #1011. -
January 26, 2018 by Filip Jorissen:
Changed replaceable record into parameter such thatIDEAS.Buildings.Components.OccupancyType.BaseClasses.PartialOccupancyTypecan be a partial record. This is for #760. -
July 18, 2016 by Filip Jorissen:
First implementation