Skip to content

Non-identical duplicate definitions in ThermalZones.HighOrder.Rooms #1620

Description

@maltelenz

The class AixLib.ThermalZones.HighOrder.Rooms.ASHRAE140.EastWestFacingWindows has a declaration for multiSum:

Modelica.Blocks.Math.MultiSum multiSum(nu=2) annotation (Placement(transformation(

It also extends AixLib.ThermalZones.HighOrder.Rooms.BaseClasses.PartialRoomFourWalls which also has a declaration for multiSum:

Modelica.Blocks.Math.MultiSum multiSum(nu=nWin) if use_shortWaveRadOut annotation (Placement(transformation(

but these are not identical. Duplicated definitions are only allowed if they are identical, and most of the time the reasonable thing is to remove one of the declarations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions