Changeset 505
- Timestamp:
- 06/08/2007 09:51:48 AM (19 months ago)
- Files:
-
- 1 modified
-
Modelica/trunk/Modelica/Electrical/Machines.mo (modified) (147 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Modelica/trunk/Modelica/Electrical/Machines.mo
r459 r505 2 2 extends Modelica.Icons.Library2; 3 3 annotation ( 4 version="1.8. 2", versionDate="2007-01-15",4 version="1.8.3", versionDate="2007-06-08", 5 5 Settings(NewStateSelection=true, Evaluate=true), 6 6 preferedView="info", Documentation(info="<HTML> 7 <p>8 7 This package contains components to model electrical machines: 9 8 <ul> … … 14 13 <li>Interfaces: Space phasor connector and partial machine models</li> 15 14 </ul> 16 </p>17 <p>18 15 <b>Limitations and assumptions:</b> 19 16 <ul> … … 27 24 only ohmic losses in stator and rotor winding</li> 28 25 </ul> 26 <p> 29 27 You may have a look at a short summary of space phasor theory at <a href=\"http://www.haumer.at/refimg/SpacePhasors.pdf\">http://www.haumer.at/refimg/SpacePhasors.pdf</a> 30 28 </p> 31 <p>32 29 <b>Further development:</b> 33 30 <ul> … … 37 34 <li>effects: saturation, skin-effect, other losses than ohmic, ...</li> 38 35 </ul> 39 </p>40 <p>41 36 <dl> 42 37 <dt><b>Main Authors:</b></dt> … … 48 43 </dd> 49 44 </dl> 50 </p>51 45 <p> 52 Copyright © 1998-200 6, Modelica Association and Anton Haumer.46 Copyright © 1998-2007, Modelica Association and Anton Haumer. 53 47 </p> 54 48 <p> … … 117 111 <li> v1.8.2 2007/01/15 Anton Haumer<br> 118 112 resolved a bug in electrical excited synchronous induction machine</li> 113 <li> v1.8.3 2007/06/08 Anton Haumer<br> 114 documentation update</li> 119 115 </ul> 120 116 </HTML>"), … … 151 147 extends Modelica.Icons.Library2; 152 148 annotation (Documentation(info="<HTML> 153 <p>154 149 This package contains test examples of electric machines,<br> 155 150 and a package utilities with components used for the examples. 156 </p>157 158 151 </HTML>", revisions="<HTML> 159 152 <dl> 160 <p>161 153 <dt><b>Main Authors:</b></dt> 162 154 <dd> … … 166 158 email: <a href=\"mailto:a.haumer@haumer.at\">a.haumer@haumer.at</a> 167 159 </dd> 168 </p>169 <p>170 160 <dt><b>Copyright:</b></dt> 171 <dd>Copyright © 1998-200 6, Modelica Association and Anton Haumer.<br>161 <dd>Copyright © 1998-2007, Modelica Association and Anton Haumer.<br> 172 162 <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 173 163 under the terms of the <b>Modelica license</b>, see the license conditions 174 164 and the accompanying <b>disclaimer</b> in the documentation of package 175 165 Modelica in file \"Modelica/package.mo\".</i></dd> 176 </p>177 166 </dl> 178 179 167 <ul> 180 168 <li> v1.00 2004/09/16 Anton Haumer</li> … … 222 210 doublePrecision=true), 223 211 Documentation(info="<HTML> 224 <p>225 212 <b>1st Test example: Asynchronous induction Machine with squirrel cage - direct on line starting</b><br> 226 213 At start time tStart three phase voltage is supplied to the asynchronous induction machine with squirrel cage; … … 233 220 </ul> 234 221 Default machine parameters of model <i>AIM_SquirrelCage</i> are used. 235 </p>236 222 </HTML>")); 237 223 Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage … … 330 316 doublePrecision=true), 331 317 Documentation(info="<HTML> 332 <p>333 318 <b>2nd Test example: Asynchronous induction Machine with squirrel cage - Y-D starting</b><br> 334 319 At start time tStart three phase voltage is supplied to the asynchronous induction machine with squirrel cage, first star-connected, then delta-connetced; the machine starts from standstill, accelerating inertias against load torque quadratic dependent on speed, finally reaching nominal speed.<br> … … 340 325 </ul> 341 326 Default machine parameters of model <i>AIM_SquirrelCage</i> are used. 342 </p>343 327 </HTML>")); 344 328 Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage … … 436 420 doublePrecision=true), 437 421 Documentation(info="<HTML> 438 <p>439 422 <b>3rd Test example: Asynchronous induction Machine with slipring rotor - resistance starting</b><br> 440 423 At start time tStart1 three phase voltage is supplied to the asynchronous induction machine with sliprings; … … 448 431 </ul> 449 432 Default machine parameters of model <i>AIM_SlipRing</i> are used. 450 </p>451 433 </HTML>")); 452 434 Machines.BasicMachines.AsynchronousInductionMachines.AIM_SlipRing AIMS1 … … 584 566 doublePrecision=true), 585 567 Documentation(info="<HTML> 586 <p>587 568 <b>4th Test example: Asynchronous induction Machine with squirrel cage fed by an ideal inverter</b><br> 588 569 An ideal frequency inverter is modeled by using a VfController and a threephase SignalVoltage.<br> … … 596 577 </ul> 597 578 Default machine parameters of model <i>AIM_SquirrelCage</i> are used. 598 </p>599 579 </HTML>")); 600 580 Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage … … 680 660 doublePrecision=true), 681 661 Documentation(info="<HTML> 682 <p>683 662 <b>5th Test example: Synchronous Induction Machine with Reluctance rotor fed by an ideal inverter</b><br> 684 663 An ideal frequency inverter is modeled by using a VfController and a threephase SignalVoltage.<br> … … 693 672 </ul> 694 673 Default machine parameters of model <i>SM_ReluctanceRotorDamperCage</i> are used. 695 </p>696 674 </HTML>")); 697 675 Machines.BasicMachines.SynchronousInductionMachines.SM_ReluctanceRotorDamperCage … … 786 764 doublePrecision=true), 787 765 Documentation(info="<HTML> 788 <p>789 766 <b>6th Test example: Permanent Magnet Synchronous Induction Machine fed by an ideal inverter</b><br> 790 767 An ideal frequency inverter is modeled by using a VfController and a threephase SignalVoltage.<br> … … 799 776 </ul> 800 777 Default machine parameters of model <i>SM_PermanentMagnetDamperCage</i> are used. 801 </p>802 778 <p> 803 779 <b>In practice it is nearly impossible to drive a PMSMD without current controller.</b> … … 897 873 experimentSetupOutput(doublePrecision=true), 898 874 Documentation(info="<HTML> 899 <p>900 875 <b>7th Test example: Electrical Excited Synchronous Induction Machine as generator</b><br> 901 876 An electrically excited synchronous generator is connected to the grid and driven with constant speed. … … 911 886 </ul> 912 887 Default machine parameters of model <i>SM_ElectricalExcitedDamperCage</i> are used. 913 </p>914 888 </HTML>")); 915 889 Machines.BasicMachines.SynchronousInductionMachines.SM_ElectricalExcitedDamperCage … … 1014 988 doublePrecision=true), 1015 989 Documentation(info="<HTML> 1016 <p>1017 990 <b>8th Test example: Permanent magnet DC Machine started with an armature voltage ramp</b><br> 1018 991 A voltage ramp is applied to the armature, causing the DC machine to start, … … 1025 998 </ul> 1026 999 Default machine parameters of model <i>DC_PermanentMagnet</i> are used. 1027 </p>1028 1000 </HTML>")); 1029 1001 Machines.BasicMachines.DCMachines.DC_PermanentMagnet DCPM1 … … 1072 1044 doublePrecision=true), 1073 1045 Documentation(info="<HTML> 1074 <p>1075 1046 <b>9th Test example: Electrically separate excited DC Machine started with an armature voltage ramp</b><br> 1076 1047 A voltage ramp is applied to the armature, causing the DC machine to start, … … 1084 1055 </ul> 1085 1056 Default machine parameters of model <i>DC_ElectricalExcited</i> are used. 1086 </p>1087 1057 </HTML>")); 1088 1058 Machines.BasicMachines.DCMachines.DC_ElectricalExcited DCEE1 … … 1142 1112 doublePrecision=true), 1143 1113 Documentation(info="<HTML> 1144 <p>1145 1114 <b>10th Test example: Series excited DC Machine started with an armature voltage ramp</b><br> 1146 1115 A voltage ramp is applied to the armature, causing the DC machine to start, … … 1153 1122 </ul> 1154 1123 Default machine parameters of model <i>DC_SeriesExcited</i> are used. 1155 </p>1156 1124 </HTML>")); 1157 1125 Machines.BasicMachines.DCMachines.DC_SeriesExcited DCSE1 … … 1193 1161 parameter Modelica.SIunits.Resistance RL[3]=fill(1/3,3); 1194 1162 annotation (Documentation(info="<HTML> 1195 <p>1196 1163 Transformer testbench:<br> 1197 1164 You may choose different connections as well as vary the load (even not symmetrical).<br> … … 1200 1167 In some cases it may be necessary to ground the transformer's starpoint 1201 1168 even though the source's or load's starpoint are grounded; you may use a reasonable high earthing resistance. 1202 </p>1203 1169 </HTML>"), 1204 1170 Diagram, … … 1297 1263 parameter Modelica.SIunits.Voltage VC0=sqrt(3)*V; 1298 1264 annotation (Documentation(info="<HTML> 1299 <p>1300 1265 Test example with multiphase components:<br> 1301 1266 Star-connected voltage source feeds via a transformer a diode bridge rectifier with a DC burden.<br> 1302 1267 Using f=50 Hz, simulate for 0.1 seconds (5 periods) and compare voltages and currents of source and DC burden, 1303 1268 neglecting initial transient. 1304 </p>1305 1269 </HTML>"), Diagram, 1306 1270 experiment(StopTime=0.1), … … 1371 1335 extends Machines.Examples.Rectifier6pulse(RL=0.2); 1372 1336 annotation (Documentation(info="<HTML> 1373 <p>1374 1337 Test example with multiphase components:<br> 1375 1338 Star-connected voltage source feeds via two transformers (Dd0 and Dy1) two diode bridge rectifiers with a single DC burden.<br> 1376 1339 Using f=50 Hz, simulate for 0.1 seconds (5 periods) and compare voltages and currents of source and DC burden, 1377 1340 neglecting initial transient. 1378 </p>1379 1341 </HTML>"), Diagram, 1380 1342 experiment(StopTime=0.1), … … 1436 1398 doublePrecision=true), 1437 1399 Documentation(info="<HTML> 1438 <p>1439 1400 <b>Asynchronous induction Machine with squirrel cage - Steinmetz-connection</b><br> 1440 1401 At start time tStart single phase voltage is supplied to the asynchronous induction machine with squirrel cage; 1441 1402 the machine starts from standstill, accelerating inertias against load torque quadratic dependent on speed, finally reaching nominal speed.<br> 1442 1403 Default machine parameters of model <i>AIM_SquirrelCage</i> are used. 1443 </p>1444 1404 </HTML>")); 1445 1405 Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage … … 1539 1499 extends Modelica.Icons.Library; 1540 1500 annotation (Documentation(info="<HTML> 1541 <p>1542 1501 This package contains components utility components for testing examples. 1543 </p>1544 1545 1502 </HTML>", revisions="<HTML> 1546 1503 <dl> 1547 <p>1548 1504 <dt><b>Main Authors:</b></dt> 1549 1505 <dd> … … 1553 1509 email: <a href=\"mailto:a.haumer@haumer.at\">a.haumer@haumer.at</a> 1554 1510 </dd> 1555 </p>1556 <p>1557 1511 <dt><b>Copyright:</b></dt> 1558 <dd>Copyright © 1998-200 6, Modelica Association and Anton Haumer.<br>1512 <dd>Copyright © 1998-2007, Modelica Association and Anton Haumer.<br> 1559 1513 <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 1560 1514 under the terms of the <b>Modelica license</b>, see the license conditions 1561 1515 and the accompanying <b>disclaimer</b> in the documentation of package 1562 1516 Modelica in file \"Modelica/package.mo\".</i></dd> 1563 </p>1564 1517 </dl> 1565 1566 1518 <ul> 1567 1519 <li> v1.00 2004/09/16 Anton Haumer</li> … … 1608 1560 20.3, -54.1; 25.9, -41.3; 33, -21.7; 40, 0], style(color=8))), 1609 1561 Documentation(info="<HTML> 1610 <p>1611 1562 Simple Voltage-Frequency-Controller.<br> 1612 1563 Amplitude of voltage is linear dependent (VNominal/fNominal) on Frequency (input signal \"u\"), but limited by VNominal (nominal RMS voltage per phase).<br> … … 1614 1565 The sine-waves are intended to feed a m-phase SignalVoltage.<br> 1615 1566 Phase shifts between sine-waves may be choosen by the user; default values are <i>(k-1)/m*pi for k in 1:m</i>. 1616 </p>1617 1567 </HTML>")); 1618 1568 equation … … 1646 1596 fillPattern=1))), 1647 1597 Documentation(info="<HTML> 1648 <p>1649 1598 Simple Star-Delta-switch.<br> 1650 1599 If <i>control</i> is false, plug_PS and plug_NS are star connected and plug_PS connected to plug_P.<br> 1651 1600 If <i>control</i> is true, plug_PS and plug_NS are delta connected and they are connected to plug_P. 1652 </p>1653 1601 </HTML>")); 1654 1602 Modelica.Electrical.MultiPhase.Basic.Star star(final m=m) … … 1717 1665 fillPattern=1))), 1718 1666 Documentation(info="<html> 1719 <p>1720 1667 TerminalBox: at the bottom connected to both machine plugs, connect at the top to the grid as usual,<br> 1721 1668 choosing Y-connection (StarDelta=Y) or D-connection (StarDelta=D). 1722 </p>1723 1669 </html>")); 1724 1670 Modelica.Electrical.Analog.Interfaces.NegativePin starpoint if (StarDelta<>"D") … … 1750 1696 extends Modelica.Icons.Library2; 1751 1697 annotation (Documentation(info="<HTML> 1752 <p>1753 1698 This package contains components for modeling electrical machines, specially threephase induction machines, based on space phasor theory: 1754 1699 <ul> … … 1760 1705 </ul> 1761 1706 The induction machine models use package SpacePhasors. 1762 </p>1763 1764 1707 </HTML>", revisions="<HTML> 1765 1708 <dl> 1766 <p>1767 1709 <dt><b>Main Authors:</b></dt> 1768 1710 <dd> … … 1772 1714 email: <a href=\"mailto:a.haumer@haumer.at\">a.haumer@haumer.at</a> 1773 1715 </dd> 1774 </p>1775 <p>1776 1716 <dt><b>Copyright:</b></dt> 1777 <dd>Copyright © 1998-200 6, Modelica Association and Anton Haumer.<br>1717 <dd>Copyright © 1998-2007, Modelica Association and Anton Haumer.<br> 1778 1718 <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 1779 1719 under the terms of the <b>Modelica license</b>, see the license conditions 1780 1720 and the accompanying <b>disclaimer</b> in the documentation of package 1781 1721 Modelica in file \"Modelica/package.mo\".</i></dd> 1782 </p>1783 1722 </dl> 1784 1785 1723 <ul> 1786 1724 <li> v1.00 2004/09/16 Anton Haumer</li> … … 1844 1782 extends Modelica.Icons.Library; 1845 1783 annotation (Documentation(info="<HTML> 1846 <p>1847 1784 This package contains models of asynchronous induction machines, based on space phasor theory: 1848 1785 <ul> … … 1851 1788 </ul> 1852 1789 These models use package SpacePhasors. 1853 </p>1854 1790 </HTML>", revisions="<HTML> 1855 1791 <dl> 1856 <p>1857 1792 <dt><b>Main Authors:</b></dt> 1858 1793 <dd> … … 1862 1797 email: <a href=\"mailto:a.haumer@haumer.at\">a.haumer@haumer.at</a> 1863 1798 </dd> 1864 </p>1865 <p>1866 1799 <dt><b>Copyright:</b></dt> 1867 <dd>Copyright © 1998-200 6, Modelica Association and Anton Haumer.<br>1800 <dd>Copyright © 1998-2007, Modelica Association and Anton Haumer.<br> 1868 1801 <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 1869 1802 under the terms of the <b>Modelica license</b>, see the license conditions 1870 1803 and the accompanying <b>disclaimer</b> in the documentation of package 1871 1804 Modelica in file \"Modelica/package.mo\".</i></dd> 1872 </p>1873 1805 </dl> 1874 1875 1806 <ul> 1876 1807 <li> v1.02 2004/09/19 Anton Haumer</li> … … 1906 1837 annotation (defaultComponentName="AIMC", 1907 1838 Documentation(info="<HTML> 1908 <p>1909 1839 <b>Model of a three phase asynchronous induction machine with squirrel cage.</b><br> 1910 1840 Resistance and stray inductance of stator is modeled directly in stator phases, then using space phasor transformation. Resistance and stray inductance of rotor's squirrel cage is modeled in two axis of the rotor-fixed ccordinate system. Both together connected via a stator-fixed <i>AirGap</i> model. Only losses in stator and rotor resistance are taken into account. 1911 </p> 1912 <p> 1913 <b>Default values for machine's parameters (a realistic example) are:</b><br> 1841 <br><b>Default values for machine's parameters (a realistic example) are:</b><br> 1914 1842 <table> 1915 1843 <tr> … … 1994 1922 </tr> 1995 1923 </table> 1996 </p>1997 1924 </HTML>"), Diagram); 1998 1925 equation … … 2052 1979 annotation (defaultComponentName="AIMS", 2053 1980 Documentation(info="<HTML> 2054 <p>2055 1981 <b>Model of a three phase asynchronous induction machine with slipring rotor.</b><br> 2056 1982 Resistance and stray inductance of stator and rotor are modeled directly in stator respectively rotor phases, then using space phasor transformation and a stator-fixed <i>AirGap</i> model. Only losses in stator and rotor resistance are taken into account. 2057 </p> 2058 <p> 2059 <b>Default values for machine's parameters (a realistic example) are:</b><br> 1983 <br><b>Default values for machine's parameters (a realistic example) are:</b><br> 2060 1984 <table> 2061 1985 <tr> … … 2144 2068 </tr> 2145 2069 </table> 2146 </p>2147 2070 <p> 2148 2071 Parameter TurnsRatio could be obtained from the following relationship … … 2190 2113 extends Modelica.Icons.Library; 2191 2114 annotation (Documentation(info="<HTML> 2192 <p>2193 2115 This package contains models of synchronous induction machines, based on space phasor theory: 2194 2116 <ul> … … 2200 2122 </ul> 2201 2123 These models use package SpacePhasors. 2202 </p> 2203 <p> 2204 <b>Please keep in mind:</b><br> 2124 <br><b>Please keep in mind:</b><br> 2205 2125 <ul> 2206 2126 <li>We keep the same reference system as for motors, i.e.:<br> … … 2212 2132 <li>Voltage induced by the magnet wheel (d-axis) is located in the q-axis.</li> 2213 2133 </ul> 2214 </p>2215 2216 2134 </HTML>", revisions="<HTML> 2217 2135 <dl> 2218 <p>2219 2136 <dt><b>Main Authors:</b></dt> 2220 2137 <dd> … … 2224 2141 email: <a href=\"mailto:a.haumer@haumer.at\">a.haumer@haumer.at</a> 2225 2142 </dd> 2226 </p>2227 <p>2228 2143 <dt><b>Copyright:</b></dt> 2229 <dd>Copyright © 1998-200 6, Modelica Association and Anton Haumer.<br>2144 <dd>Copyright © 1998-2007, Modelica Association and Anton Haumer.<br> 2230 2145 <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 2231 2146 under the terms of the <b>Modelica license</b>, see the license conditions 2232 2147 and the accompanying <b>disclaimer</b> in the documentation of package 2233 2148 Modelica in file \"Modelica/package.mo\".</i></dd> 2234 </p>2235 2149 </dl> 2236 2237 2150 <ul> 2238 2151 <li> v1.02 2004/09/19 Anton Haumer</li> … … 2319 2232 Ellipse(extent=[-134,34; -66,-34], style(color=3, rgbcolor={0,0,255}))), 2320 2233 Documentation(info="<HTML> 2321 <p>2322 2234 <b>Model of a three phase permanent magnet synchronous induction machine.</b><br> 2323 2235 Resistance and stray inductance of stator is modeled directly in stator phases, then using space phasor transformation and a rotor-fixed <i>AirGap</i> model. Resistance and stray inductance of rotor's squirrel cage is modeled in two axis of the rotor-fixed ccordinate system. Permanent magnet excitation is modelled by a constant equivalent excitation current feeding the d-axis. Only losses in stator and damper resistance are taken into account. 2324 </p> 2325 <p> 2326 Whether a damper cage is present or not, can be selected with Boolean parameter DamperCage (default = true). 2327 </p> 2328 <p> 2329 <b>Default values for machine's parameters (a realistic example) are:</b><br> 2236 <br>Whether a damper cage is present or not, can be selected with Boolean parameter DamperCage (default = true). 2237 <br><b>Default values for machine's parameters (a realistic example) are:</b><br> 2330 2238 <table> 2331 2239 <tr> … … 2438 2346 </tr> 2439 2347 </table> 2440 </p>2441 2348 </HTML>")); 2442 2349 equation … … 2526 2433 rgbcolor={0,0,255}))), 2527 2434 Documentation(info="<HTML> 2528 <p>2529 2435 <b>Model of a three phase electrical excited synchronous induction machine with damper cage.</b><br> 2530 2436 Resistance and stray inductance of stator is modeled directly in stator phases, then using space phasor transformation and a rotor-fixed <i>AirGap</i> model. Resistance and stray inductance of rotor's squirrel cage is modeled in two axis of the rotor-fixed ccordinate system. Electrical excitation is modelled by converting excitation current and voltage to d-axis space phasors. Only losses in stator, damper and excitation resistance are taken into account. 2531 </p> 2532 <p> 2533 Whether a damper cage is present or not, can be selected with Boolean parameter DamperCage (default = true). 2534 </p> 2535 <p> 2536 <b>Default values for machine's parameters (a realistic example) are:</b><br> 2437 <br>Whether a damper cage is present or not, can be selected with Boolean parameter DamperCage (default = true). 2438 <br><b>Default values for machine's parameters (a realistic example) are:</b><br> 2537 2439 <table> 2538 2440 <tr> … … 2662 2564 </tr> 2663 2565 </table> 2664 </p>2665 2566 </HTML>")); 2666 2567 equation … … 2726 2627 Ellipse(extent=[-134,34; -66,-34], style(color=3, rgbcolor={0,0,255}))), 2727 2628 Documentation(info="<HTML> 2728 <p>2729 2629 <b>Model of a three phase synchronous induction machine with reluctance rotor and damper cage.</b><br> 2730 2630 Resistance and stray inductance of stator is modeled directly in stator phases, then using space phasor transformation. Resistance and stray inductance of rotor's squirrel cage is modeled in two axis of the rotor-fixed ccordinate system. Both together connected via a rotor-fixed <i>AirGap</i> model. Only losses in stator and rotor resistance are taken into account. 2731 </p> 2732 <p> 2733 Whether a damper cage is present or not, can be selected with Boolean parameter DamperCage (default = true). 2734 </p> 2735 <p> 2736 <b>Default values for machine's parameters (a realistic example) are:</b><br> 2631 <br>Whether a damper cage is present or not, can be selected with Boolean parameter DamperCage (default = true). 2632 <br><b>Default values for machine's parameters (a realistic example) are:</b><br> 2737 2633 <table> 2738 2634 <tr> … … 2837 2733 </tr> 2838 2734 </table> 2839 </p>2840 2735 </HTML>")); 2841 2736 equation … … 2848 2743 extends Modelica.Icons.Library; 2849 2744 annotation (Documentation(info="<HTML> 2850 <p>2851 2745 This package contains models of DC machines: 2852 2746 <ul> … … 2855 2749 <li>DC_SeriesExcited: DC machine with series excitation</li> 2856 2750 </ul> 2857 </p>2858 2859 2751 </HTML> 2860 2752 ", revisions="<HTML> 2861 2753 <dl> 2862 <p>2863 2754 <dt><b>Main Authors:</b></dt> 2864 2755 <dd> … … 2868 2759 email: <a href=\"mailto:a.haumer@haumer.at\">a.haumer@haumer.at</a> 2869 2760 </dd> 2870 </p>2871 <p>2872 2761 <dt><b>Copyright:</b></dt> 2873 <dd>Copyright © 1998-200 6, Modelica Association and Anton Haumer.<br>2762 <dd>Copyright © 1998-2007, Modelica Association and Anton Haumer.<br> 2874 2763 <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 2875 2764 under the terms of the <b>Modelica license</b>, see the license conditions 2876 2765 and the accompanying <b>disclaimer</b> in the documentation of package 2877 2766 Modelica in file \"Modelica/package.mo\".</i></dd> 2878 </p>2879 2767 </dl> 2880 2881 2768 <ul>
