Changeset 1031
- Timestamp:
- 02/06/08 20:53:09 (10 months ago)
- Location:
- trunk/Modelica
- Files:
-
- 2 modified
-
Mechanics/MultiBody/Joints.mo (modified) (7 diffs)
-
Thermal/HeatTransfer.mo (modified) (23 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modelica/Mechanics/MultiBody/Joints.mo
r1019 r1031 4191 4191 extent={{-100,-100},{100,100}}, 4192 4192 grid={1,1}, 4193 initialScale=0.2), graphics (4193 initialScale=0.2), graphics={ 4194 4194 Text( 4195 4195 extent={{-140,-41},{140,-66}}, … … 4317 4317 points={{90,30},{90,40},{95,40}}, 4318 4318 color={95,95,95}, 4319 thickness=2) )),4319 thickness=2)}), 4320 4320 Diagram(coordinateSystem( 4321 4321 preserveAspectRatio=true, … … 4733 4733 extent={{-100,-100},{100,100}}, 4734 4734 grid={1,1}, 4735 initialScale=0.2), graphics (4735 initialScale=0.2), graphics={ 4736 4736 Rectangle( 4737 4737 extent={{50,20},{80,-20}}, … … 4864 4864 points={{95,40},{90,40},{90,30}}, 4865 4865 color={135,135,135}, 4866 thickness=2) )),4866 thickness=2)}), 4867 4867 Diagram(coordinateSystem( 4868 4868 preserveAspectRatio=true, 4869 4869 extent={{-100,-100},{100,100}}, 4870 4870 grid={1,1}, 4871 initialScale=0.2), graphics (4871 initialScale=0.2), graphics={ 4872 4872 Line( 4873 4873 points={{-78,30},{-50,30}}, … … 4885 4885 points={{3,30},{-43,30}}, 4886 4886 color={128,128,128}, 4887 arrow={Arrow.None,Arrow.Filled}) )));4887 arrow={Arrow.None,Arrow.Filled})})); 4888 4888 4889 4889 Modelica.Mechanics.MultiBody.Joints.Internal.PrismaticWithLengthConstraint … … 5968 5968 extent={{-100,-100},{100,100}}, 5969 5969 grid={1,1}, 5970 initialScale=0.2), graphics (5970 initialScale=0.2), graphics={ 5971 5971 Rectangle( 5972 5972 extent={{-90,90},{90,-90}}, … … 6058 6058 points={{100,40},{93,40},{93,3}}, 6059 6059 color={95,95,95}, 6060 thickness=2) )),6060 thickness=2)}), 6061 6061 Diagram(coordinateSystem( 6062 6062 preserveAspectRatio=true, -
trunk/Modelica/Thermal/HeatTransfer.mo
r998 r1031 649 649 textString="G=%G")}), 650 650 Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100}, 651 {100,100}}),graphics (651 {100,100}}),graphics={ 652 652 Line( 653 653 points={{-80,0},{80,0}}, … … 662 662 extent={{-80,50},{80,20}}, 663 663 lineColor={0,0,0}, 664 textString="dT = port_a.T - port_b.T") )),664 textString="dT = port_a.T - port_b.T")}), 665 665 Documentation(info="<HTML> 666 666 <p> … … 819 819 </HTML> 820 820 "), Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100}, 821 {100,100}}),graphics (821 {100,100}}),graphics={ 822 822 Rectangle( 823 823 extent={{-90,80},{-60,-80}}, … … 849 849 Line(points={{56,-10},{76,-20}}, color={191,0,0}), 850 850 Line(points={{56,10},{76,20}}, color={191,0,0}), 851 Line(points={{56,30},{76,20}}, color={191,0,0}) )));851 Line(points={{56,30},{76,20}}, color={191,0,0})})); 852 852 Modelica.Blocks.Interfaces.RealInput Gc 853 853 "Signal representing the convective thermal conductance in [W/K]" … … 979 979 </HTML> 980 980 "), Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 981 100,100}}), graphics (981 100,100}}), graphics={ 982 982 Rectangle( 983 983 extent={{-90,80},{-56,-80}}, … … 1009 1009 Line(points={{-40,30},{40,30}}, color={191,0,0}), 1010 1010 Line(points={{30,24},{40,30}}, color={191,0,0}), 1011 Line(points={{30,36},{40,30}}, color={191,0,0}) )));1011 Line(points={{30,36},{40,30}}, color={191,0,0})})); 1012 1012 equation 1013 1013 Q_flow = Gr*Modelica.Constants.sigma*(port_a.T^4 - port_b.T^4); … … 1085 1085 </HTML> 1086 1086 "), Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 1087 100,100}}), graphics (1087 100,100}}), graphics={ 1088 1088 Rectangle( 1089 1089 extent={{-100,100},{100,-101}}, … … 1104 1104 lineColor={191,0,0}, 1105 1105 fillColor={191,0,0}, 1106 fillPattern=FillPattern.Solid) )));1106 fillPattern=FillPattern.Solid)})); 1107 1107 Interfaces.HeatPort_b port annotation (Placement(transformation(extent={{90, 1108 1108 -10},{110,10}}, rotation=0))); … … 1150 1150 </HTML> 1151 1151 "), Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 1152 100,100}}), graphics (1152 100,100}}), graphics={ 1153 1153 Rectangle( 1154 1154 extent={{-100,100},{100,-100}}, … … 1169 1169 lineColor={191,0,0}, 1170 1170 fillColor={191,0,0}, 1171 fillPattern=FillPattern.Solid) )));1171 fillPattern=FillPattern.Solid)})); 1172 1172 Interfaces.HeatPort_b port annotation (Placement(transformation(extent={{90, 1173 1173 -10},{110,10}}, rotation=0))); … … 1406 1406 annotation ( 1407 1407 Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 1408 100,100}}), graphics (1408 100,100}}), graphics={ 1409 1409 Ellipse( 1410 1410 extent={{-20,-98},{20,-60}}, … … 1439 1439 extent={{102,-28},{60,-78}}, 1440 1440 lineColor={0,0,0}, 1441 textString="K") )),1441 textString="K")}), 1442 1442 Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 1443 1443 100,100}}), graphics={ … … 1517 1517 textString="K")}), 1518 1518 Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 1519 100,100}}), graphics (1519 100,100}}), graphics={ 1520 1520 Line(points={{-90,0},{-70,0},{-70,0}}, color={191,0,0}), 1521 1521 Line(points={{-98,0},{-70,0},{-70,0}}, color={191,0,0}), … … 1525 1525 extent={{64,-74},{32,-102}}, 1526 1526 lineColor={0,0,0}, 1527 textString="K") )),1527 textString="K")}), 1528 1528 Documentation(info="<HTML> 1529 1529 <p> … … 1558 1558 annotation ( 1559 1559 Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 1560 100,100}}), graphics (1560 100,100}}), graphics={ 1561 1561 Line(points={{-70,0},{-95,0}}, color={191,0,0}), 1562 1562 Line(points={{0,-70},{0,-90}}, color={0,0,255}), 1563 Line(points={{94,0},{69,0}}, color={191,0,0}) )),1563 Line(points={{94,0},{69,0}}, color={191,0,0})}), 1564 1564 Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 1565 1565 100,100}}), graphics={ … … 1765 1765 </HTML> 1766 1766 "), Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100}, 1767 {100,100}}), graphics (1767 {100,100}}), graphics={ 1768 1768 Rectangle( 1769 1769 extent={{-100,100},{100,-100}}, … … 1784 1784 lineColor={191,0,0}, 1785 1785 fillColor={191,0,0}, 1786 fillPattern=FillPattern.Solid) )));1786 fillPattern=FillPattern.Solid)})); 1787 1787 Interfaces.HeatPort_b port annotation (Placement(transformation(extent={{ 1788 1788 90,-10},{110,10}}, rotation=0))); … … 1834 1834 </HTML> 1835 1835 "), Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100}, 1836 {100,100}}), graphics (1836 {100,100}}), graphics={ 1837 1837 Rectangle( 1838 1838 extent={{-100,100},{100,-100}}, … … 1853 1853 lineColor={191,0,0}, 1854 1854 fillColor={191,0,0}, 1855 fillPattern=FillPattern.Solid) )));1855 fillPattern=FillPattern.Solid)})); 1856 1856 Interfaces.HeatPort_b port annotation (Placement(transformation(extent={{ 1857 1857 90,-10},{110,10}}, rotation=0))); … … 2148 2148 </HTML> 2149 2149 "), Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100}, 2150 {100,100}}), graphics (2150 {100,100}}), graphics={ 2151 2151 Rectangle( 2152 2152 extent={{-100,100},{100,-100}}, … … 2167 2167 lineColor={191,0,0}, 2168 2168 fillColor={191,0,0}, 2169 fillPattern=FillPattern.Solid) )));2169 fillPattern=FillPattern.Solid)})); 2170 2170 Interfaces.HeatPort_b port annotation (Placement(transformation(extent={{ 2171 2171 90,-10},{110,10}}, rotation=0))); … … 2532 2532 </HTML> 2533 2533 "), Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100}, 2534 {100,100}}), graphics (2534 {100,100}}), graphics={ 2535 2535 Rectangle( 2536 2536 extent={{-100,100},{100,-100}}, … … 2551 2551 lineColor={191,0,0}, 2552 2552 fillColor={191,0,0}, 2553 fillPattern=FillPattern.Solid) )));2553 fillPattern=FillPattern.Solid)})); 2554 2554 Interfaces.HeatPort_b port annotation (Placement(transformation(extent={{ 2555 2555 90,-10},{110,10}}, rotation=0)));
