4

Photovoltaic in OpenStudio

Hi! I'm trying to add a photovoltaic system to my model using OpenStudio(version 1.10.0) so I can obtain the Kwh for a runperiod simulation. What is the way you advise to do it? I add the "Add Simple PV to Shading Surfaces By Type" measure but I'm not seeing how we can specify the power of the PV system and other important informations like inverters and electrical storage. Where I can find information about how to add a PV system to a OS model? Thank you

Wilson's avatar
543
Wilson
asked 2016-06-16 11:04:29 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-08-05 13:31:21 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

5

The measure you are looking at is an old EnergyPlus measure, that pre-dates PV support in OpenStudio. That is fine, it still works, but this post shows how to add PV directly in the SketchUp plugin .

In both cases PhotovoltaicPerformance:Simple is used.

If you want to change the inverter efficiency you can change this string or expose an argument for it in the existing measure you are using.

    ElectricLoadCenter:Inverter:Simple,
    Simple Ideal Inverter,   !- Name
    pv_script always On,               !- Availability Schedule Name
    ,                        !- Zone Name
    0.0,                     !- Radiative Fraction
    0.95;                     !- Inverter Efficiency
    "

Battery storage isn't in OpenStudio, so you would need an EnergyPlus measure for that.

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2016-06-16 11:52:03 -0500, updated 2016-06-16 12:09:16 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you for your answer David Goldwasser! The measure for the battery storage exists at the moment? Is there a way we can control the direction and inclination of the PV panels in OS?

Wilson's avatar Wilson (2016-06-16 13:29:07 -0500) edit

I'm not aware of a battery measure. The Generator:Photovoltaic object is associated with a shading or heat transfer surface, so the direction and inclination of that surface is used. You can set the fraction of that surface to have panels, and what the efficiency of the panels should be.

David Goldwasser's avatar David Goldwasser (2016-06-16 14:40:20 -0500) edit

Thank you David!

Wilson's avatar Wilson (2016-06-17 12:06:24 -0500) edit
add a comment see more comments