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

Photovoltaic in OpenStudio

asked 8 years ago

Wilson's avatar

updated 7 years ago

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

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
5

answered 8 years ago

updated 8 years ago

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.

Preview: (hide)
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  ( 8 years ago )

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  ( 8 years ago )

Thank you David!

Wilson's avatar Wilson  ( 8 years ago )

Your Answer

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

Add Answer

Training Workshops

Careers

Question Tools

3 followers

Stats

Asked: 8 years ago

Seen: 1,372 times

Last updated: Jun 16 '16