Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Here's how I would troubleshoot this:

  1. Check the values in the schedule "Heating Setpoints." According to the EnergyPlus Documentation for ZoneHVAC:LowTemperatureRadiant:VariableFlow, this type of system isn't controlled via the normal thermostat, but rather the heating schedule defined in the object itself (see below). This is different than most every other type of system. Double check that the values in "Heating Setpoints" are correct.
  2. Check the autosized Maximum Hot Water flow rate in the EnergyPlus html output file to see if the system is being sized reasonably. If this value is too low, the system may be running, but not have enough capacity to meet setpoint. This probably means that some design/sizing values are incorrect.
  3. Graph the flow rate through the object, zone mean air temp, and the heating setpoint schedule all on the same graph. If zone mean air temp is below the heating setpoint schedule and you see no flow through the system in response, there is probably an error in the system controls.
  4. If the flow goes up when the zone mean air temperature drops below the heating setpoint, graph the temperature of the water. If the water temperature is too low, check the sizing values for the plant (probably in the sizing:plant object), and the operation values for the plant (most likely a setpointmanager on the supply outlet node of the plant). If the sizing and operation values for the plant are not synchronized, you can end up with a plant that is designed for one temperature, but then asked to operate at a different temperature, which it sometimes can't hit.