Externally Calculated Renewable Energy as Input to EnergyPlus
Hi Modeling Community,
I am calculated the amount of electrical and thermal energy collected from a renewable energy system externally to EnergyPlus. I would like to input the amount generated into EnergyPlus' energy balance but I'm not sure how.
Is there an electrical component that can read values from a schedule or actuator that can subtract energy? I found ElectricalLoadCenter:Generators
but it seems to be overly complex and the Photovoltaic:Simple
also requires specifications of a PV array.
What about a thermal energy input, maybe a heat exchanger or thermal storage tank? Edit: As a point of clarity, the thermal energy would be best added to an HVAC system input to reduce the load on a boiler.
Thank you for your time,
Justin
Edit 2: Still looking for a way to add renewable energy or subtract energy from the total building consumption.
Edit 3: Providing a negative value to ElectricEquipment
does not appear as though it will work because it returns the below fatal error.
** Severe ** Out of range value Numeric Field#1 (Design Level), value=-456.00000, range={>=0}, in ELECTRICEQUIPMENT=SPACE2-1 ELECEQ NEGATIVE
** Severe ** IP: Out of "range" values found in input
** Severe ** IP: Out of "range" values and/or blank required fields found in input
** Fatal ** IP: Errors occurred on processing IDF file. Preceding condition(s) cause termination.
I've never tried this but can you set a schedule with negative values for an
ElectricEquipment
object?@Jamie Bull I'll give it a try.
@Jamie Bull, no luck. I receive a fatal error regarding the Equipment Level being out of bounds. I have edited my question to include the full error message.
Ah well. It was a long shot. Another one - how about if you set the negative value in the schedule rather than the design level?
@Jamie Bull, I gave it a try and receive a very similar error. The schedule is checked for values >=0.0 as well. No luck.