-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Addresses #4182, provide OS SDK/API support for the EnergyPlus "Generator:WindTurbine" object #4192
Conversation
src/energyplus/ForwardTranslator/ForwardTranslateGeneratorWindTurbine.cpp
Outdated
Show resolved
Hide resolved
@joseph-robertson I left some comments, and some - I think - required changes (making one field required for eg, removing the creation of the ECLD in the Ctor too). Address what you think makes sense, just mark comments resolved for what doesn't (I left everything so you see them, even those where I was wrong such as availability schedule). There should be very minimal changes before this can drop in as it's 95% there! To answer the question in the OP:
I think your current implemenation is fine. |
…rather than in `ForwardTranslator::translateModelPrivate`
…anslate objects, let parent decide)
…Turbine This could be done in the IDD instead, but it won't hurt anyways
Tested that OS-res test in NREL/OpenStudio-resources#128 is still passing. This can merge and NREL/OpenStudio-resources#128 as well, good job @joseph-robertson ! |
Pull request overview
Rated Rotor Speed
Rotor Diameter
Overall Height
Rated Power
Rated Wind Speed
Cut In Wind Speed
Cut Out Wind Speed
Please read OpenStudio Pull Requests to better understand the OpenStudio Pull Request protocol.
Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
src/model/test
)src/energyplus/Test
)src/osversion/VersionTranslator.cpp
)src/openstudio_lib/library/OpenStudioPolicy.xml
)Labels:
IDDChange
APIChange
Pull Request - Ready for CI
so that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.