Skip to content

Fix HVACTemplate:System:ConstantVolume humidity controls#4585

Merged
Myoldmopar merged 1 commit intodevelopfrom
82514696-FixIssue4562-HVACTemplateHumCtrl
Jan 12, 2015
Merged

Fix HVACTemplate:System:ConstantVolume humidity controls#4585
Myoldmopar merged 1 commit intodevelopfrom
82514696-FixIssue4562-HVACTemplateHumCtrl

Conversation

@mjwitte
Copy link
Contributor

@mjwitte mjwitte commented Nov 11, 2014

Fixes #4562

@mjwitte
Copy link
Contributor Author

mjwitte commented Nov 11, 2014

@Myoldmopar Please review or assign someone else to.

@nrel-bot
Copy link

@Myoldmopar @mjwitte @lgentile it has been 7 days since this pull request was last updated.

7 similar comments
@nrel-bot
Copy link

@Myoldmopar @mjwitte @lgentile it has been 7 days since this pull request was last updated.

@nrel-bot
Copy link

nrel-bot commented Dec 3, 2014

@Myoldmopar @mjwitte @lgentile it has been 7 days since this pull request was last updated.

@nrel-bot
Copy link

@Myoldmopar @mjwitte @lgentile it has been 7 days since this pull request was last updated.

@nrel-bot
Copy link

@Myoldmopar @mjwitte @lgentile it has been 7 days since this pull request was last updated.

@nrel-bot
Copy link

@Myoldmopar @mjwitte @lgentile it has been 7 days since this pull request was last updated.

@nrel-bot
Copy link

@Myoldmopar @mjwitte @lgentile it has been 7 days since this pull request was last updated.

@nrel-bot
Copy link

nrel-bot commented Jan 7, 2015

@Myoldmopar @mjwitte @lgentile it has been 7 days since this pull request was last updated.

@Myoldmopar
Copy link
Member

ExpandObjects is now producing better inputs for this. The resulting diff between the develop's ExpandObjects and this branch's ExpandObjects is below for the defect file.

--- /tmp/expandobj/develop/expanded.idf +++ /tmp/expandobj/4585/expanded.idf @@ -2940,11 +2940,26 @@ Until: 24:00, !- Field 3 30; !- Field 4 -SetpointManager:Scheduled, +ZoneControl:Humidistat, + AHU 1 Spaces 1-4 Humidification Humidistat, !- Name + SPACE2-1, !- Zone Name + HVACTemplate-Always 30, !- Humidifying Relative Humidity Setpoint Schedule Name + HVACTemplate-Always 100; !- Dehumidifying Relative Humidity Setpoint Schedule Name + +Schedule:Compact, + HVACTemplate-Always 100, !- Name + HVACTemplate Any Number, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: AllDays, !- Field 2 + Until: 24:00, !- Field 3 + 100; !- Field 4 + +SetpointManager:SingleZone:Humidity:Minimum, AHU 1 Spaces 1-4 Humidification Setpoint Manager, !- Name - MinimumHumidityRatio, !- Control Variable - HVACTemplate-Always 30, !- Schedule Name - AHU 1 Spaces 1-4 Humidifier Outlet; !- Setpoint Node or NodeList Name + , !- Control Variable + , !- Schedule Name + AHU 1 Spaces 1-4 Humidifier Outlet, !- Setpoint Node or NodeList Name + SPACE2-1 Zone Air Node; !- Control Zone Air Node Name Humidifier:Steam:Electric, AHU 1 Spaces 1-4 Humidifier, !- Name @@ -3164,7 +3179,7 @@ Controller:WaterCoil, AHU 2 Space 5 Cooling Coil Controller, !- Name - Temperature, !- Control Variable + TemperatureAndHumidityRatio, !- Control Variable Reverse, !- Action Flow, !- Actuator Variable AHU 2 Space 5 Cooling Coil Outlet, !- Sensor Node Name @@ -3249,11 +3264,33 @@ AHU 2 Space 5 Heating Coil Outlet, !- Air Inlet Node Name AHU 2 Space 5 Supply Fan Outlet; !- Air Outlet Node Name -SetpointManager:Scheduled, +Schedule:Compact, + HVACTemplate-Always 50, !- Name + HVACTemplate Any Number, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: AllDays, !- Field 2 + Until: 24:00, !- Field 3 + 50; !- Field 4 + +ZoneControl:Humidistat, + AHU 2 Space 5 Humidistat, !- Name + SPACE5-1, !- Zone Name + HVACTemplate-Always 30, !- Humidifying Relative Humidity Setpoint Schedule Name + HVACTemplate-Always 50; !- Dehumidifying Relative Humidity Setpoint Schedule Name + +SetpointManager:SingleZone:Humidity:Maximum, + AHU 2 Space 5 Dehumidification Setpoint Manager, !- Name + , !- Control Variable + , !- Schedule Name + AHU 2 Space 5 Cooling Coil Outlet, !- Setpoint Node or NodeList Name + SPACE5-1 Zone Air Node; !- Control Zone Air Node Name + +SetpointManager:SingleZone:Humidity:Minimum, AHU 2 Space 5 Humidification Setpoint Manager, !- Name - MinimumHumidityRatio, !- Control Variable - HVACTemplate-Always 30, !- Schedule Name - AHU 2 Space 5 Humidifier Outlet; !- Setpoint Node or NodeList Name + , !- Control Variable + , !- Schedule Name + AHU 2 Space 5 Humidifier Outlet, !- Setpoint Node or NodeList Name + SPACE5-1 Zone Air Node; !- Control Zone Air Node Name Humidifier:Steam:Electric, AHU 2 Space 5 Humidifier, !- Name 
Myoldmopar added a commit that referenced this pull request Jan 12, 2015
…HumCtrl Thanks @mjwitte. On a related note, is it worth making a new issue to get rid of the deprecated fields in the ```SetpointManager:SingleZone:Humidity:*``` objects? Or not worry about those until later?
@Myoldmopar Myoldmopar merged commit ec8702a into develop Jan 12, 2015
@Myoldmopar Myoldmopar deleted the 82514696-FixIssue4562-HVACTemplateHumCtrl branch January 12, 2015 19:36
@Myoldmopar Myoldmopar changed the title Fix issue #4562 HVACTemplate:System:ConstantVolume humidity controls Fix HVACTemplate:System:ConstantVolume humidity controls Mar 7, 2015
@Myoldmopar Myoldmopar added the Defect Includes code to repair a defect in EnergyPlus label Mar 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Defect Includes code to repair a defect in EnergyPlus

3 participants