Skip to content

Commit

Permalink
Add doc strings to reference temperatures T_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral authored and dietmarw committed Jun 7, 2021
1 parent 9344632 commit c92023e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modelica/Electrical/Analog/Lines/M_OLine.mo
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public
parameter SI.Temperature T=293.15
"Fixed device temperature if useHeatPort = false"
annotation (Dialog(enable=not useHeatPort));
parameter SI.Temperature T_ref;
parameter SI.Temperature T_ref "Reference temperature";

Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a heatPort if useHeatPort
annotation (Placement(transformation(extent={{-110,-110},{-90,-90}}),
Expand Down Expand Up @@ -181,7 +181,7 @@ public
parameter SI.Temperature T=293.15
"Fixed device temperature if useHeatPort = false"
annotation (Dialog(enable=not useHeatPort));
parameter SI.Temperature T_ref(start=293.15);
parameter SI.Temperature T_ref(start=293.15) "Reference temperature";
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a heatPort if useHeatPort
annotation (Placement(transformation(extent={{-110,-110},{-90,-90}}),
iconTransformation(extent={{-110,-110},{-90,-90}})));
Expand Down

0 comments on commit c92023e

Please sign in to comment.