Overview

class Overview "Overview of Modelica Library"
    extends Modelica.Icons.Information;

    annotation (Documentation(info = "<html>\n<p>\nThe Modelica Standard Library consists of the following\nmain sub-libraries:\n</p>\n\n<table border=1 cellspacing=0 cellpadding=2>\n<tr><th>Library Components</th> <th>Description</th></tr>\n\n<tr><td>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-Electrical.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.Electrical.Analog\">Analog</a><br>\n Analog electric and electronic components, such as\n resistor, capacitor, transformers, diodes, transistors,\n transmission lines, switches, sources, sensors.\n </td>\n</tr>\n\n<tr><td>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-Digital.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.Electrical.Digital\">Digital</a><br>\n Digital electrical components based on the VHDL standard,\n like basic logic blocks with 9-value logic, delays, gates,\n sources, converters between 2-, 3-, 4-, and 9-valued logic.\n </td>\n</tr>\n\n<tr><td>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-Machines.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.Electrical.Machines\">Machines</a><br>\n            Electrical asynchronous-, synchronous-, and DC-machines\n (motors and generators) as well as 3-phase transformers.\n </td>\n</tr>\n\n<tr><td>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-FluxTubes.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.Magnetic.FluxTubes\">FluxTubes</a><br>\nBased on magnetic flux tubes concepts. Especially to model electro-magnetic actuators. Nonlinear shape, force, leakage, and material models. Material data for steel, electric sheet, pure iron, Cobalt iron, Nickel iron, NdFeB, Sm2Co17, and more.\n </td>\n</tr>\n\n<tr><td>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-Translational.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.Mechanics.Translational\">Translational</a><br>\n 1-dim. mechanical, translational systems, e.g.,\n sliding mass, mass with stops, spring, damper.\n </td>\n</tr>\n\n<tr><td>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-Rotational.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.Mechanics.Rotational\">Rotational</a><br>\n 1-dim. mechanical, rotational systems, e.g., inertias, gears,\n planetary gears, convenient definition of speed/torque dependent friction\n (clutches, brakes, bearings, ..)\n </td>\n</tr>\n\n<tr><td width=100>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-MultiBody1.png\"><br>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-MultiBody2.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.Mechanics.MultiBody\">MultiBody</a>\n 3-dim. mechanical systems consisting of joints, bodies, force and\n sensor elements. Joints can be driven by drive trains defined by\n 1-dim. mechanical system library (Rotational).\n Every component has a default animation.\n Components can be arbitrarily connected together.\n </td>\n</tr>\n\n<tr><td>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-Fluid.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.Fluid\">Fluid</a><br>\n        1-dim. thermo-fluid flow in networks of vessels, pipes,\n        fluid machines, valves and fittings. All media from the\n        Modelica.Media library can be used (so incompressible or compressible,\n        single or multiple substance, one or two phase medium).\n </td>\n</tr>\n\n<tr><td>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-Media.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.Media\">Media</a><br>\n Large media library providing models and functions\n to compute media properties, such as h = h(p,T), d = d(p,T),\n for the following media:\n <ul>\n <li> 1240 gases and mixtures between these gases.</li>\n <li> incompressible, table based liquids (h = h(T), etc.).</li>\n <li> compressible liquids</li>\n <li> dry and moist air</li>\n <li> high precision model for water (IF97).</li>\n </ul>\n </td>\n</tr>\n\n<tr><td>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-Thermal.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.Thermal.FluidHeatFlow\">FluidHeatFlow</a>,\n <a href=\"modelica://Modelica.Thermal.HeatTransfer\">HeatTransfer</a>\n Simple thermo-fluid pipe flow, especially to model cooling of machines\n with air or water (pipes, pumps, valves, ambient, sensors, sources) and\n lumped heat transfer with heat capacitors, thermal conductors, convection,\n body radiation, sources and sensors.\n </td>\n</tr>\n\n<tr><td>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-Blocks1.png\"><br>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-Blocks2.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.Blocks\">Blocks</a><br>\n Input/output blocks to model block diagrams and logical networks, e.g.,\n integrator, PI, PID, transfer function, linear state space system,\n sampler, unit delay, discrete transfer function, and/or blocks,\n timer, hysteresis, nonlinear and routing blocks, sources, tables.\n </td>\n</tr>\n\n<tr><td>\n <img src=\"modelica://Modelica/Resources/Images/UsersGuide/Lib-StateGraph.png\">\n </td>\n <td>\n <a href=\"modelica://Modelica.StateGraph\">StateGraph</a><br>\n Hierarchical state machines with a similar modeling power as Statecharts.\n Modelica is used as synchronous action language, i.e., deterministic\n behavior is guaranteed\n </td>\n</tr>\n\n<tr><td>\n <pre>\n A = [1,2,3;\n   3,4,5;\n   2,1,4];\n b = {10,22,12};\n x = Matrices.solve(A,b);\n Matrices.eigenValues(A);\n </pre>\n </td>\n <td>\n <a href=\"modelica://Modelica.Math\">Math</a>,\n <a href=\"modelica://Modelica.Utilities\">Utilities</a><br>\n Functions operating on vectors and matrices, such as for solving\n linear systems, eigen and singular values etc.,  and\n functions operating on strings, streams, files, e.g.,\n to copy and remove a file or sort a vector of strings.\n </td>\n</tr>\n\n</table>\n\n</html>"));
end Overview;