Skip to content

Commit

Permalink
clean 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AtiyahElsheikh committed Feb 9, 2014
1 parent 2da7b0d commit 541320f
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 115 deletions.
6 changes: 6 additions & 0 deletions MSL/Thermal/HeatTransfer/Interfaces/HeatPort.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
within ADMSL.MSL.Thermal.HeatTransfer.Interfaces;
partial connector HeatPort
"AD version of Modelica.Thermal.HeatTransfer.Interfaces.HeatPort"
extends Modelica.Thermal.HeatTransfer.Interfaces.HeatPort;

end HeatPort;
18 changes: 18 additions & 0 deletions MSL/Thermal/HeatTransfer/Interfaces/HeatPort_a.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
within ADMSL.MSL.Thermal.HeatTransfer.Interfaces;
connector HeatPort_a
"AD version of Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a"
extends HeatPort;
annotation (Icon(graphics={ Rectangle(
extent={{-118,58},{4,-50}},
lineColor={191,0,0},
fillColor={191,0,0},
fillPattern=FillPattern.Solid)}), Diagram(graphics={
Rectangle(
extent={{-50,34},{50,-66}},
lineColor={191,0,0},
fillColor={191,0,0},
fillPattern=FillPattern.Solid), Text(
extent={{-120,104},{100,44}},
lineColor={191,0,0},
textString="%name")}));
end HeatPort_a;
5 changes: 5 additions & 0 deletions MSL/Thermal/HeatTransfer/Interfaces/package.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
within ADMSL.MSL.Thermal.HeatTransfer;
package Interfaces "The AD version of Modelica.Electrical.HeatTransfer.Interfaces"
extends Modelica.Icons.InterfacesPackage;

end Interfaces;
2 changes: 2 additions & 0 deletions MSL/Thermal/HeatTransfer/Interfaces/package.order
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
HeatPort
HeatPort_a
3 changes: 3 additions & 0 deletions MSL/Thermal/HeatTransfer/package.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
within ADMSL.MSL.Thermal;
package HeatTransfer "The AD version of Modelica.Thermal.HeatTransfer"
end HeatTransfer;
1 change: 1 addition & 0 deletions MSL/Thermal/HeatTransfer/package.order
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Interfaces
3 changes: 3 additions & 0 deletions MSL/Thermal/package.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
within ADMSL.MSL;
package Thermal "The considered components from Modelica.Thermal"
end Thermal;
1 change: 1 addition & 0 deletions MSL/Thermal/package.order
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
HeatTransfer
54 changes: 0 additions & 54 deletions T1/Electrical/Analog/Basic/intermediate/Conductor.mo

This file was deleted.

51 changes: 0 additions & 51 deletions T1/Electrical/Analog/Basic/intermediate/Resistor.mo

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions T1/Electrical/Analog/Basic/intermediate/package.order

This file was deleted.

0 comments on commit 541320f

Please sign in to comment.