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

Revision history [back]

In EnergyPlus you can use the AirloopHVAC equipment that model heat pumps (or ZoneHVAC if modeling a single zone). See:

AirLoopHVAC:UnitarySystem (can model any coil types) AirLoopHVAC:UnitaryHeatPump:AirToAir (only for HP's) AirLoopHVAC:UnitaryHeatPump:WaterToAir AirLoopHVAC:UnitaryHeatPump:AirToAir:MultiSpeed

Also see the \EnergyPlusVX-X-X\ExampleFiles folder for the ExampleFiles-ObjectsLink.html file to find which example files show use of these heat pump objects. And review the InputOutputReference documentation for each object (\Documentation folder).

In EnergyPlus you can use the AirloopHVAC equipment that model heat pumps (or ZoneHVAC if modeling a single zone). See:

AirLoopHVAC:UnitarySystem (can model any coil types) AirLoopHVAC:UnitaryHeatPump:AirToAir (only for HP's) AirLoopHVAC:UnitaryHeatPump:WaterToAir AirLoopHVAC:UnitaryHeatPump:AirToAir:MultiSpeed

Also see the \EnergyPlusVX-X-X\ExampleFiles folder for the ExampleFiles-ObjectsLink.html file to find which example files show use of these heat pump objects. And review the InputOutputReference documentation for each object (\Documentation folder).

I only see 3 methods for using ExternalInterface.

ExternalInterface,
    \memo This object activates the external interface of EnergyPlus. If the object
    \memo ExternalInterface is present, then all ExtnernalInterface:* objects will receive
    \memo their values from the BCVTB interface or from FMUs at each zone time step.
    \memo If this object is not present, then the values of these objects will be fixed at the
    \memo value declared in the "initial value" field of the corresponding object, and a
    \memo warning will be written to the EnergyPlus error file.
A1;  \field Name of External Interface
    \note Name of External Interface
    \required-field
    \type choice
    \key PtolemyServer
    \key FunctionalMockupUnitImport
    \key FunctionalMockupUnitExport
    \note Currently, the only valid entries are PtolemyServer, FunctionalMockupUnitImport, and FunctionalMockupUnitExport.