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

Revision history [back]

The part of the message that shows IP as part of the message means that the input is being processed by the Input Processor (IP). The IP checks for fields that are required, or that are outside specified limits.

If you look at the first few fields in the IDD file (Energy+.idd), you will see syntax that specifies how an input file should be organized. Notice that the 1st, 3rd, and 4th field shown here are required inputs. Ling story short, in addition to specifying the control zone, other inputs also need to be specified to complete a simulation.

ZoneHVAC:TerminalUnit:VariableRefrigerantFlow,
    \memo Zone terminal unit with variable refrigerant flow (VRF) DX cooling and heating coils
    \memo (air-to-air heat pump). The VRF terminal units are served by an
    \memo AirConditioner:VariableRefrigerantFlow system.
    \min-fields 19
A1 ,  \field Zone Terminal Unit Name
    \required-field
    \type alpha
    \reference ZoneTerminalUnitNames
A2 ,  \field Terminal Unit Availability Schedule
    \type object-list
    \object-list ScheduleNames
    \note The unit is available the entire simulation if this field is left blank
    \note Schedule values of 0 denote the unit is off.
A3 ,  \field Terminal Unit Air Inlet Node Name
    \required-field
    \type node
    \note the inlet node to the terminal unit
A4 ,  \field Terminal Unit Air Outlet Node Name
    \required-field
    \type node
    \note the outlet node of the terminal unit

The part of the message that shows IP as part of the message means that the input is being processed by the Input Processor (IP). The IP checks for fields that are required, or that are outside specified limits.

If you look at the first few fields in the IDD file (Energy+.idd), you will see syntax that specifies how an input file should be organized. Notice that the 1st, 3rd, and 4th field shown here are required inputs. Ling story short, in addition to specifying the control zone, other inputs also need to be specified to complete a simulation.

ZoneHVAC:TerminalUnit:VariableRefrigerantFlow,
    \memo Zone terminal unit with variable refrigerant flow (VRF) DX cooling and heating coils
coil
    \memo (air-to-air heat pump). The VRF terminal units are served by an
    \memo AirConditioner:VariableRefrigerantFlow system.
    \min-fields 19
A1 ,  \field Zone Terminal Unit Name
    \required-field
    \type alpha
    \reference ZoneTerminalUnitNames
A2 ,  \field Terminal Unit Availability Schedule
    \type object-list
    \object-list ScheduleNames
    \note The unit is available the entire simulation if this field is left blank
    \note Schedule values of 0 denote the unit is off.
A3 ,  \field Terminal Unit Air Inlet Node Name
    \required-field
    \type node
    \note the inlet node to the terminal unit
A4 ,  \field Terminal Unit Air Outlet Node Name
    \required-field
    \type node
    \note the outlet node of the terminal unit

The part of the message that shows IP as part of the message means that the input is being processed by the Input Processor (IP). The IP checks for fields that are required, or that are outside specified limits.

If you look at the first few fields in the IDD file (Energy+.idd), you will see syntax that specifies how an input file should be organized. Notice that the 1st, 3rd, and 4th field shown here are required inputs. Ling story short, in addition to specifying the control zone, other inputs also need to be specified to complete a simulation.

ZoneHVAC:TerminalUnit:VariableRefrigerantFlow,
    \memo Zone terminal unit with variable refrigerant flow (VRF) DX cooling and heating coil
    \memo (air-to-air heat pump). The VRF terminal units are served by an
    \memo AirConditioner:VariableRefrigerantFlow system.
    \min-fields 19
A1 , A1,  \field Zone Terminal Unit Name
    \required-field
    \type alpha
    \reference ZoneTerminalUnitNames
A2 , A2,  \field Terminal Unit Availability Schedule
    \type object-list
    \object-list ScheduleNames
    \note The unit is available the entire simulation if this field is left blank
    \note Schedule values of 0 denote the unit is off.
A3 , A3,  \field Terminal Unit Air Inlet Node Name
    \required-field
    \type node
    \note the inlet node to the terminal unit
A4 , A4,  \field Terminal Unit Air Outlet Node Name
    \required-field
    \type node
    \note the outlet node of the terminal unit

The part of the message that shows IP as part of the message means that the input is being processed by the Input Processor (IP). The IP checks for fields that are required, or that are outside specified limits.

If you look at the first few fields in the IDD file (Energy+.idd), you will see syntax that specifies how an input file should be organized. Notice that the 1st, 3rd, and 4th field shown here are required inputs. Ling Long story short, in addition to specifying the control zone, other inputs also need to be specified to complete a simulation.

ZoneHVAC:TerminalUnit:VariableRefrigerantFlow,
    \memo Zone terminal unit with variable refrigerant flow (VRF) DX cooling and heating coil
    \memo (air-to-air heat pump). The VRF terminal units are served by an
    \memo AirConditioner:VariableRefrigerantFlow system.
    \min-fields 19
A1,  \field Zone Terminal Unit Name
    \required-field
    \type alpha
    \reference ZoneTerminalUnitNames
A2,  \field Terminal Unit Availability Schedule
    \type object-list
    \object-list ScheduleNames
    \note The unit is available the entire simulation if this field is left blank
    \note Schedule values of 0 denote the unit is off.
A3,  \field Terminal Unit Air Inlet Node Name
    \required-field
    \type node
    \note the inlet node to the terminal unit
A4,  \field Terminal Unit Air Outlet Node Name
    \required-field
    \type node
    \note the outlet node of the terminal unit