{
    "id": 8132,
    "date": "2025-01-23T14:31:38",
    "date_gmt": "2025-01-23T13:31:38",
    "guid": {
        "rendered": "https:\/\/www.inventus.at\/?page_id=8132"
    },
    "modified": "2025-10-21T20:44:19",
    "modified_gmt": "2025-10-21T18:44:19",
    "slug": "mrx-applications",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/www.inventus.at\/de\/mrx-applications\/",
    "title": {
        "rendered": "MRX Applications"
    },
    "content": {
        "rendered": "<div data-elementor-type=\"wp-page\" data-elementor-id=\"8132\" class=\"elementor elementor-8132\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-dc53146 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dc53146\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-650e41f\" data-id=\"650e41f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4d6e6fe elementor-widget elementor-widget-html\" data-id=\"4d6e6fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    \/\/ Flow Mode Abschnitte\r\n    const flowModeSections = [\r\n        ...document.querySelectorAll(\r\n            '.flow-mode-versteckt-1, .flow-mode-versteckt-2, .flow-mode-versteckt-3, .flow-mode-versteckt-4, .flow-mode-versteckt-5'\r\n        ),\r\n    ];\r\n\r\n    \/\/ Shear Mode Abschnitte\r\n    const shearModeSections = [\r\n        ...document.querySelectorAll(\r\n            '.shear-mode-versteckt-1, .shear-mode-versteckt-2, .shear-mode-versteckt-3, .shear-mode-versteckt-4, .shear-mode-versteckt-5'\r\n        ),\r\n    ];\r\n\r\n    \/\/ Shear Mode Sternkontur Abschnitte\r\n    const shearModeSternkonturSections = [\r\n        ...document.querySelectorAll(\r\n            '.shear-mode-sternkontur-versteckt-1, .shear-mode-sternkontur-versteckt-2, .shear-mode-sternkontur-versteckt-3, .shear-mode-sternkontur-versteckt-4, .shear-mode-sternkontur-versteckt-5'\r\n        ),\r\n    ];\r\n\r\n    \/\/ Linear Flow Mode Abschnitte\r\n    const linearFlowModeSections = [\r\n        ...document.querySelectorAll(\r\n            '.linear-flowmode-versteckt-1, .linear-flowmode-versteckt-2, .linear-flowmode-versteckt-3, .linear-flowmode-versteckt-4, .linear-flowmode-versteckt-5'\r\n        ),\r\n    ];\r\n\r\n    \/\/ Rotative Flow Mode (Begrenzt) Abschnitte\r\n    const rotativeFlowModeBegrenztSections = [\r\n        ...document.querySelectorAll(\r\n            '.rotative-flowmode-begrenzt-versteckt-1, .rotative-flowmode-begrenzt-versteckt-2, .rotative-flowmode-begrenzt-versteckt-3, .rotative-flowmode-begrenzt-versteckt-4, .rotative-flowmode-begrenzt-versteckt-5'\r\n        ),\r\n    ];\r\n\r\n    \/\/ Zus\u00e4tzliche Abschnitte f\u00fcr den \"rotative-flowmode-begrenzt-button\"\r\n    const mrfRotaryDamperSections = [\r\n        ...document.querySelectorAll('.MRF-rotary-damper-pw-button-1')\r\n    ];\r\n\r\n    \/\/ Rotative Flow Mode (Unbegrenzt) Abschnitte\r\n    const rotativeFlowModeUnbegrenztSections = [\r\n        ...document.querySelectorAll(\r\n            '.rotative-flowmode-unbegrenzt-versteckt-1, .rotative-flowmode-unbegrenzt-versteckt-2, .rotative-flowmode-unbegrenzt-versteckt-3, .rotative-flowmode-unbegrenzt-versteckt-4, .rotative-flowmode-unbegrenzt-versteckt-5'\r\n        ),\r\n    ];\r\n\r\n    \/\/ Wedge Mode Abschnitte\r\n    const wedgeModeSections = [\r\n        ...document.querySelectorAll(\r\n            '.wedge-mode-versteckt-1, .wedge-mode-versteckt-2, .wedge-mode-versteckt-3, .wedge-mode-versteckt-4, .wedge-mode-versteckt-5'\r\n        ),\r\n    ];\r\n\r\n    let currentVisibleSections = [];\r\n\r\n    \/\/ Initial: Alle Abschnitte ausblenden\r\n    function hideAllSections(exclude = []) {\r\n        [\r\n            ...flowModeSections,\r\n            ...shearModeSections,\r\n            ...shearModeSternkonturSections,\r\n            ...linearFlowModeSections,\r\n            ...rotativeFlowModeBegrenztSections,\r\n            ...rotativeFlowModeUnbegrenztSections,\r\n            ...wedgeModeSections,\r\n            ...mrfRotaryDamperSections\r\n        ]\r\n            .filter(section => !exclude.includes(section))\r\n            .forEach(section => {\r\n                if (section) section.style.display = 'none';\r\n            });\r\n    }\r\n\r\n    \/\/ Beim Laden der Seite alle Abschnitte ausblenden\r\n    hideAllSections();\r\n\r\n    \/\/ Toggle-Funktion zum Ein- und Ausblenden der Abschnitte\r\n    function toggleVisibility(sections, keepVisible = []) {\r\n        \/\/ Abschnitte ausblenden, au\u00dfer den \u00fcbergebenen \"keepVisible\"\r\n        hideAllSections(keepVisible);\r\n\r\n        \/\/ Neue Abschnitte einblenden\r\n        sections.forEach(section => {\r\n            if (section) {\r\n                section.style.display = 'block';\r\n            }\r\n        });\r\n\r\n        \/\/ Immer zum ersten Abschnitt scrollen\r\n        if (sections.length > 0) {\r\n            sections[0].scrollIntoView({ behavior: 'smooth' });\r\n        }\r\n\r\n        \/\/ Sichtbare Abschnitte aktualisieren\r\n        currentVisibleSections = sections;\r\n    }\r\n\r\n    \/\/ Event Listener f\u00fcr Button-Klicks\r\n    document.body.addEventListener('click', function(event) {\r\n        if (event.target.closest('.flow-mode-button')) {\r\n            console.log('Flow Mode Button clicked');\r\n            toggleVisibility(flowModeSections);\r\n        } else if (event.target.closest('.shear-mode-button')) {\r\n            console.log('Shear Mode Button clicked');\r\n            toggleVisibility(shearModeSections);\r\n        } else if (event.target.closest('.shear-mode-sternkontur-button')) {\r\n            console.log('Shear Mode Sternkontur Button clicked');\r\n            toggleVisibility(shearModeSternkonturSections);\r\n        } else if (event.target.closest('.linear-flowmode-button')) {\r\n            console.log('Linear Flow Mode Button clicked');\r\n            toggleVisibility(linearFlowModeSections, flowModeSections);\r\n        } else if (event.target.closest('.rotative-flowmode-begrenzt-button')) {\r\n            console.log('Rotative Flow Mode (Begrenzt) Button clicked');\r\n            toggleVisibility([...rotativeFlowModeBegrenztSections, ...mrfRotaryDamperSections], flowModeSections);\r\n        } else if (event.target.closest('.rotative-flowmode-unbegrenzt-button')) {\r\n            console.log('Rotative Flow Mode (Unbegrenzt) Button clicked');\r\n            toggleVisibility(rotativeFlowModeUnbegrenztSections, flowModeSections);\r\n        } else if (event.target.closest('.wedge-mode-button')) {\r\n            console.log('Wedge Mode Button clicked');\r\n            toggleVisibility(wedgeModeSections);\r\n        }\r\n    });\r\n});\r\n<\/script>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    \/\/ Der gesch\u00fctzte Abschnitt f\u00fcr das Rotary Damper Video\r\n    const rotaryDamperVideoSection = document.querySelector('.rotary-damper-video-versteckt-1');\r\n\r\n    \/\/ Standardm\u00e4\u00dfig ausblenden\r\n    if (rotaryDamperVideoSection) {\r\n        rotaryDamperVideoSection.style.display = \"none\";\r\n    }\r\n\r\n    \/\/ Passwort-Popup-Elemente f\u00fcr das zweite Passwort-Feld\r\n    const popup2 = document.createElement('div');\r\n    popup2.id = \"password-popup-2\";\r\n    popup2.style.cssText = \"display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; border: 2px solid black; padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 1000;\";\r\n\r\n    popup2.innerHTML = `\r\n    <p>Please put in a valid Password:<\/p>\r\n    <input type=\"password\" id=\"password-input-2\" placeholder=\"Password\" style=\"margin-bottom: 10px; width: 100%; padding: 8px;\">\r\n    <button id=\"submit-password-2\" style=\"padding: 8px 15px; margin-right: 10px; background-color: #96141C; color: white; border: none; cursor: pointer;\">Submit<\/button>\r\n    <button id=\"close-popup-2\" style=\"padding: 8px 15px; background-color: #96141C; color: white; border: none; cursor: pointer;\">Close<\/button>\r\n    `;\r\n\r\n    document.body.appendChild(popup2);\r\n\r\n    const popupBg2 = document.createElement('div');\r\n    popupBg2.id = \"popup-bg-2\";\r\n    popupBg2.style.cssText = \"display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999;\";\r\n\r\n    document.body.appendChild(popupBg2);\r\n\r\n    const passwordInput2 = document.getElementById(\"password-input-2\");\r\n    const submitButton2 = document.getElementById(\"submit-password-2\");\r\n    const closeButton2 = document.getElementById(\"close-popup-2\");\r\n\r\n    const validPassword2 = \"67890\"; \/\/ Hier kannst du das gew\u00fcnschte Passwort setzen\r\n\r\n    let sectionVisible2 = false;\r\n\r\n    \/\/ Event Listener f\u00fcr den Button-Klick\r\n    document.body.addEventListener('click', function(event) {\r\n        if (event.target.closest('.rotary-damper-video-button')) {\r\n            console.log('Rotary Damper Video Button clicked');\r\n\r\n            if (!sectionVisible2) {\r\n                popup2.style.display = \"block\";\r\n                popupBg2.style.display = \"block\";\r\n            } else {\r\n                \/\/ Abschnitt verstecken\r\n                if (rotaryDamperVideoSection) {\r\n                    rotaryDamperVideoSection.style.display = \"none\";\r\n                }\r\n                sectionVisible2 = false;\r\n            }\r\n        }\r\n    });\r\n\r\n    \/\/ Passwort\u00fcberpr\u00fcfung f\u00fcr das zweite Passwort-Feld\r\n    submitButton2.addEventListener('click', function() {\r\n        const password2 = passwordInput2.value;\r\n        if (password2 === validPassword2) {\r\n            \/\/ Passwort korrekt: Abschnitt einblenden\r\n            if (rotaryDamperVideoSection) {\r\n                rotaryDamperVideoSection.style.display = \"block\";\r\n            }\r\n            sectionVisible2 = true;\r\n\r\n            \/\/ Pop-Up schlie\u00dfen und Eingabefeld leeren\r\n            popup2.style.display = \"none\";\r\n            popupBg2.style.display = \"none\";\r\n            passwordInput2.value = \"\";\r\n        } else {\r\n            alert(\"Incorrect Password!\");\r\n        }\r\n    });\r\n\r\n    \/\/ Pop-Up schlie\u00dfen\r\n    closeButton2.addEventListener('click', function() {\r\n        popup2.style.display = \"none\";\r\n        popupBg2.style.display = \"none\";\r\n        passwordInput2.value = \"\";\r\n    });\r\n\r\n    \/\/ Hintergrundklick schlie\u00dft das Pop-Up\r\n    popupBg2.addEventListener('click', function() {\r\n        popup2.style.display = \"none\";\r\n        popupBg2.style.display = \"none\";\r\n        passwordInput2.value = \"\";\r\n    });\r\n});\r\n<\/script>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    \/\/ Alle gesch\u00fctzten Star Contour-Elemente von Endung 111 bis 130 sammeln\r\n    const shearModeSternkonturSections = [];\r\n    for (let i = 111; i <= 130; i++) {\r\n        const elements = document.querySelectorAll('.shear-mode-sternkontur-versteckt-' + i);\r\n        shearModeSternkonturSections.push(...elements);\r\n    }\r\n\r\n    \/\/ Alle gesammelten Elemente initial ausblenden\r\n    shearModeSternkonturSections.forEach(section => {\r\n        section.style.display = \"none\";\r\n    });\r\n\r\n    \/\/ Passwort-Popup-Elemente f\u00fcr den Star Contour Bereich\r\n    const popup = document.createElement('div');\r\n    popup.id = \"password-popup-star\";\r\n    popup.style.cssText = \"display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; border: 2px solid black; padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 1000;\";\r\n    popup.innerHTML = `\r\n    <p>Please put in a valid Password:<\/p>\r\n    <input type=\"password\" id=\"password-input-star\" placeholder=\"Password\" style=\"margin-bottom: 10px; width: 100%; padding: 8px;\">\r\n    <button id=\"submit-password-star\" style=\"padding: 8px 15px; margin-right: 10px; background-color: #96141C; color: white; border: none; cursor: pointer;\">Submit<\/button>\r\n    <button id=\"close-popup-star\" style=\"padding: 8px 15px; background-color: #96141C; color: white; border: none; cursor: pointer;\">Close<\/button>\r\n    `;\r\n    document.body.appendChild(popup);\r\n\r\n    const popupBg = document.createElement('div');\r\n    popupBg.id = \"popup-bg-star\";\r\n    popupBg.style.cssText = \"display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999;\";\r\n    document.body.appendChild(popupBg);\r\n\r\n    const passwordInput = document.getElementById(\"password-input-star\");\r\n    const submitButton = document.getElementById(\"submit-password-star\");\r\n    const closeButton = document.getElementById(\"close-popup-star\");\r\n\r\n    const validPassword = \"12345\"; \/\/ Passwort f\u00fcr Star Contour\r\n    let sectionsVisible = false;\r\n\r\n    \/\/ Event Listener f\u00fcr den Button-Klick (verwende die neue Button-Klasse \"shear-mode-sternkontur-button-PW\")\r\n    document.body.addEventListener('click', function(event) {\r\n        if (event.target.closest('.shear-mode-sternkontur-button-PW')) {\r\n            console.log('Shear Mode Sternkontur Button PW clicked');\r\n            if (!sectionsVisible) {\r\n                popup.style.display = \"block\";\r\n                popupBg.style.display = \"block\";\r\n            } else {\r\n                \/\/ Falls bereits sichtbar: Alle Star Contour-Elemente wieder ausblenden\r\n                shearModeSternkonturSections.forEach(section => {\r\n                    section.style.display = \"none\";\r\n                });\r\n                sectionsVisible = false;\r\n            }\r\n        }\r\n    });\r\n\r\n    \/\/ Passwort\u00fcberpr\u00fcfung f\u00fcr den Star Contour Bereich\r\n    submitButton.addEventListener('click', function() {\r\n        const enteredPassword = passwordInput.value;\r\n        if (enteredPassword === validPassword) {\r\n            \/\/ Passwort korrekt: Alle gesammelten Elemente einblenden\r\n            shearModeSternkonturSections.forEach(section => {\r\n                section.style.display = \"block\";\r\n            });\r\n            sectionsVisible = true;\r\n\r\n            \/\/ Pop-Up schlie\u00dfen und Eingabefeld leeren\r\n            popup.style.display = \"none\";\r\n            popupBg.style.display = \"none\";\r\n            passwordInput.value = \"\";\r\n        } else {\r\n            alert(\"Incorrect Password!\");\r\n        }\r\n    });\r\n\r\n    \/\/ Pop-Up schlie\u00dfen bei Klick auf den Close-Button\r\n    closeButton.addEventListener('click', function() {\r\n        popup.style.display = \"none\";\r\n        popupBg.style.display = \"none\";\r\n        passwordInput.value = \"\";\r\n    });\r\n\r\n    \/\/ Hintergrundklick schlie\u00dft das Pop-Up\r\n    popupBg.addEventListener('click', function() {\r\n        popup.style.display = \"none\";\r\n        popupBg.style.display = \"none\";\r\n        passwordInput.value = \"\";\r\n    });\r\n});\r\n<\/script>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6fa813a elementor-section-full_width elementor-section-height-min-height elementor-section-items-stretch elementor-section-content-middle elementor-reverse-mobile elementor-section-height-default\" data-id=\"6fa813a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a91f8b6\" data-id=\"a91f8b6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0172f9b elementor-widget elementor-widget-menu-anchor\" data-id=\"0172f9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"ApplicationsTOP\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60b27a9 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"60b27a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MRX<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a90a60 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2a90a60\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Applications<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55ddcd6 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"55ddcd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:900}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">implemented in<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20303f3 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"20303f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1300}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Products<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8308308\" data-id=\"8308308\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8f5b051 elementor-widget elementor-widget-spacer\" data-id=\"8f5b051\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-dc46111 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dc46111\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-900fd05\" data-id=\"900fd05\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-41882f8 elementor-widget elementor-widget-html\" data-id=\"41882f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const menuLinks = document.querySelectorAll(\".custom-side-menu-applications a\");\n\n    \/\/ Definition der Hauptanker in Reihenfolge (von oben nach unten)\n    const mainAnchors = [\n        { id: \"ApplicationsTOP\" },\n        { id: \"flow-mode\" },\n        { id: \"shear-mode\" },\n        { id: \"wedge-mode\" }\n    ];\n\n    \/\/ Definition der Unteranker f\u00fcr die jeweiligen Hauptbereiche\n    const subAnchors = {\n        \"flow-mode\": [\"linearflowmode\", \"rotativeflowmodelimited\", \"rotativeflowmodeunlimited\"],\n        \"shear-mode\": [\"shearmodestarcontour\", \"star-contour-password-protected\"],\n        \/\/ F\u00fcr wedge-mode gibt es hier keine Unteranker\n    };\n\n    \/\/ Offset in Pixel (anpassen, falls du z.\u202fB. einen fixierten Header hast)\n    const offset = 100;\n\n    \/\/ Ermittelt die Positionen der Hauptanker relativ zur Seite\n    function updateMainPositions() {\n        mainAnchors.forEach(anchor => {\n            const el = document.getElementById(anchor.id);\n            if (el) {\n                const rect = el.getBoundingClientRect();\n                anchor.top = rect.top + window.scrollY;\n            }\n        });\n    }\n    updateMainPositions();\n    window.addEventListener(\"resize\", updateMainPositions);\n\n    function onScroll() {\n        const scrollPos = window.scrollY || window.pageYOffset;\n        let activeMainId;\n\n        \/\/ Bestimme den aktiven Hauptanker:\n        \/\/ Falls wir ganz oben sind (unterhalb des Beginns des ersten Inhaltsbereichs), aktiviere \"Back to Top\"\n        if (scrollPos < mainAnchors[1].top - offset) {\n            activeMainId = mainAnchors[0].id;\n        } else {\n            \/\/ F\u00fcr die restlichen Hauptanker: Finde den letzten, dessen obere Grenze (minus Offset) bereits erreicht wurde\n            for (let i = 1; i < mainAnchors.length - 1; i++) {\n                if (scrollPos + offset >= mainAnchors[i].top && scrollPos + offset < mainAnchors[i+1].top) {\n                    activeMainId = mainAnchors[i].id;\n                    break;\n                }\n            }\n            if (!activeMainId) {\n                activeMainId = mainAnchors[mainAnchors.length - 1].id;\n            }\n        }\n\n        \/\/ Zuerst: Entferne die aktive Klasse von allen Men\u00fcpunkten\n        menuLinks.forEach(link => link.classList.remove(\"elementor-item-active\"));\n\n        \/\/ Setze den aktiven Hauptanker im Men\u00fc\n        const mainLink = document.querySelector(`.custom-side-menu-applications a[href=\"#${activeMainId}\"]`);\n        if (mainLink) {\n            mainLink.classList.add(\"elementor-item-active\");\n        }\n\n        \/\/ Falls es Unteranker f\u00fcr den aktiven Hauptbereich gibt, bestimme den aktiven Unteranker\n        if (subAnchors[activeMainId] && subAnchors[activeMainId].length > 0) {\n            let activeSubId = null;\n            for (let i = 0; i < subAnchors[activeMainId].length; i++) {\n                let subEl = document.getElementById(subAnchors[activeMainId][i]);\n                if (!subEl) continue;\n                \/\/ Berechne die absolute Position des Unterankers\n                const subTop = subEl.getBoundingClientRect().top + window.scrollY;\n                if (scrollPos + offset >= subTop) {\n                    activeSubId = subAnchors[activeMainId][i];\n                } else {\n                    break;\n                }\n            }\n            \/\/ Falls ein aktiver Unteranker ermittelt wurde, markiere ihn ebenfalls\n            if (activeSubId) {\n                const subLink = document.querySelector(`.custom-side-menu-applications a[href=\"#${activeSubId}\"]`);\n                if (subLink) {\n                    subLink.classList.add(\"elementor-item-active\");\n                }\n            }\n        }\n    }\n\n    window.addEventListener(\"scroll\", onScroll);\n    window.addEventListener(\"load\", onScroll);\n});\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50c4198 elementor-nav-menu__align-center custom-side-menu-applications elementor-nav-menu--stretch elementor-widget-mobile__width-initial elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu\" data-id=\"50c4198\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:150,&quot;layout&quot;:&quot;vertical&quot;,&quot;sticky_offset_mobile&quot;:80,&quot;full_width&quot;:&quot;stretch&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\\&quot;fas fa-caret-down\\&quot; aria-hidden=\\&quot;true\\&quot;&gt;&lt;\\\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<nav aria-label=\"Men\u00fc\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-underline e--animation-fade\">\n\t\t\t\t<ul id=\"menu-1-50c4198\" class=\"elementor-nav-menu sm-vertical\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8416\"><a href=\"#ApplicationsTOP\" class=\"elementor-item elementor-item-anchor\">Back to the Top!<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8334\"><a href=\"#flow-mode\" class=\"elementor-item elementor-item-anchor\">Flow Mode<\/a>\n<ul class=\"sub-menu elementor-nav-menu--dropdown\">\n\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8542\"><a href=\"#linearflowmode\" class=\"elementor-sub-item elementor-item-anchor\">Linear Flow Mode<\/a>\n\t<ul class=\"sub-menu elementor-nav-menu--dropdown\">\n\t\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8910\"><a href=\"#Example-Product-LinearFlowMode\" class=\"elementor-sub-item elementor-item-anchor\">Products &#8211; Linear Flow Mode<\/a><\/li>\n\t<\/ul>\n<\/li>\n\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8546\"><a href=\"#rotativeflowmodelimited\" class=\"elementor-sub-item elementor-item-anchor\">Rotative Flow Mode &#8211; limited<\/a>\n\t<ul class=\"sub-menu elementor-nav-menu--dropdown\">\n\t\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8915\"><a href=\"#Example-Product-LinearFlowMode-LimitedAngle\" class=\"elementor-sub-item elementor-item-anchor\">Products &#8211; Linear Flow &#8211; Limited Angle<\/a><\/li>\n\t<\/ul>\n<\/li>\n\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8547\"><a href=\"#rotativeflowmodeunlimited\" class=\"elementor-sub-item elementor-item-anchor\">Rotative Flow Mode &#8211; unlimited<\/a><\/li>\n<\/ul>\n<\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8335\"><a href=\"#shear-mode\" class=\"elementor-item elementor-item-anchor\">Shear Mode<\/a>\n<ul class=\"sub-menu elementor-nav-menu--dropdown\">\n\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8919\"><a href=\"#Example-Product-ShearMode\" class=\"elementor-sub-item elementor-item-anchor\">Products &#8211; Shear Mode<\/a><\/li>\n\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8566\"><a href=\"#shearmodestarcontour\" class=\"elementor-sub-item elementor-item-anchor\">Star Contour &#8211; Password Protected!<\/a><\/li>\n<\/ul>\n<\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8336\"><a href=\"#wedge-mode\" class=\"elementor-item elementor-item-anchor\">Wedge Mode<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t<div class=\"elementor-menu-toggle\" role=\"button\" tabindex=\"0\" aria-label=\"Men\u00fc Umschalter\" aria-expanded=\"false\">\n\t\t\t<i aria-hidden=\"true\" role=\"presentation\" class=\"elementor-menu-toggle__icon--open eicon-menu-bar\"><\/i><i aria-hidden=\"true\" role=\"presentation\" class=\"elementor-menu-toggle__icon--close eicon-close\"><\/i>\t\t<\/div>\n\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-50c4198\" class=\"elementor-nav-menu sm-vertical\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8416\"><a href=\"#ApplicationsTOP\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Back to the Top!<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8334\"><a href=\"#flow-mode\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Flow Mode<\/a>\n<ul class=\"sub-menu elementor-nav-menu--dropdown\">\n\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8542\"><a href=\"#linearflowmode\" class=\"elementor-sub-item elementor-item-anchor\" tabindex=\"-1\">Linear Flow Mode<\/a>\n\t<ul class=\"sub-menu elementor-nav-menu--dropdown\">\n\t\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8910\"><a href=\"#Example-Product-LinearFlowMode\" class=\"elementor-sub-item elementor-item-anchor\" tabindex=\"-1\">Products &#8211; Linear Flow Mode<\/a><\/li>\n\t<\/ul>\n<\/li>\n\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8546\"><a href=\"#rotativeflowmodelimited\" class=\"elementor-sub-item elementor-item-anchor\" tabindex=\"-1\">Rotative Flow Mode &#8211; limited<\/a>\n\t<ul class=\"sub-menu elementor-nav-menu--dropdown\">\n\t\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8915\"><a href=\"#Example-Product-LinearFlowMode-LimitedAngle\" class=\"elementor-sub-item elementor-item-anchor\" tabindex=\"-1\">Products &#8211; Linear Flow &#8211; Limited Angle<\/a><\/li>\n\t<\/ul>\n<\/li>\n\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8547\"><a href=\"#rotativeflowmodeunlimited\" class=\"elementor-sub-item elementor-item-anchor\" tabindex=\"-1\">Rotative Flow Mode &#8211; unlimited<\/a><\/li>\n<\/ul>\n<\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8335\"><a href=\"#shear-mode\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Shear Mode<\/a>\n<ul class=\"sub-menu elementor-nav-menu--dropdown\">\n\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8919\"><a href=\"#Example-Product-ShearMode\" class=\"elementor-sub-item elementor-item-anchor\" tabindex=\"-1\">Products &#8211; Shear Mode<\/a><\/li>\n\t<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8566\"><a href=\"#shearmodestarcontour\" class=\"elementor-sub-item elementor-item-anchor\" tabindex=\"-1\">Star Contour &#8211; Password Protected!<\/a><\/li>\n<\/ul>\n<\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8336\"><a href=\"#wedge-mode\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Wedge Mode<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0a4fe97\" data-id=\"0a4fe97\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-baa81eb elementor-widget elementor-widget-spacer\" data-id=\"baa81eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61959ac elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"61959ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-cogs\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tOur MRX - Applications\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-05c17c9 elementor-widget elementor-widget-text-editor\" data-id=\"05c17c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The MRX Applications represent an innovative solution for a wide range of applications in the most diverse areas of use. In this overview, we offer you a comprehensive presentation of the three main modes &#8211; Flow Mode, Shear Mode and Wedge Mode. Each of these modes is not only explained in detail, but also supplemented by clear, practical examples that illustrate their respective strengths and application potential. This combination of detailed explanation and practical illustration enables you to gain an in-depth understanding of the functionality and versatility of our MRX technologies and to make optimum use of them for your specific requirements.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf6c36a elementor-widget elementor-widget-image\" data-id=\"cf6c36a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"477\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-1-Working-range-of-a-linear-damper-e1736849192335-1024x610.png\" class=\"attachment-large size-large wp-image-7624\" alt=\"Graph showing the working range of a linear damper\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-1-Working-range-of-a-linear-damper-e1736849192335-1024x610.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-1-Working-range-of-a-linear-damper-e1736849192335-300x179.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-1-Working-range-of-a-linear-damper-e1736849192335-768x457.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-1-Working-range-of-a-linear-damper-e1736849192335-1536x914.png 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-1-Working-range-of-a-linear-damper-e1736849192335-18x12.png 18w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-1-Working-range-of-a-linear-damper-e1736849192335.png 1653w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 1: Working range of a linear damper<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e361d31 elementor-widget elementor-widget-spacer\" data-id=\"e361d31\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfa7813 elementor-widget elementor-widget-menu-anchor\" data-id=\"cfa7813\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"flow-mode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc1b73e elementor-widget elementor-widget-spacer\" data-id=\"dc1b73e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c59c19d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c59c19d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-59ea8f4\" data-id=\"59ea8f4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-73b232d elementor-widget__width-auto elementor-widget elementor-widget-heading\" data-id=\"73b232d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:50}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Magnetic flux through the effective gap of an MRF Valve<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be882f8 elementor-widget elementor-widget-text-editor\" data-id=\"be882f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In flow mode, MR fluid is conveyed from the high-pressure side to the low-pressure side due to an actuating movement in a mechanical system. The fluid is pressed through relatively low channels, which are magnetically flooded perpendicular to the direction of movement. This results in a hydraulic pressure loss during the flow due to the viscosity and, in addition, magnetic shear stresses become effective, which in total impose a certain pressure loss on the system (MRF valve).<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2f7dfe0\" data-id=\"2f7dfe0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c98eb5c elementor-widget elementor-widget-image\" data-id=\"c98eb5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"409\" height=\"361\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/10\/Magnetic-flux-through-the-effective-gap-of-an-MRF-valve.png\" class=\"attachment-medium_large size-medium_large wp-image-4732\" alt=\"Magnetic flux density and velocity distribution in the effective gap of an MRF valve, including cross-sectional view and magnetic field simulation.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/10\/Magnetic-flux-through-the-effective-gap-of-an-MRF-valve.png 409w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/10\/Magnetic-flux-through-the-effective-gap-of-an-MRF-valve-300x265.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/10\/Magnetic-flux-through-the-effective-gap-of-an-MRF-valve-14x12.png 14w\" sizes=\"(max-width: 409px) 100vw, 409px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 2: Magnetic flux through the effective gap of an MRF valve: area between housing and coil core <\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-a0c4fa3 elementor-widget elementor-widget-toggle\" data-id=\"a0c4fa3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1681\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1681\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">More detailed information about ON \/ OFF States<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1681\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1681\"><p>The ON-OFF state diagram (I=Imax or I=oA) shows the usual behavior of an actuator operated in flow mode with the basic hydraulic damping (green characteristic curve) and the maximum damping via the additional MR effect (orange characteristics curve). The range between the two characteristic curves can be varied via control from 0-100% of the maximum oil current.<\/p><p>\u00a0<\/p><p>The great advantage over purely hydraulic actuators is that, on the one hand, high forces\/torques can be generated even at no speed and on the other hand, an entire working range can be used variably.<\/p><figure id=\"attachment_8056\" aria-describedby=\"caption-attachment-8056\" style=\"width: 681px\" class=\"wp-caption alignleft\"><img decoding=\"async\" class=\"wp-image-8056 size-full\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-3-Working-range-of-an-actuator-in-flow-mode-1.png\" alt=\"Diagram showing the working range of an actuator in flow mode\" width=\"681\" height=\"411\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-3-Working-range-of-an-actuator-in-flow-mode-1.png 681w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-3-Working-range-of-an-actuator-in-flow-mode-1-300x181.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-3-Working-range-of-an-actuator-in-flow-mode-1-18x12.png 18w\" sizes=\"(max-width: 681px) 100vw, 681px\" \/><figcaption id=\"caption-attachment-8056\" class=\"wp-caption-text\">Figure 3: Working range of an actuator operated in flow mode<\/figcaption><\/figure><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8295506 elementor-widget elementor-widget-spacer\" data-id=\"8295506\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62deeca elementor-widget elementor-widget-menu-anchor\" data-id=\"62deeca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"linearflowmode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df686aa elementor-widget elementor-widget-spacer\" data-id=\"df686aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73251d7 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"73251d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Linear flow mode - Damper Solutions<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4583ee7 elementor-widget elementor-widget-text-editor\" data-id=\"4583ee7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Linear MRF dampers are similar in design to linear fluid viscous dampers and use MR fluids instead of hydraulic oil. The main components are the cylinder and the piston that moves linearly within it. In the cylinder, a separating piston separates the area of MRF fluid and gas, with the gas serving as a compensation volume for the immersing piston rod or the temperature and leakage. When the piston is moved in the cylinder, the MRF fluid flows through the piston. In an MR damper, the piston contains a coil (with the exception of an external valve) that generates a magnetic field in the flow channels of the piston (see Figure 4: linear MRF damper in section).<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c752a5 elementor-widget elementor-widget-image\" data-id=\"1c752a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"561\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-4-Linear-MRF-damper-in-section-768x561.png\" class=\"attachment-medium_large size-medium_large wp-image-7678\" alt=\"3D section view of a linear MRF damper with detailed labeling of internal components\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-4-Linear-MRF-damper-in-section-768x561.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-4-Linear-MRF-damper-in-section-300x219.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-4-Linear-MRF-damper-in-section-16x12.png 16w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-4-Linear-MRF-damper-in-section.png 1015w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 4: Linear MRF damper in section<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f688f51 elementor-widget elementor-widget-text-editor\" data-id=\"f688f51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The piston with the magnetic field-loaded flow channels can be regarded as a &#8222;magnetorheological valve&#8220;, in which the viscosity can be varied from liquid to semi-solid by energizing the coil. Depending on the magnetic field as a result of the coil current, a certain damping behavior or linear force of the damper is created in the piston, which can be easily adjusted without having to change the mechanical structure of the system. The great advantage of this is that high forces can be transmitted without speed and the entire working range of the MR fluid can be utilized.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc688c1 elementor-widget elementor-widget-spacer\" data-id=\"cc688c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-09e8f48 elementor-widget elementor-widget-text-editor\" data-id=\"09e8f48\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In principle, there are the following design implementation options analogous to fluid hydraulics:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c61a8c1 elementor-tabs-alignment-center elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"c61a8c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2071\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2071\" aria-expanded=\"false\">Mono-Tube damper as a pot construction<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2072\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2072\" aria-expanded=\"false\">Twin-Tube-Damper<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2073\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2073\" aria-expanded=\"false\">Mono-Tube damper with continuous piston rod<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2074\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2074\" aria-expanded=\"false\">Mono-Tube damper with external compensation<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2075\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2075\" aria-expanded=\"false\">Mono-Tube damper with external valve<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2076\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2076\" aria-expanded=\"false\">Mono-Tube damper - One-way-circuit (Compensation decoupled<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2071\" aria-expanded=\"false\">Mono-Tube damper as a pot construction<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2071\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2071\" tabindex=\"0\" hidden=\"false\"><p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8127 size-full\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-as-a-pot-construction-MRF-1.png\" alt=\"\" width=\"1252\" height=\"378\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-as-a-pot-construction-MRF-1.png 1252w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-as-a-pot-construction-MRF-1-300x91.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-as-a-pot-construction-MRF-1-1024x309.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-as-a-pot-construction-MRF-1-768x232.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-as-a-pot-construction-MRF-1-18x5.png 18w\" sizes=\"(max-width: 1252px) 100vw, 1252px\" \/><\/p><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2072\" aria-expanded=\"false\">Twin-Tube-Damper<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2072\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2072\" tabindex=\"0\" hidden=\"hidden\"><p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8131 size-full\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Twin-Tube-Damper-MRF-1.png\" alt=\"\" width=\"1242\" height=\"393\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Twin-Tube-Damper-MRF-1.png 1242w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Twin-Tube-Damper-MRF-1-300x95.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Twin-Tube-Damper-MRF-1-1024x324.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Twin-Tube-Damper-MRF-1-768x243.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Twin-Tube-Damper-MRF-1-18x6.png 18w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" \/><\/p><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2073\" aria-expanded=\"false\">Mono-Tube damper with continuous piston rod<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2073\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2073\" tabindex=\"0\" hidden=\"hidden\"><p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8128 size-full\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-continuous-piston-rod-MRF-1.png\" alt=\"\" width=\"1239\" height=\"468\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-continuous-piston-rod-MRF-1.png 1239w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-continuous-piston-rod-MRF-1-300x113.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-continuous-piston-rod-MRF-1-1024x387.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-continuous-piston-rod-MRF-1-768x290.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-continuous-piston-rod-MRF-1-18x7.png 18w\" sizes=\"(max-width: 1239px) 100vw, 1239px\" \/><\/p><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2074\" aria-expanded=\"false\">Mono-Tube damper with external compensation<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2074\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2074\" tabindex=\"0\" hidden=\"hidden\"><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-9769 size-full\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/06\/Monot-tube-damper-with-external-compensation-and-MRF-valve-for-adaptive-dampaning-e1750258925966.png\" alt=\"\" width=\"992\" height=\"342\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/06\/Monot-tube-damper-with-external-compensation-and-MRF-valve-for-adaptive-dampaning-e1750258925966.png 992w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/06\/Monot-tube-damper-with-external-compensation-and-MRF-valve-for-adaptive-dampaning-e1750258925966-300x103.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/06\/Monot-tube-damper-with-external-compensation-and-MRF-valve-for-adaptive-dampaning-e1750258925966-768x265.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/06\/Monot-tube-damper-with-external-compensation-and-MRF-valve-for-adaptive-dampaning-e1750258925966-18x6.png 18w\" sizes=\"(max-width: 992px) 100vw, 992px\" \/><\/p><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2075\" aria-expanded=\"false\">Mono-Tube damper with external valve<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2075\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2075\" tabindex=\"0\" hidden=\"hidden\"><p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8130 size-full\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-external-valve-MRF-1.png\" alt=\"\" width=\"1261\" height=\"487\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-external-valve-MRF-1.png 1261w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-external-valve-MRF-1-300x116.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-external-valve-MRF-1-1024x395.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-external-valve-MRF-1-768x297.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-Tube-damper-with-external-valve-MRF-1-18x7.png 18w\" sizes=\"(max-width: 1261px) 100vw, 1261px\" \/><\/p><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2076\" aria-expanded=\"false\">Mono-Tube damper - One-way-circuit (Compensation decoupled<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2076\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2076\" tabindex=\"0\" hidden=\"hidden\"><p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8126 size-full\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-One-way-circuit-MRF-1.png\" alt=\"\" width=\"1264\" height=\"520\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-One-way-circuit-MRF-1.png 1264w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-One-way-circuit-MRF-1-300x123.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-One-way-circuit-MRF-1-1024x421.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-One-way-circuit-MRF-1-768x316.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Mono-tube-damper-One-way-circuit-MRF-1-18x7.png 18w\" sizes=\"(max-width: 1264px) 100vw, 1264px\" \/><\/p><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4e1a3f elementor-widget elementor-widget-text-editor\" data-id=\"b4e1a3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Depending on the design of the compensation volume or the design of bypasses (direction-dependent additional channels) in the system or the design of the coil, e.g. with a permanent magnet, it is possible to influence the characteristic curve.<\/p><p>INVENTUS designs the dampers according to customer requirements and adapts the design implementation to the desired characteristic curve requirements. A few different design options are shown below, which describe possible versions of an MR linear damper.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9b33cd3 elementor-widget elementor-widget-spacer\" data-id=\"9b33cd3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e760e67 elementor-widget elementor-widget-toggle\" data-id=\"e760e67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2421\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2421\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Linear damper with permanent magnet<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2421\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2421\"><figure id=\"attachment_8078\" aria-describedby=\"caption-attachment-8078\" style=\"width: 1000px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-8078\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-6-Section-of-linear-damper-with-permanent-magnet-between-the-core-halves.png\" alt=\"Section view of a linear damper with a permanent magnet positioned between the core halves\" width=\"1000\" height=\"404\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-6-Section-of-linear-damper-with-permanent-magnet-between-the-core-halves.png 582w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-6-Section-of-linear-damper-with-permanent-magnet-between-the-core-halves-300x121.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-6-Section-of-linear-damper-with-permanent-magnet-between-the-core-halves-18x7.png 18w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><figcaption id=\"caption-attachment-8078\" class=\"wp-caption-text\">Figure 6: Section of linear damper with permanent magnet (between the core halves)<\/figcaption><\/figure>\n<p><br><\/p><p>The diagram shows a force-displacement diagram of a linear damper with an installed permanent magnet with a travel speed of 65 mm\/s. The diagram Fig. 6 illustrates how a fail-safe function can be implemented in the currentless state = 0A (fail-safe function: basic force at 0A); the effect can be increased by applying current, as shown with 1A, 2A and 3A, but a reduction down to the minimum basic force is also possible with a corresponding negative current (not shown).<\/p>\n<p>The bypass, which is effective in the tension stage, enables low-friction resetting in the tension direction regardless of the current applied, as it is not subjected to the magnetic field.<\/p>\n<figure id=\"attachment_7691\" aria-describedby=\"caption-attachment-7691\" style=\"width: 800px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-7691 size-large\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-7-Force-displacement-diagram-of-a-linear-damper-with-permanent-magnet-1024x577.png\" alt=\"Force-displacement diagram of a linear damper with a permanent magnet\" width=\"800\" height=\"451\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-7-Force-displacement-diagram-of-a-linear-damper-with-permanent-magnet-1024x577.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-7-Force-displacement-diagram-of-a-linear-damper-with-permanent-magnet-300x169.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-7-Force-displacement-diagram-of-a-linear-damper-with-permanent-magnet-768x432.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-7-Force-displacement-diagram-of-a-linear-damper-with-permanent-magnet-18x10.png 18w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-7-Force-displacement-diagram-of-a-linear-damper-with-permanent-magnet.png 1085w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption id=\"caption-attachment-7691\" class=\"wp-caption-text\">Figure 7: Force -displacement diagram of a linear damper with permanent magnet<\/figcaption><\/figure>\n<p><br><\/p>\n<p>With the damper concept shown here with a cylinder inner diameter of 30 mm, over 3500 N can be achieved at low speeds, while the basic force (friction of piston rod seal\/piston guide ring\/separating piston) amounts to approx. 35 N (with permanent magnet with corresponding negative current), which corresponds to a spread of maximum force to basic force by a factor of 100.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2422\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2422\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Linear damper with external valve<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2422\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2422\"><p>However, even higher spreads of maximum to basic force can be achieved under certain circumstances, shown here by using an externally arranged valve. In this approach, the MRF valve is not located in the piston but externally; the piston merely serves as a displacer and displaces the MR fluid, which flows back into the system in a circuit via the external valve.<\/p><p>In this specific very small application (inner cylinder diameter &lt;10 mm), the aim was to achieve an extremely low basic force of approx. 2 N and yet up to 500 N locking force could be realized. This corresponds to a spread ratio of 250.<\/p><figure id=\"attachment_5230\" aria-describedby=\"caption-attachment-5230\" style=\"width: 800px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-5230 size-large\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Force-displacement-diagram-linear-damper-external-valve-EN-Figure-7-1024x735.png\" alt=\"Force-displacement diagram of a linear damper with external valve, showing forces at current levels from 0A to 0.9A.\" width=\"800\" height=\"574\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Force-displacement-diagram-linear-damper-external-valve-EN-Figure-7-1024x735.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Force-displacement-diagram-linear-damper-external-valve-EN-Figure-7-300x215.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Force-displacement-diagram-linear-damper-external-valve-EN-Figure-7-768x551.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Force-displacement-diagram-linear-damper-external-valve-EN-Figure-7-1536x1102.png 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Force-displacement-diagram-linear-damper-external-valve-EN-Figure-7-2048x1470.png 2048w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Force-displacement-diagram-linear-damper-external-valve-EN-Figure-7-18x12.png 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption id=\"caption-attachment-5230\" class=\"wp-caption-text\">Figure 8: Force displacement diagram of a linear damper with external valve<\/figcaption><\/figure><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee0beb8 elementor-widget elementor-widget-spacer\" data-id=\"ee0beb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4825e9 elementor-widget elementor-widget-heading\" data-id=\"c4825e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Here is an example of a successfully implemented product that uses exactly this technology.<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99613d8 elementor-widget elementor-widget-menu-anchor\" data-id=\"99613d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"Example-Product-LinearFlowMode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ff8cf65 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ff8cf65\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7783b4f\" data-id=\"7783b4f\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:45}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cdf79c2 elementor-widget elementor-widget-spacer\" data-id=\"cdf79c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-327bdd1 elementor-widget elementor-widget-heading\" data-id=\"327bdd1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Linear Damper<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22ac51b elementor-widget elementor-widget-image\" data-id=\"22ac51b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"126\" height=\"300\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Linear-damper-126x300.png\" class=\"attachment-medium size-medium wp-image-7159\" alt=\"Linear damper with an external spring for enhanced suspension performance\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Linear-damper-126x300.png 126w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Linear-damper-5x12.png 5w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Linear-damper.png 204w\" sizes=\"(max-width: 126px) 100vw, 126px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8feafb3 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"8feafb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/www.inventus.at\/de\/products\/linear-damper\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">About the product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0e6f2f elementor-widget elementor-widget-spacer\" data-id=\"d0e6f2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-03eae9f\" data-id=\"03eae9f\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:45}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-607a967 elementor-widget elementor-widget-spacer\" data-id=\"607a967\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b774d3a elementor-widget elementor-widget-heading\" data-id=\"b774d3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Steering Dampener<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-512f0f0 elementor-widget elementor-widget-image\" data-id=\"512f0f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/elementor\/thumbs\/Steering-Dampener-min-pikjzd2tvr73cnx3htg8u0p05s9ltqlcti919niwhs.png\" title=\"Steering-Dampener-min\" alt=\"Steering-Dampener-min\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e8f15f elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1e8f15f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/www.inventus.at\/de\/products\/steering-dampener\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">About the product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-446a4e1 elementor-widget elementor-widget-spacer\" data-id=\"446a4e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8981c82\" data-id=\"8981c82\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:45}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4e2ad26 elementor-widget elementor-widget-spacer\" data-id=\"4e2ad26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64ed4a7 elementor-widget elementor-widget-heading\" data-id=\"64ed4a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Adaptive Door<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc43b03 elementor-widget elementor-widget-image\" data-id=\"fc43b03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"215\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/06\/adaptive_door-300x215.png\" class=\"attachment-medium size-medium wp-image-9700\" alt=\"Open white car door with a user interface overlay showing adjustable settings for door angle and speed.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/06\/adaptive_door-300x215.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/06\/adaptive_door-1024x733.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/06\/adaptive_door-768x550.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/06\/adaptive_door-18x12.png 18w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/06\/adaptive_door.png 1116w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1bf605 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"b1bf605\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/www.inventus.at\/de\/products\/adaptive-door\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">About the product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae5471c elementor-widget elementor-widget-spacer\" data-id=\"ae5471c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-067058b elementor-widget elementor-widget-spacer\" data-id=\"067058b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1f8e3e elementor-widget elementor-widget-menu-anchor\" data-id=\"f1f8e3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"rotativeflowmodelimited\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6499bc5 elementor-widget elementor-widget-spacer\" data-id=\"6499bc5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a60c7e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3a60c7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Rotative flow mode with limited angle - MRF rotary damper<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3dc6be5 elementor-widget elementor-widget-text-editor\" data-id=\"3dc6be5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The counterpart to the linear damper solution in the rotary view is the MRF rotary damper, whereby a rotary blade is mounted centrally in the housing and can only perform a certain rotary angle (analogous to the stroke in linear technology).<\/p><p>The visible gap is filled with MR fluid, if the rotary blade is turned, MR fluid is conveyed from the high-pressure side via the effective gap to the low-pressure side, as with the piston in linear technology.<\/p><p>The two side covers contain the coils, store the system and seal the system from the outside, so the system consists of very few parts<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f8cfd3 elementor-widget elementor-widget-image\" data-id=\"9f8cfd3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"889\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Main-components-of-the-MRF-rot-damper-EN-figure-8-e1736891125158-921x1024.png\" class=\"attachment-large size-large wp-image-5253\" alt=\"Main components of an MRF rotary damper, labeled parts including vane, housing, and working gap.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Main-components-of-the-MRF-rot-damper-EN-figure-8-e1736891125158-921x1024.png 921w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Main-components-of-the-MRF-rot-damper-EN-figure-8-e1736891125158-270x300.png 270w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Main-components-of-the-MRF-rot-damper-EN-figure-8-e1736891125158-768x854.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Main-components-of-the-MRF-rot-damper-EN-figure-8-e1736891125158-11x12.png 11w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Main-components-of-the-MRF-rot-damper-EN-figure-8-e1736891125158.png 934w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 9: Main components of the MRF rotation damper<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b7eb03 elementor-widget elementor-widget-text-editor\" data-id=\"0b7eb03\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The differential pressure between the two chambers resulting from the flow or the magnetic shear stresses is primarily reduced in the effective gap &#8211; \u201cmagnetorheological valve\u201d. This is not realized in the moving component as with the piston in linear technology, but is formed by the adjacent surfaces of the housing to the rotary blade (red area Fig. 10).<\/p><p>The rotary blade itself is mounted on a swivel sash, which enables relative rotation and defines the shear zone for the MR fluid. It is also necessary to seal internally to the inner ring diameter as well as to the adjacent end faces (blue marked areas 3D view), but MR technology has the great advantage of magnetic sealing, in which the MR fluid has a self-sealing effect in the presence of a magnetic field. This is an essential advantage of the MR rotary damper compared to the hydraulic state of the art, especially in terms of tightness and service life. It also reduces manufacturing costs (lower requirements for tolerances, surface roughness and hardness).<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d596a7 elementor-widget elementor-widget-image\" data-id=\"4d596a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"446\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-View-of-MRF-rot-Damper-EN-figure-10-e1736891391504-1024x571.png\" class=\"attachment-large size-large wp-image-5252\" alt=\"3D cross-sectional view of an MRF rotary damper showing labeled components such as housing, vane, and lid with coil.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-View-of-MRF-rot-Damper-EN-figure-10-e1736891391504-1024x571.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-View-of-MRF-rot-Damper-EN-figure-10-e1736891391504-300x167.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-View-of-MRF-rot-Damper-EN-figure-10-e1736891391504-768x429.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-View-of-MRF-rot-Damper-EN-figure-10-e1736891391504-18x10.png 18w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-View-of-MRF-rot-Damper-EN-figure-10-e1736891391504.png 1464w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 10: 3D view of MRF rotary damper in section<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29e8ef0 elementor-widget elementor-widget-image\" data-id=\"29e8ef0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"690\" height=\"1024\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Working-area-mrf-rot-damper-EN-figure-9-e1736891239815-690x1024.png\" class=\"attachment-large size-large wp-image-5251\" alt=\"Operating range of an MRF rotary damper, showing hydraulic pressures and internal moments of the damper.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Working-area-mrf-rot-damper-EN-figure-9-e1736891239815-690x1024.png 690w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Working-area-mrf-rot-damper-EN-figure-9-e1736891239815-202x300.png 202w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Working-area-mrf-rot-damper-EN-figure-9-e1736891239815-8x12.png 8w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/Working-area-mrf-rot-damper-EN-figure-9-e1736891239815.png 727w\" sizes=\"(max-width: 690px) 100vw, 690px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 11: Working area MRF rotation damper<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0155f5e elementor-widget elementor-widget-spacer\" data-id=\"0155f5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5675f5c elementor-widget elementor-widget-toggle\" data-id=\"5675f5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-9061\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-9061\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">More detailed information about Different MRF rotation damper versions<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-9061\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-9061\"><p>The acting magnetic field is generated by the two coils integrated in the covers and ensures that the entire rotary blade is magnetically flooded at right angles to the flow gap or the leakage gaps and that the iron particles align themselves in the direction of these magnetic field lines. Here, too, the viscosity can be varied from liquid to semi-solid in the rotary application and, depending on the magnetic field as a result of the coil current, a certain damping or torque is created in the rotary blade, which can be easily adjusted without having to change the mechanical structure of the system. A major advantage is that high static torques can be transmitted and the entire working range can be utilized &#8211; magnetic effects are superior to hydraulic effects.<\/p><figure id=\"attachment_5250\" aria-describedby=\"caption-attachment-5250\" style=\"width: 800px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-5250 size-large\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/different-versions-of-MRF-Dampers-EN-figure-11-e1736891561770-1024x295.png\" alt=\"Different designs of rotor discs for an MRF rotary damper, schematic representation of variations.\" width=\"800\" height=\"230\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/different-versions-of-MRF-Dampers-EN-figure-11-e1736891561770-1024x295.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/different-versions-of-MRF-Dampers-EN-figure-11-e1736891561770-300x86.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/different-versions-of-MRF-Dampers-EN-figure-11-e1736891561770-768x221.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/different-versions-of-MRF-Dampers-EN-figure-11-e1736891561770-18x5.png 18w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/different-versions-of-MRF-Dampers-EN-figure-11-e1736891561770.png 1214w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption id=\"caption-attachment-5250\" class=\"wp-caption-text\">Figure 12: Different versions of MRF rotation dampers<\/figcaption><\/figure><p>\u00a0<\/p><p>Depending on the existing rotary angle or necessary torques, 3 or 4 wings can also be implemented instead of the 2-wing rotary wing shown (approx. 95\u00b0 rotary angle), for example, but only partial angles can be used without mechanical transmission.<\/p><figure id=\"attachment_7749\" aria-describedby=\"caption-attachment-7749\" style=\"width: 934px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-7749 size-full\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-13-Working-range-of-a-semi-active-roll-stabalizer.png\" alt=\"Graphical illustration showing the working range of a semi-active roll stabilizer\" width=\"934\" height=\"673\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-13-Working-range-of-a-semi-active-roll-stabalizer.png 934w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-13-Working-range-of-a-semi-active-roll-stabalizer-300x216.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-13-Working-range-of-a-semi-active-roll-stabalizer-768x553.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-13-Working-range-of-a-semi-active-roll-stabalizer-18x12.png 18w\" sizes=\"(max-width: 934px) 100vw, 934px\" \/><figcaption id=\"caption-attachment-7749\" class=\"wp-caption-text\">Figure 13: Working range of a semi-active roll stabalizer<\/figcaption><\/figure><p>\u00a0<\/p><p>\u00a0<\/p><p>As with linear technology, INVENTUS designs corresponding pivoting vane solutions according to customer requirements and adapts the design implementation to the desired torque characteristic requirements, such as permanent solutions.<\/p><p>A concrete implementation is shown on the basis of an illustrated working range of a two-wing system of a roll stabilizer and describes the torque present as a function of angular velocity.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8d6ca8 elementor-widget elementor-widget-spacer\" data-id=\"d8d6ca8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15c54d5 elementor-widget elementor-widget-heading\" data-id=\"15c54d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Here is an example of a successfully implemented products that use exactly this technology.<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a5331d5 elementor-widget elementor-widget-menu-anchor\" data-id=\"a5331d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"Example-Product-LinearFlowMode-LimitedAngle\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e48d43a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e48d43a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-fa3d197\" data-id=\"fa3d197\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:45}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-da32afa elementor-widget elementor-widget-spacer\" data-id=\"da32afa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3217c62 elementor-widget elementor-widget-heading\" data-id=\"3217c62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Anti-Roll Bar<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a753389 elementor-widget elementor-widget-image\" data-id=\"a753389\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"267\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/08\/anti-roll-bar-product-300x267.png\" class=\"attachment-medium size-medium wp-image-3454\" alt=\"High-tech anti-roll bar system featuring a compact actuator and sensor integration for advanced vehicle stability.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/08\/anti-roll-bar-product-300x267.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/08\/anti-roll-bar-product-768x684.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/08\/anti-roll-bar-product-13x12.png 13w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/08\/anti-roll-bar-product-600x535.png 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/08\/anti-roll-bar-product.png 772w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9ad5ab elementor-align-center elementor-widget elementor-widget-button\" data-id=\"c9ad5ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/www.inventus.at\/de\/products\/anti-roll-bar\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">About the product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f8b0ef2 elementor-widget elementor-widget-spacer\" data-id=\"f8b0ef2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-83863f3\" data-id=\"83863f3\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:45}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-07b60c1 elementor-widget elementor-widget-spacer\" data-id=\"07b60c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49cee19 elementor-widget elementor-widget-heading\" data-id=\"49cee19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Rotary Damper<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e00d215 elementor-widget elementor-widget-image\" data-id=\"e00d215\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/elementor\/thumbs\/Adaptive-Rotary-Damper-7-qvbsfruxk4uxbxrt93obpa6xngwj7vr58iee25foi8.png\" title=\"Adaptive Rotary Damper\" alt=\"Cross-sectional view of an adaptive rotary damper, showing its internal components, including a red rotating shaft and surrounding damping elements.\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ec7e69 elementor-widget elementor-widget-spacer\" data-id=\"9ec7e69\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7d44cd elementor-align-center elementor-widget elementor-widget-button\" data-id=\"c7d44cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/www.inventus.at\/de\/products\/adaptive-rotary-damper\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">About the product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed1c139 elementor-widget elementor-widget-spacer\" data-id=\"ed1c139\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-30de6a3\" data-id=\"30de6a3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-71da0ef elementor-widget elementor-widget-spacer\" data-id=\"71da0ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b7f42b elementor-widget elementor-widget-heading\" data-id=\"3b7f42b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Viodeo explanation of the MRF rotary Damper<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c147a34 elementor-widget elementor-widget-text-editor\" data-id=\"c147a34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>This section is password protected!<\/p><p>To get access to it, please contact Inventus-Development!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ad3932 elementor-align-center elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"6ad3932\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.inventus.at\/en\/mrf-rotary-damper-video\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Further Explanation<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e7e5d5b elementor-widget elementor-widget-spacer\" data-id=\"e7e5d5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fdb6ab0 elementor-widget elementor-widget-menu-anchor\" data-id=\"fdb6ab0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"rotativeflowmodeunlimited\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-512558d elementor-widget elementor-widget-spacer\" data-id=\"512558d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3475827 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3475827\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Rotative flow mode with unlimited angle - MRF - Pump<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2cd2d10 elementor-widget elementor-widget-text-editor\" data-id=\"2cd2d10\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The MRF pump shown works very similarly to a gerotor pump and implements a rotary MRF damper application with an unlimited angle. The rotor drives a toothed ring mounted centrally in the housing. Due to the geometry, the outer toothed ring always rotates by the pitch of one tooth less than the rotor, whereby the enclosed crescent-shaped tooth gaps filled with MRF always experience a chamfer of suction or compression during a rotor revolution &#8211; MRF is pumped.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c127a4 elementor-widget elementor-widget-image\" data-id=\"3c127a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-14-Main-components-of-the-MRF-pump.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 14: Main components of the MRF pump<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75eb32f elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"75eb32f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 300;\">In order to position and seal the 3 components rotor, toothed ring and housing in relation to each other, the unit is closed with 2 covers. Both covers contain 2 coils for the magnetic flux as well as specially shaped kidney-shaped pockets to connect the low and high pressure areas of the rotor. In order to realize the corresponding crescent-shaped tooth gaps to the tooth ring and thus the pump effect with the rotor, the bearing of the rotor is eccentric to the rest of the construction. This pumping effect is used internally to relieve the pressure generated in an MRF valve (circular gap between tooth ring and housing &#8211; green dotted area Fig. 15 right), whereby the magnetic influences are again dominant over the hydraulic influences.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd2ae84 elementor-widget elementor-widget-image\" data-id=\"fd2ae84\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"556\" height=\"409\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-15-3D-view-of-MRF-pump-in-section.png\" class=\"attachment-medium_large size-medium_large wp-image-7745\" alt=\"3D section view of an MRF pump showing internal components\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-15-3D-view-of-MRF-pump-in-section.png 556w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-15-3D-view-of-MRF-pump-in-section-300x221.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-15-3D-view-of-MRF-pump-in-section-16x12.png 16w\" sizes=\"(max-width: 556px) 100vw, 556px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 15: 3D view of MRF pump in section<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07140d1 elementor-widget elementor-widget-toggle\" data-id=\"07140d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-7421\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-7421\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">More detailed information about a Hydraulic circuit for an MRF Pump<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-7421\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-7421\"><p>If you mentally start at the green point (Fig. 15 all 3 views) in the high-pressure area, the MRF has the highest pressure there due to the strong compression &#8211; the medium is virtually &#8222;pressed&#8220; out of the gap through the increasingly smaller toothed gap (see Fig. 15 right) and flows into the pocket formed in the HP area in the lower cover, is distributed around the circumference and flows through the circular gap (MRF valve) into the upper LP area, where the medium is sucked in again by the gearing through the opposing kidney pockets in the upper cover.<br \/>is sucked in again.<\/p><figure id=\"attachment_7738\" aria-describedby=\"caption-attachment-7738\" style=\"width: 800px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-7738 size-large\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-16-Explanation-of-the-hydraulix-circuit-or-working-range-of-the-MRF-pump-1024x422.png\" alt=\"3D visualization of the hydraulic circuit or working range of an MRF pump\" width=\"800\" height=\"330\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-16-Explanation-of-the-hydraulix-circuit-or-working-range-of-the-MRF-pump-1024x422.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-16-Explanation-of-the-hydraulix-circuit-or-working-range-of-the-MRF-pump-300x124.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-16-Explanation-of-the-hydraulix-circuit-or-working-range-of-the-MRF-pump-768x317.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-16-Explanation-of-the-hydraulix-circuit-or-working-range-of-the-MRF-pump-18x7.png 18w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-16-Explanation-of-the-hydraulix-circuit-or-working-range-of-the-MRF-pump.png 1144w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption id=\"caption-attachment-7738\" class=\"wp-caption-text\">Figure 16: Explanation of the hydraulic circuit or working range of the MRF pump<\/figcaption><\/figure><p>\u00a0<\/p><p>\u00a0<\/p><p>Here, too, the MRF pump is sealed by means of the orthogonal magnetic field lines hitting the gaps, and the annular gap is also controlled as an MRF valve and the magnetic influences dominate over the hydraulic influences.<\/p><p>It must be correctly added that this is not 100% pure FLOW mode, as the MRF particles are also squeezed to a certain extent in the working area and therefore an additional squeeze mode is effective.\u00a0\u00a0<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9995dc1 elementor-widget elementor-widget-menu-anchor\" data-id=\"9995dc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"shear-mode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4bc8268 elementor-widget elementor-widget-spacer\" data-id=\"4bc8268\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75ddf70 elementor-widget elementor-widget-heading\" data-id=\"75ddf70\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Shear Mode or MRX shear damper (MRF or MRP)<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-716cc78 elementor-widget elementor-widget-text-editor\" data-id=\"716cc78\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In shear mode, fluid is not conveyed through a gap as in flow mode, but one mechanical component moves towards the other; in the case shown here, this is a housing that rotates around a stationary axis, but the design can also be reversed (see Fig. 19: Rotor rotating in the housing). The fluid experiences an almost linear velocity profile and the magnetic field flows through it perpendicularly.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e2c3ef elementor-widget elementor-widget-image\" data-id=\"7e2c3ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"437\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-17-Magnetic-flux-through-the-effective-gap-of-an-MRX-shear-attenuator-area-between-housing-and-coil-core.png\" class=\"attachment-large size-large wp-image-8092\" alt=\"Magnetic flux simulation in the effective gap of an MRX shear attenuator, illustrating field distribution between housing and coil core\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-17-Magnetic-flux-through-the-effective-gap-of-an-MRX-shear-attenuator-area-between-housing-and-coil-core.png 941w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-17-Magnetic-flux-through-the-effective-gap-of-an-MRX-shear-attenuator-area-between-housing-and-coil-core-300x164.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-17-Magnetic-flux-through-the-effective-gap-of-an-MRX-shear-attenuator-area-between-housing-and-coil-core-768x420.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-17-Magnetic-flux-through-the-effective-gap-of-an-MRX-shear-attenuator-area-between-housing-and-coil-core-18x10.png 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 17: Magnetic flux through the effective gap of an MRX shear attenuator: area between housing and coil core<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6263931 elementor-widget elementor-widget-text-editor\" data-id=\"6263931\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In shear mode, the speed-dependent losses in our usual applications are even more significantly reduced compared to flow mode and can therefore be neglected with a good approximation and thus purely the existing shear stresses on the shear surface (Fig. 17 Annular gap in green) determine the existing torque on the actuator.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf8d894 elementor-widget elementor-widget-image\" data-id=\"bf8d894\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"731\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-17-e1736893293268-768x731.png\" class=\"attachment-medium_large size-medium_large wp-image-5301\" alt=\"Cross-sectional view of an MRX shear damper. The arrows indicate the direction of magnetic flux density B and torque M. Shear forces \u03c4 act on the rotating body, with the rotational speed n indicated by the arrow direction.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-17-e1736893293268-768x731.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-17-e1736893293268-300x285.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-17-e1736893293268-1024x974.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-17-e1736893293268-13x12.png 13w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-17-e1736893293268.png 1088w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 18: MRX shear damper in section<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-665a9f2 elementor-widget elementor-widget-spacer\" data-id=\"665a9f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e41fc21 elementor-widget elementor-widget-toggle\" data-id=\"e41fc21\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2391\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2391\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">More detailed information about the On \/ Off State of an actuator in shear mode<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2391\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2391\"><p>The ON-OFF state diagram shows the usual behavior of an actuator operated in shear mode with the basic hydraulic damping (green characteristic curve) and the maximum damping via the additional MR effect (orange characteristic curve). The range between the two characteristic curves can be varied via control from 0-100% of the maximum coil current.<\/p><figure id=\"attachment_8085\" aria-describedby=\"caption-attachment-8085\" style=\"width: 520px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-8085 size-full\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-19-Working-range-of-an-actuator-operated-in-shear-mode-1.png\" alt=\"Diagram showing the working range of an actuator operated in shear mode\" width=\"520\" height=\"316\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-19-Working-range-of-an-actuator-operated-in-shear-mode-1.png 520w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-19-Working-range-of-an-actuator-operated-in-shear-mode-1-300x182.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-19-Working-range-of-an-actuator-operated-in-shear-mode-1-18x12.png 18w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/><figcaption id=\"caption-attachment-8085\" class=\"wp-caption-text\">Figure 19: Working range of an actuator operated in shear mode<\/figcaption><\/figure><p>\u00a0<\/p><p>The big advantage over flow mode here is that the basic friction in particular can be kept very low due to the almost &#8222;speed-independence&#8220; (OFF-state characteristic curve). This variable force\/torque curve from 0 in milliseconds makes the application very interesting for haptic elements.<\/p><p>The illustration shows the second possibility of the technical design of a shear damper with the various main components, in which a rotor is rotatably mounted in a stationary housing in which the coil is integrated.\u00a0<\/p><p>The magnetic field closes all the way around the coil housed in the housing through the MRF via the rotor, similar to variant 1 in Fig. 5.<\/p><figure id=\"attachment_5299\" aria-describedby=\"caption-attachment-5299\" style=\"width: 646px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-5299 size-large\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-19-e1736893582191-646x1024.png\" alt=\"Cross-sectional view of an MRX shear damper, showing labeled components such as coil, MRF, rotor, magnet, and housing.\" width=\"646\" height=\"1024\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-19-e1736893582191-646x1024.png 646w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-19-e1736893582191-189x300.png 189w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-19-e1736893582191-768x1218.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-19-e1736893582191-969x1536.png 969w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-19-e1736893582191-8x12.png 8w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRX-shear-damper-in-section-EN-Figure-19-e1736893582191.png 997w\" sizes=\"(max-width: 646px) 100vw, 646px\" \/><figcaption id=\"caption-attachment-5299\" class=\"wp-caption-text\">Figure 20: MRX shear damper in section (rotor turns in the housing)<\/figcaption><\/figure><p>\u00a0<\/p><p>The M-I diagram with its degressive curve shows how the braking torque can be controlled via the current almost independently of the speed.<\/p><figure id=\"attachment_5298\" aria-describedby=\"caption-attachment-5298\" style=\"width: 800px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-5298 size-large\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/M-I-Characteristics-curve-shear-damper-EN-Figure-20-e1736893697458-1024x782.png\" alt=\"M-I characteristic curve of a shear damper, showing torque as a function of coil current with highlighted data points.\" width=\"800\" height=\"611\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/M-I-Characteristics-curve-shear-damper-EN-Figure-20-e1736893697458-1024x782.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/M-I-Characteristics-curve-shear-damper-EN-Figure-20-e1736893697458-300x229.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/M-I-Characteristics-curve-shear-damper-EN-Figure-20-e1736893697458-768x587.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/M-I-Characteristics-curve-shear-damper-EN-Figure-20-e1736893697458-16x12.png 16w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/M-I-Characteristics-curve-shear-damper-EN-Figure-20-e1736893697458.png 1338w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption id=\"caption-attachment-5298\" class=\"wp-caption-text\">Figure 21: M-I characteristics curve of a shear damper<\/figcaption><\/figure><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a16a5a2 elementor-widget elementor-widget-spacer\" data-id=\"a16a5a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e596f45 elementor-widget elementor-widget-heading\" data-id=\"e596f45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Here is an example of a successfully implemented products that use exactly this technology.<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5798852 elementor-widget elementor-widget-menu-anchor\" data-id=\"5798852\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"Example-Product-ShearMode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-714de53 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"714de53\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4aa3514\" data-id=\"4aa3514\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:45}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b868541 elementor-widget elementor-widget-spacer\" data-id=\"b868541\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0bb1bff elementor-widget elementor-widget-heading\" data-id=\"0bb1bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Steer by Wire<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f03497 elementor-widget elementor-widget-image\" data-id=\"0f03497\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"243\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/steer-by-wire-300x243.png\" class=\"attachment-medium size-medium wp-image-3604\" alt=\"Inventus steer-by-wire system featuring ergonomic controls and advanced functionality.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/steer-by-wire-300x243.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/steer-by-wire-1024x831.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/steer-by-wire-768x623.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/steer-by-wire-1536x1246.png 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/steer-by-wire-2048x1662.png 2048w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/steer-by-wire-15x12.png 15w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/steer-by-wire-600x487.png 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d81911 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"8d81911\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/www.inventus.at\/de\/products\/steer-by-wire\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">About the product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74be37e elementor-widget elementor-widget-spacer\" data-id=\"74be37e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-935ee4a\" data-id=\"935ee4a\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:45}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2673800 elementor-widget elementor-widget-spacer\" data-id=\"2673800\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5a7048 elementor-widget elementor-widget-heading\" data-id=\"f5a7048\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Gearshifter<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c31ddd elementor-widget elementor-widget-image\" data-id=\"3c31ddd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"232\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/07\/gear-shifter-landing-image-300x232.jpg\" class=\"attachment-medium size-medium wp-image-2515\" alt=\"Symbol image for different gear shifts\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/07\/gear-shifter-landing-image-300x232.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/07\/gear-shifter-landing-image-600x464.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/07\/gear-shifter-landing-image-1024x791.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/07\/gear-shifter-landing-image-768x594.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/07\/gear-shifter-landing-image-1536x1187.jpg 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/07\/gear-shifter-landing-image-2048x1583.jpg 2048w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/07\/gear-shifter-landing-image-16x12.jpg 16w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-958d6ab elementor-align-center elementor-widget elementor-widget-button\" data-id=\"958d6ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/www.inventus.at\/de\/products\/adaptive-gear-shifter\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">About the product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-800c0e5 elementor-widget elementor-widget-spacer\" data-id=\"800c0e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6f82130\" data-id=\"6f82130\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:45}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-441e35f elementor-widget elementor-widget-spacer\" data-id=\"441e35f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a0810a elementor-widget elementor-widget-heading\" data-id=\"7a0810a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Rotary Push Button<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc5285e elementor-widget elementor-widget-image\" data-id=\"cc5285e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"291\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Haptic-Rotary-Push-Button-300x291.png\" class=\"attachment-medium size-medium wp-image-7934\" alt=\"Haptic rotary push button with a digital display showing numeric output\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Haptic-Rotary-Push-Button-300x291.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Haptic-Rotary-Push-Button-12x12.png 12w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Haptic-Rotary-Push-Button.png 371w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef2f14b elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ef2f14b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/www.inventus.at\/de\/products\/haptic-rotary-push-button\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">About the product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc8133d elementor-widget elementor-widget-spacer\" data-id=\"cc8133d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4bd1256 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4bd1256\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6967e2a\" data-id=\"6967e2a\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:45}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7fa9e0a\" data-id=\"7fa9e0a\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:45}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-719d1c3\" data-id=\"719d1c3\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:45}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-928c066 elementor-widget elementor-widget-spacer\" data-id=\"928c066\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39191e9 elementor-widget elementor-widget-menu-anchor\" data-id=\"39191e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"shearmodestarcontour\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42096b7 elementor-widget elementor-widget-spacer\" data-id=\"42096b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50a71f1 elementor-widget elementor-widget-heading\" data-id=\"50a71f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Shear Mode - Star Contour<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6df17b3 elementor-widget elementor-widget-text-editor\" data-id=\"6df17b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>This section is password protected!<\/p><p>To get access to it, please contact Inventus-Development!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ebe98a elementor-align-center elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"7ebe98a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.inventus.at\/en\/shear-mode-star-contour\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Further Explanation<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02503c0 elementor-widget elementor-widget-spacer\" data-id=\"02503c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9cedefa shear-mode-sternkontur-versteckt-119 elementor-widget elementor-widget-spacer\" data-id=\"9cedefa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e9daba elementor-widget elementor-widget-menu-anchor\" data-id=\"7e9daba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"wedge-mode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-397fa7a elementor-widget elementor-widget-spacer\" data-id=\"397fa7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1c0134 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"c1c0134\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wedge Mode \/ Wedge Bearing<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7666501 elementor-widget elementor-widget-text-editor\" data-id=\"7666501\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The wedge mode is a further development of the shear mode; here, too, a magnetic field is applied to an annular gap filled with MR fluid, but in this version small cylinders are arranged in the relatively wide annular gap in the ring, similar to the planets of a planetary gearbox, with the difference that they can move freely.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-887a9c0 elementor-widget elementor-widget-image\" data-id=\"887a9c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"418\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRF-wedge-bearing-EN-Figure-21-e1736893842560-768x418.png\" class=\"attachment-medium_large size-medium_large wp-image-5297\" alt=\"Close-up of an MRF wedge bearing, showing the surface texture and radial patterns of the component.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRF-wedge-bearing-EN-Figure-21-e1736893842560-768x418.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRF-wedge-bearing-EN-Figure-21-e1736893842560-300x163.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRF-wedge-bearing-EN-Figure-21-e1736893842560-18x10.png 18w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/MRF-wedge-bearing-EN-Figure-21-e1736893842560.png 1013w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 22: MRF wedge bearing<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-09edabe elementor-widget elementor-widget-text-editor\" data-id=\"09edabe\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>These cylindrical intermediate elements cause the MRF particles to align themselves like wedges in the annular gap with their chain formation (see adjacent figure); these aligned elements spread the annular gap apart with their normal force components, so to speak, and thus generate considerably more friction in the system, while at the same time there is also a more concentrated magnetic field due to the partial passage surfaces. By utilizing these two effects (wedge and magnetic field concentration), significantly more locking torque can be generated.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bba4c87 elementor-widget elementor-widget-image\" data-id=\"bba4c87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"290\" height=\"524\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-23-Wedge-effect.png\" class=\"attachment-medium_large size-medium_large wp-image-7808\" alt=\"Illustration of the wedge effect, showing force distribution and rotational motion in a mechanical system\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-23-Wedge-effect.png 290w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-23-Wedge-effect-166x300.png 166w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/01\/Figure-23-Wedge-effect-7x12.png 7w\" sizes=\"(max-width: 290px) 100vw, 290px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 23: Wedge effect<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8572e06 elementor-widget elementor-widget-text-editor\" data-id=\"8572e06\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"MsoNormal\">In the \u00be section shown, it is easy to see how the magnetic field is closed via the L-shaped bar over the rollers through the housing in a circle around the coil.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4de25ae elementor-widget elementor-widget-image\" data-id=\"4de25ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"663\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-view-of-MRF-Wedge-bearing-in-section-EN-Figure-23-e1736894013777-768x663.png\" class=\"attachment-medium_large size-medium_large wp-image-5295\" alt=\"3D cross-sectional view of an MRF wedge bearing, showing labeled components such as coil, housing, cylinder, rotor, and non-magnetic covers.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-view-of-MRF-Wedge-bearing-in-section-EN-Figure-23-e1736894013777-768x663.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-view-of-MRF-Wedge-bearing-in-section-EN-Figure-23-e1736894013777-300x259.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-view-of-MRF-Wedge-bearing-in-section-EN-Figure-23-e1736894013777-1024x884.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-view-of-MRF-Wedge-bearing-in-section-EN-Figure-23-e1736894013777-1536x1326.png 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-view-of-MRF-Wedge-bearing-in-section-EN-Figure-23-e1736894013777-14x12.png 14w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/11\/3D-view-of-MRF-Wedge-bearing-in-section-EN-Figure-23-e1736894013777.png 1559w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Figure 24: 3D view of MRF wedge bearing in section<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cabcd60 elementor-widget elementor-widget-text-editor\" data-id=\"cabcd60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Very high torques can be generated with the MRF wedge bearing, but it should be noted that the mechanical release torque also increases with increasing locking torque.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>",
        "protected": false
    },
    "excerpt": {
        "rendered": "<p>MRX Applications implemented in Products Our MRX &#8211; Applications The MRX Applications represent an innovative solution for a wide range of applications in the most diverse areas of use. In this overview, we offer you a comprehensive presentation of the three main modes &#8211; Flow Mode, Shear Mode and Wedge Mode. Each of these modes [&hellip;]<\/p>",
        "protected": false
    },
    "author": 7,
    "featured_media": 0,
    "parent": 0,
    "menu_order": 0,
    "comment_status": "closed",
    "ping_status": "closed",
    "template": "elementor_header_footer",
    "meta": {
        "footnotes": ""
    },
    "class_list": [
        "post-8132",
        "page",
        "type-page",
        "status-publish",
        "hentry"
    ],
    "_links": {
        "self": [
            {
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/pages\/8132",
                "targetHints": {
                    "allow": [
                        "GET"
                    ]
                }
            }
        ],
        "collection": [
            {
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/pages"
            }
        ],
        "about": [
            {
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/types\/page"
            }
        ],
        "author": [
            {
                "embeddable": true,
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/users\/7"
            }
        ],
        "replies": [
            {
                "embeddable": true,
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/comments?post=8132"
            }
        ],
        "version-history": [
            {
                "count": 118,
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/pages\/8132\/revisions"
            }
        ],
        "predecessor-version": [
            {
                "id": 10165,
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/pages\/8132\/revisions\/10165"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/media?parent=8132"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}