BuildingSystems icon indicating copy to clipboard operation
BuildingSystems copied to clipboard

Error in Buildings.Zones.ZoneTemplateAirvolumeMixed

Open jmoeckel opened this issue 7 years ago • 1 comments

Running the following commands with Dymola 2017 FD01

Advanced.PedanticModelica=true;
checkModel(BuildingSystems.Buildings.Zones.ZoneTemplateAirvolumeMixed)

returns the following error:

The model BuildingSystems.Buildings.Zones.ZoneTemplateAirvolumeMixed component radiationDistribution is structurally singular.
when assuming the most generic outside couplings to all the flow variables of its connectors.

jmoeckel avatar Mar 09 '17 08:03 jmoeckel

Dymola 2018 attempts to further localize singularity:

Attempting to further localize singularity.

Singularity of BuildingSystems.Buildings.Zones.ZoneTemplateAirvolumeMixed is in the component radiationDistribution, class BuildingSystems.Buildings.BaseClasses.RadiationDistribution.

The model BuildingSystems.Buildings.Zones.ZoneTemplateAirvolumeMixed component radiationDistribution is structurally singular.
when assuming the most generic outside couplings to all the flow variables of its connectors.

Some connectors are not connected from the outside:
radiationDistribution.toSurfacePorts

thorade avatar Oct 18 '17 11:10 thorade