Idle

model Idle "Idle running branch"
    extends FluxTubes.Interfaces.PartialTwoPorts;
equation
    Phi = 0;

    annotation (
        Icon(
            coordinateSystem(
                preserveAspectRatio = false,
                extent = {
                    {-100, -100}, 
                    {100, 100}}),
            graphics = {
                Text(
                    extent = {
                        {-150, 50}, 
                        {150, 90}},
                    lineColor = {0, 0, 255},
                    textString = "%name"), 
                Line(
                    points = {
                        {-100, 0}, 
                        {-40, 0}},
                    color = {255, 128, 0}), 
                Line(
                    points = {
                        {40, 0}, 
                        {100, 0}},
                    color = {255, 128, 0})}),
        Documentation(
            info = "<html>\n<p>\nThis is a simple idle running branch.\n</p>\n\n\n</html>",
            revisions = "<html>\n<h5>Version 3.2.2, 2014-01-15 (Christian Kral)</h5>\n<ul>\n<li>Added idle model</li>\n</ul>\n\n</html>"),
        Diagram(
            coordinateSystem(
                preserveAspectRatio = false,
                extent = {
                    {-100, -100}, 
                    {100, 100}}),
            graphics = {
                Line(
                    points = {
                        {-100, 0}, 
                        {-60, 0}},
                    color = {255, 128, 0}), 
                Line(
                    points = {
                        {60, 0}, 
                        {100, 0}},
                    color = {255, 128, 0}), 
                Line(
                    points = {
                        {-60, 0}, 
                        {-40, 2}, 
                        {-18, 6}, 
                        {0, 14}, 
                        {12, 26}},
                    color = {255, 128, 0}), 
                Line(
                    points = {
                        {60, 0}, 
                        {40, -2}, 
                        {18, -6}, 
                        {0, -14}, 
                        {-12, -26}},
                    color = {255, 128, 0})}));
end Idle;