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

Photovoltaic in OpenStudio

asked 2016-06-16 11:04:29 -0500

Wilson's avatar

updated 2017-08-05 13:31:21 -0500

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2016-06-16 11:52:03 -0500

updated 2016-06-16 12:09:16 -0500

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.

edit flag offensive delete link more

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

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

3 followers

Stats

Asked: 2016-06-16 11:04:29 -0500

Seen: 1,254 times

Last updated: Jun 16 '16