Building integrated photovoltaics and thermal

asked 2021-06-29 06:32:02 -0500

ach's avatar

updated 2021-06-29 15:11:31 -0500

Hi I'm trying bto run a simulation on E+ for BIPV/T ( the problem that i have no reference), I'm looking for some one how can help me to solve this problem : * Warning * CheckUsedConstructions: There are 31 nominally unused constructions in input. * ~~~ * For explicit details on each unused construction, use Output:Diagnostics,DisplayExtraWarnings; * Severe * GetZoneEquipmentData1: Number of Controlled Zone objects [4] greater than Number of Zones [2] * Fatal * GetZoneEquipmentData1: Too many ZoneHVAC:EquipmentConnections objects. ...Summary of Errors that led to program termination: ..... Reference severe error count=1

This is the link on drive : https://drive.google.com/file/d/1mLY3... Thank You

edit retag flag offensive close merge delete

Comments

So the unused constructions error is just a warning; that is not what is causing your simulation to terminate. The issue causing E+ to fail is related to the controlled zone objects. You probably need the Number of Controlled Zone objects (4 currently) to be no greater than the number of zones (2). It looks to me like you need to delete some of your ZoneHVAC:EquipmentConnections objects, which may be challenging if you are using something like the OS app to write your IDF (maybe you can find a measure?). If creating the IDF manually, take a look at the objects mentioned in the error statement.

sashadf1's avatar sashadf1  ( 2021-06-29 16:50:52 -0500 )edit