Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

degF displayed twice #1204

Closed
modelica-trac-importer opened this issue Jan 14, 2017 · 5 comments
Closed

degF displayed twice #1204

modelica-trac-importer opened this issue Jan 14, 2017 · 5 comments
Assignees
Labels
bug Critical/severe issue L: Thermal.HeatTransfer Issue addresses Modelica.Thermal.HeatTransfer P: lowest Lowest priority issue
Milestone

Comments

@modelica-trac-importer
Copy link

Reported by beutlich on 11 Jul 2013 09:37 UTC
degF is displayed twice for HeatTransfer.Fahrenheit.ToKelvin and HeatTransfer.Fahrenheit.FromKelvin.

Image

model Unnamed
  Modelica.Thermal.HeatTransfer.Fahrenheit.ToKelvin toKelvin1 annotation(Placement(transformation(extent={{-27,5},{-7,25}})));
  Modelica.Thermal.HeatTransfer.Fahrenheit.FromKelvin fromKelvin1 annotation(Placement(transformation(extent={{28,5},{48,25}})));
  Modelica.Blocks.Sources.RealExpression realExpression1(y=20) annotation(Placement(transformation(extent={{-82,0},{-62,20}})));
  Modelica.Thermal.HeatTransfer.Rankine.ToKelvin toKelvin2 annotation(Placement(transformation(extent={{-27,-45},{-7,-25}})));
  Modelica.Thermal.HeatTransfer.Rankine.FromKelvin fromKelvin2 annotation(Placement(transformation(extent={{33,-45},{53,-25}})));
  Modelica.Thermal.HeatTransfer.Celsius.ToKelvin toKelvin3 annotation(Placement(transformation(extent={{-27,45},{-7,65}})));
  Modelica.Thermal.HeatTransfer.Celsius.FromKelvin fromKelvin3 annotation(Placement(transformation(extent={{28,45},{48,65}})));
  equation
    connect(realExpression1.y,toKelvin1.Fahrenheit) annotation(Line(
      points={{-61,10},{-56,10},{-34,10},{-34,15},{-29,15}},
      color={0,0,127},
      thickness=0.0625));
    connect(toKelvin1.Kelvin,fromKelvin1.Kelvin) annotation(Line(
      points={{-6,15},{-1,15},{21,15},{26,15}},
      color={0,0,127},
      thickness=0.0625));
    connect(toKelvin2.Rankine,realExpression1.y) annotation(Line(
      points={{-29,-35},{-34,-35},{-56,-35},{-56,10},{-61,10}},
      color={0,0,127},
      thickness=0.0625));
    connect(fromKelvin2.Kelvin,toKelvin2.Kelvin) annotation(Line(
      points={{31,-35},{26,-35},{-1,-35},{-6,-35}},
      color={0,0,127},
      thickness=0.0625));
    connect(toKelvin3.Kelvin,fromKelvin3.Kelvin) annotation(Line(
      points={{-6,55},{-1,55},{21,55},{26,55}},
      color={0,0,127},
      thickness=0.0625));
    connect(toKelvin3.Celsius,realExpression1.y) annotation(Line(
      points={{-29,55},{-34,55},{-56,55},{-56,10},{-61,10}},
      color={0,0,127},
      thickness=0.0625));
end Unnamed;

By the way: Dymola function Export to Clipboard messes labels.


Migrated-From: https://trac.modelica.org/Modelica/ticket/1204

@modelica-trac-importer modelica-trac-importer added this to the MSL3.2.1 milestone Jan 14, 2017
@modelica-trac-importer modelica-trac-importer added bug Critical/severe issue L: Thermal.HeatTransfer Issue addresses Modelica.Thermal.HeatTransfer labels Jan 14, 2017
@modelica-trac-importer
Copy link
Author

Modified by otter on 11 Jul 2013 11:42 UTC

@modelica-trac-importer
Copy link
Author

Comment by otter on 11 Jul 2013 11:52 UTC
Fixed in 402e76d by removing the duplicate label

@modelica-trac-importer
Copy link
Author

Modified by otter on 11 Jul 2013 12:06 UTC

@modelica-trac-importer
Copy link
Author

Modified by otter on 11 Jul 2013 12:06 UTC

@modelica-trac-importer modelica-trac-importer added the P: lowest Lowest priority issue label Jan 14, 2017
@modelica-trac-importer
Copy link
Author

Modified by otter on 11 Jul 2013 12:07 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Critical/severe issue L: Thermal.HeatTransfer Issue addresses Modelica.Thermal.HeatTransfer P: lowest Lowest priority issue
Projects
None yet
Development

No branches or pull requests

3 participants