Flange

connector Flange "One-dimensional translational flange"
    SI.Position s "Absolute position of flange";
    flow SI.Force f "Cut force directed into flange";

    annotation (Documentation(info = "<html>\n<p>\nThis is a connector for 1D translational mechanical systems.\nIt has no icon definition and is only used by inheritance from\nflange connectors to define different icons.\n</p>\n<p>\nThe following variables are defined in this connector:\n</p>\n\n<blockquote><pre>\ns: Absolute position of the flange in [m]. A positive translation\n   means that the flange is translated along the flange axis.\nf: Cut-force in direction of the flange axis in [N].\n</pre></blockquote>\n</html>"));
end Flange;