Sorry, this content is no longer available
3

Unused object: SolarCollector:UnglazedTranspired

My intent is to model a building with a unglazed transpired solar collector. There is an EnergyPlus object SolarCollector:UnglazedTranspired but it is not yet supported by OpenStudio. I generated my base building code using OpenStudio and then exported the IDF.

Within the IDF I changed outside boundary condition to OtherSideConditionsModel for the BuildingSurface:Detailed that the solar collector is located.

I created the SurfaceProperty:OtherSideConditionsModel with GapConvectionRadiation modeling type.

Then added the SolarCollector:UnglazedTranspired object. I cross referenced the appropriate boundary condition model and building surface name that were previously discussed. Inlet, outlet and setpoint node were referenced. Zone node name is the only input I am unsure about and have tried several logical options without success.

The error I receive, shown below, states that the object is being ignored.

* Warning * The following lines are "Unused Objects". These objects are in the idf * ~~~ * file but are never obtained by the simulation and therefore are NOT used. * ~~~ * Each unused object is shown. * ~~~ * See InputOutputReference document for more details. *** Object=SOLARCOLLECTOR:UNGLAZEDTRANSPIRED=JABS HALL UTSC

Is there an incompatibility with the EnergyPlus SolarCollector:UnglazedTranspired object and how OpenStudio generates the IDF code?

Has anyone had this issue before?

Why would a completely defined object be unused in EnergyPlus?

I would appreciate any help or suggestions. Thank you!

clguen's avatar
153
clguen
asked 2015-10-29 13:32:43 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-05-04 13:59:34 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

This warning is telling you that you haven't referenced the SOLARCOLLECTOR:UNGLAZEDTRANSPIRED in your air system. Typically, it should appear in the outdoor air system. You can see how it's referenced in this example file.

Neal Kruis's avatar
4.7k
Neal Kruis
answered 2015-10-29 15:40:29 -0500, updated 2015-10-29 15:42:49 -0500
edit flag offensive 0 remove flag delete link

Comments

That was it. Thank you for the help.

clguen's avatar clguen (2015-11-02 09:40:14 -0500) edit
add a comment see more comments