forked from Mathemodica/ADMSL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2da7b0d
commit 541320f
Showing
12 changed files
with
39 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
HeatPort | ||
HeatPort_a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Interfaces |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
HeatTransfer |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
T1/Electrical/Analog/Basic/intermediate/ResistorWithHeatPort.mo
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.