error in Buildings.ThermalZones.FLEXLAB example?
Does anyone recognize this error? Is it my computer or a bug? I don't think I changed anything in the example, and I keep getting this error in my own models as well..
`[1] 17:50:48 Übersetzung Fehler Integer(min = 1) nLay;
record Buildings.HeatTransfer.Data.BaseClasses.Material
Real(quantity = "Length", unit = "m") x;
Real(quantity = "ThermalConductivity", unit = "W/(m.K)") k;
Real(quantity = "SpecificHeatCapacity", unit = "J/(kg.K)") c;
Real(quantity = "Density", unit = "kg/m3", displayUnit = "g/cm3", min = 0.0) d;
Real(unit = "m2.K/W") R;
Integer(min = 0) nStaRef;
Integer(min = 1) nSta;
Boolean steadyState;
Real piRef;
Real piMat;
Real(min = 0.0) nStaReal;
Real(quantity = "ThermodynamicTemperature", unit = "K", min = 0.0, start = 288.15, nominal = 300.0, displayUnit = "degC") TSol;
Real(quantity = "ThermodynamicTemperature", unit = "K", min = 0.0, start = 288.15, nominal = 300.0, displayUnit = "degC") TLiq;
Real(quantity = "SpecificEnergy", unit = "J/kg") LHea;
Boolean ensureMonotonicity;
Boolean phasechange;
end Buildings.HeatTransfer.Data.BaseClasses.Material;[3] material;
Real(unit = "m2.K/W") R;
Integer(min = 1)[3] nSta;
Real(quantity = "Emissivity", unit = "1") absIR_a;
Real(quantity = "Emissivity", unit = "1") absIR_b;
Real(quantity = "Emissivity", unit = "1") absSol_a;
Real(quantity = "Emissivity", unit = "1") absSol_b;
enumeration(VeryRough, Rough, Medium, MediumSmooth, Smooth, VerySmooth) roughness_a;
end Buildings.ThermalZones.Detailed.FLEXLAB.Data.Constructions.OpaqueConstructions.ExteriorConstructions.ExteriorDoorInsulated; while the elements [extDoo,R16p8Wal,R20Wal,EWal] are of type record Buildings.ThermalZones.Detailed.FLEXLAB.Data.Constructions.OpaqueConstructions.ExteriorConstructions.Construction10and23
Integer(min = 1) nLay;
record Buildings.HeatTransfer.Data.BaseClasses.Material
Real(quantity = "Length", unit = "m") x;
Real(quantity = "ThermalConductivity", unit = "W/(m.K)") k;
Real(quantity = "SpecificHeatCapacity", unit = "J/(kg.K)") c;
Real(quantity = "Density", unit = "kg/m3", displayUnit = "g/cm3", min = 0.0) d;
Real(unit = "m2.K/W") R;
Integer(min = 0) nStaRef;
Integer(min = 1) nSta;
Boolean steadyState;
Real piRef;
Real piMat;
Real(min = 0.0) nStaReal;
Real(quantity = "ThermodynamicTemperature", unit = "K", min = 0.0, start = 288.15, nominal = 300.0, displayUnit = "degC") TSol;
Real(quantity = "ThermodynamicTemperature", unit = "K", min = 0.0, start = 288.15, nominal = 300.0, displayUnit = "degC") TLiq;
Real(quantity = "SpecificEnergy", unit = "J/kg") LHea;
Boolean ensureMonotonicity;
Boolean phasechange;
end Buildings.HeatTransfer.Data.BaseClasses.Material;[4] material;
Real(unit = "m2.K/W") R;
Integer(min = 1)[4] nSta;
Real(quantity = "Emissivity", unit = "1") absIR_a;
Real(quantity = "Emissivity", unit = "1") absIR_b;
Real(quantity = "Emissivity", unit = "1") absSol_a;
Real(quantity = "Emissivity", unit = "1") absSol_b;
enumeration(VeryRough, Rough, Medium, MediumSmooth, Smooth, VerySmooth) roughness_a;
end Buildings.ThermalZones.Detailed.FLEXLAB.Data.Constructions.OpaqueConstructions.ExteriorConstructions.Construction10and23;.enter code here
what does the error mean? should R16p8Wal be of another type? redeclared?
I don't know if the first line of the error is printed so i recopied it:
Type mismatch in array expression in component X3B. R16p8Wal is of type record Buildings.ThermalZones.Detailed.FLEXLAB.Data.Constructions.OpaqueConstructions.ExteriorConstructions.ExteriorDoorInsulated