First time here? Check out the Help page!
1 | initial version |
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.