IsolatedPipe

model IsolatedPipe "Pipe without heat exchange"
    extends Modelica.Thermal.FluidHeatFlow.Components.Pipe(final useHeatPort = false);
    extends Modelica.Icons.ObsoleteModel;

    annotation (
        obsolete = "Obsolete model - use Modelica.Thermal.FluidHeatFlow.Components.Pipe(useHeatPort=false) 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 = false and is kept for compatibility reasons. In the future, it will be removed.\n</p>\n</html>"));
end IsolatedPipe;