HeatedPipe

model HeatedPipe "Pipe with heat exchange"
    extends Modelica.Thermal.FluidHeatFlow.Components.Pipe(final useHeatPort = true);
    extends Modelica.Icons.ObsoleteModel;

    annotation (
        obsolete = "Obsolete model - use Modelica.Thermal.FluidHeatFlow.Components.Pipe(useHeatPort=true) instead",
        Documentation(info = "<html>\n<p>\nThis model simply extends from the <a href=\"modelica://Modelica.Thermal.FluidHeatFlow.Components.Pipe\">Pipe</a> model\nwith parameter useHeatPort = true and is kept for compatibility reasons. In the future, it will be removed.\n</p>\n</html>"));
end HeatedPipe;