We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Photovoltaics.cc, line 708 here,
Photovoltaics.cc,
if (PVarray(PVnum).PVModelType == iSurfaceOutsideFaceCellIntegration)
PVarray(PVnum).PVModelType has to be PVarray(PVnum).CellIntegrationMode
PVarray(PVnum).PVModelType
PVarray(PVnum).CellIntegrationMode
Some additional details for this issue (if relevant):
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered:
4462e0f
dareumnam
No branches or pull requests
Issue overview
In
Photovoltaics.cc,
line 708 here,if (PVarray(PVnum).PVModelType == iSurfaceOutsideFaceCellIntegration)
PVarray(PVnum).PVModelType
has to bePVarray(PVnum).CellIntegrationMode
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: