Producing cost estimate for a VRF System in EnergyPlus for use in jEplus
I tried using the CostComponent:LineItem to produce a cost output for a VRF system (AirConditioner:VariableRefrigerantFlow), but it didn't work. I figured it probably wouldn't because the only HVAC equipment listed in the Input-Output Reference is the Chiller:Electric HVAC equipment. Ultimately, I am trying to use jEplus+EA to determine the lowest cost of the whole building (including VRF System). The one way I have found to do this is to output the total cost of the building (including VRF System) into the .sql file, so that I can use the .vrx file to set the total cost as the objective. But I can't do that unless I can apply the CostComponent:LineItem to the VRF system. My questions are:
- How would one calculate the cost of a VRF system in the .idf file in order to output the price in the .sql file in order to set as the objective in jEplus+EA?
- Is there another method I should be looking into?
Thanks!