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

Revision history [back]

Your model has a couple of errors: First you need to change

parameter Integer nConBou=3;

to

parameter Integer nConBou=4;

as you have 4 constructions.

Next, you need to add inputs for the shading control signal, the internal heat gain and the weather data, as is done in Buildings.ThermalZones.Detailed.Examples.MixedAirFreeResponse

Then the model simulates in Dymola and JModelica.