{"id":15514,"date":"2025-04-17T05:27:21","date_gmt":"2025-04-17T05:27:21","guid":{"rendered":"https:\/\/www.mechstream.com\/?p=15514"},"modified":"2025-04-17T05:27:24","modified_gmt":"2025-04-17T05:27:24","slug":"hollow-shaft-strength-calculator","status":"publish","type":"post","link":"https:\/\/www.mechstream.com\/fr\/hollow-shaft-strength-calculator\/","title":{"rendered":"Calculateur de r\u00e9sistance de l&#039;arbre creux"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Le calculateur de r\u00e9sistance des arbres creux est un outil essentiel pour les ing\u00e9nieurs et les concepteurs. Il fournit des calculs pr\u00e9cis pour d\u00e9terminer la r\u00e9sistance et la durabilit\u00e9 des arbres creux dans les applications m\u00e9caniques. Ce calculateur convivial permet d&#039;optimiser les conceptions en prenant en compte des facteurs tels que les propri\u00e9t\u00e9s des mat\u00e9riaux, les dimensions et les conditions de charge, garantissant ainsi un fonctionnement s\u00fbr et efficace. Que vous travailliez sur des composants automobiles, l&#039;ing\u00e9nierie a\u00e9rospatiale ou les machines industrielles, ce calculateur vous aide \u00e0 atteindre des performances et une fiabilit\u00e9 optimales. Optimisez les r\u00e9sultats de vos projets gr\u00e2ce \u00e0 notre calculateur de r\u00e9sistance des arbres creux facile \u00e0 utiliser et prenez des d\u00e9cisions de conception \u00e9clair\u00e9es en toute confiance.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"569\" src=\"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/a40cad7e-4f6b-4d7e-8a81-9a2a239a5556-1024x569.png\" loading=\"lazy\" alt=\"Calculateur de r\u00e9sistance de l&#039;arbre creux\" class=\"wp-image-15515\" srcset=\"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/a40cad7e-4f6b-4d7e-8a81-9a2a239a5556-1024x569.png 1024w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/a40cad7e-4f6b-4d7e-8a81-9a2a239a5556-300x167.png 300w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/a40cad7e-4f6b-4d7e-8a81-9a2a239a5556-768x427.png 768w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/a40cad7e-4f6b-4d7e-8a81-9a2a239a5556-100x56.png 100w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/a40cad7e-4f6b-4d7e-8a81-9a2a239a5556-700x389.png 700w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/a40cad7e-4f6b-4d7e-8a81-9a2a239a5556.png 1083w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Calculateur de r\u00e9sistance des arbres creux | Outils d&#039;ing\u00e9nierie<\/title>\n    <style>\n        \/* \u6dfb\u52a0\u547d\u540d\u7a7a\u95f4\u524d\u7f00\uff0c\u9632\u6b62\u6837\u5f0f\u51b2\u7a81 *\/\n        .hollow-shaft-calculator {\n            --primary-color: #2c3e50;\n            --secondary-color: #3498db;\n            --background-color: #f8f9fa;\n            --text-color: #333;\n            --border-radius: 8px;\n            --spacing: 20px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .hollow-shaft-calculator .calculator-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: var(--spacing);\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n        }\n\n        .hollow-shaft-calculator .section {\n            margin-bottom: 2rem;\n            background: white;\n            padding: var(--spacing);\n            border-radius: var(--border-radius);\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .hollow-shaft-calculator h1, \n        .hollow-shaft-calculator h2 {\n            color: var(--primary-color);\n            margin-bottom: 1rem;\n        }\n\n        .hollow-shaft-calculator .parameters-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1rem;\n            margin-bottom: 1rem;\n        }\n\n        .hollow-shaft-calculator .parameter-list {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1rem;\n            margin-bottom: 1rem;\n        }\n\n        .hollow-shaft-calculator .parameter-list-item {\n            margin-bottom: 0.5rem;\n        }\n\n        .hollow-shaft-calculator .parameter-list-item strong {\n            color: var(--primary-color);\n        }\n\n        .hollow-shaft-calculator .parameter-item {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .hollow-shaft-calculator .parameter-item label {\n            margin-bottom: 0.5rem;\n            color: var(--text-color);\n            font-weight: 500;\n        }\n\n        .hollow-shaft-calculator .parameter-item input, \n        .hollow-shaft-calculator .parameter-item select {\n            padding: 0.5rem;\n            border: 1px solid #ddd;\n            border-radius: 4px;\n            font-size: 1rem;\n        }\n\n        .hollow-shaft-calculator .diagram-container {\n            text-align: center;\n            margin: 2rem 0;\n        }\n\n        .hollow-shaft-calculator .diagram {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .hollow-shaft-calculator .calculate-btn {\n            background-color: var(--secondary-color);\n            color: white;\n            border: none;\n            padding: 0.75rem 1.5rem;\n            border-radius: var(--border-radius);\n            cursor: pointer;\n            font-size: 1rem;\n            transition: background-color 0.3s, color 0.3s;\n            width: auto;\n            min-width: 200px;\n            margin-top: 1rem;\n            display: inline-block;\n        }\n\n        .hollow-shaft-calculator .calculate-btn:hover {\n            background-color: #2980b9;\n            color: white;\n        }\n\n        .hollow-shaft-calculator .results {\n            display: none;\n            margin-top: 2rem;\n            padding: var(--spacing);\n            background-color: #e8f4f8;\n            border-radius: var(--border-radius);\n        }\n\n        .hollow-shaft-calculator .result-item {\n            margin-bottom: 1rem;\n        }\n\n        .hollow-shaft-calculator .result-label {\n            font-weight: 500;\n            color: var(--primary-color);\n        }\n\n        .hollow-shaft-calculator .result-value {\n            font-size: 1.2rem;\n            color: #2c3e50;\n        }\n\n        @media (max-width: 992px) {\n            .hollow-shaft-calculator .calculator-container {\n                padding: 10px;\n            }\n\n            .hollow-shaft-calculator .parameters-grid, \n            .hollow-shaft-calculator .parameter-list {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 576px) {\n            .hollow-shaft-calculator .parameters-grid, \n            .hollow-shaft-calculator .parameter-list {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"hollow-shaft-calculator\">\n        <div class=\"calculator-container\">\n            <div class=\"section\">\n                <h2>Param\u00e8tres<\/h2>\n                <div class=\"parameter-list\">\n                    <div class=\"parameter-list-item\">\n                        <strong>Coefficient A:<\/strong> Un facteur qui d\u00e9pend de l\u2019application et des conditions de charge.\n                    <\/div>\n                    <div class=\"parameter-list-item\">\n                        <strong>Puissance P (kW) :<\/strong> La puissance transmise \u00e0 travers l&#039;arbre en kilowatts.\n                    <\/div>\n                    <div class=\"parameter-list-item\">\n                        <strong>Vitesse de l&#039;arbre n (r\/min) :<\/strong> La vitesse de rotation de l&#039;arbre en tours par minute.\n                    <\/div>\n                    <div class=\"parameter-list-item\">\n                        <strong>Diam\u00e8tre int\u00e9rieur d1 (mm) :<\/strong> Le diam\u00e8tre int\u00e9rieur de l&#039;arbre creux en millim\u00e8tres.\n                    <\/div>\n                    <div class=\"parameter-list-item\">\n                        <strong>Diam\u00e8tre ext\u00e9rieur d (mm) :<\/strong> Le diam\u00e8tre ext\u00e9rieur de l&#039;arbre creux en millim\u00e8tres.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"section\">\n                <h2>Calculatrice<\/h2>\n                <div class=\"parameters-grid\">\n                    <div class=\"parameter-item\">\n                        <label for=\"coefficient-a\">Coefficient A<\/label>\n                        <input type=\"number\" id=\"coefficient-a\" min=\"0\" step=\"0.01\" placeholder=\"Entrez le coefficient A\">\n                    <\/div>\n                    <div class=\"parameter-item\">\n                        <label for=\"power\">Puissance P (kW)<\/label>\n                        <input type=\"number\" id=\"power\" min=\"0\" step=\"0.1\" placeholder=\"Entrez la puissance en kW\">\n                    <\/div>\n                    <div class=\"parameter-item\">\n                        <label for=\"speed\">Vitesse de l&#039;arbre n (r\/min)<\/label>\n                        <input type=\"number\" id=\"speed\" min=\"0\" step=\"1\" placeholder=\"Entrez la vitesse en tr\/min\">\n                    <\/div>\n                    <div class=\"parameter-item\">\n                        <label for=\"inner-diameter\">Diam\u00e8tre int\u00e9rieur d1 (mm)<\/label>\n                        <input type=\"number\" id=\"inner-diameter\" min=\"0\" step=\"0.1\" placeholder=\"Entrez le diam\u00e8tre int\u00e9rieur\">\n                    <\/div>\n                    <div class=\"parameter-item\">\n                        <label for=\"outer-diameter\">Diam\u00e8tre ext\u00e9rieur d (mm)<\/label>\n                        <input type=\"number\" id=\"outer-diameter\" min=\"0\" step=\"0.1\" placeholder=\"Entrez le diam\u00e8tre ext\u00e9rieur\">\n                    <\/div>\n                <\/div>\n                <div style=\"text-align: center;\">\n                    <button class=\"calculate-btn\" onclick=\"calculateStrength()\">Calculer<\/button>\n                <\/div>\n            <\/div>\n\n            <div class=\"results\" id=\"results\">\n                <h2>R\u00e9sultats des calculs<\/h2>\n                <div class=\"result-item\">\n                    <span class=\"result-label\">Diam\u00e8tre minimal de l&#039;extr\u00e9mit\u00e9 de l&#039;arbre :<\/span>\n                    <span class=\"result-value\" id=\"min-diameter-result\">0 mm<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        function calculateStrength() {\n            \/\/ Get input values\n            const coefficientA = parseFloat(document.getElementById('coefficient-a').value);\n            const power = parseFloat(document.getElementById('power').value);\n            const speed = parseFloat(document.getElementById('speed').value);\n            const innerDiameter = parseFloat(document.getElementById('inner-diameter').value);\n            const outerDiameter = parseFloat(document.getElementById('outer-diameter').value);\n\n            \/\/ Validate inputs\n            if (!coefficientA || !power || !speed || !innerDiameter || !outerDiameter) {\n                alert('Please fill in all fields with valid numbers');\n                return;\n            }\n\n            \/\/ Calculate torque (T = P * 9550 \/ n)\n            \/\/ 9550 is a conversion factor for kW to N\u22c5m and r\/min to rad\/s\n            const torque = power * 9550 \/ speed;\n\n            \/\/ Calculate minimum shaft end diameter\n            \/\/ Using the formula: d = (16 * T \/ (\u03c0 * \u03c4_allowable))^(1\/3)\n            \/\/ Where \u03c4_allowable = \u03c4_yield \/ safety_factor\n            const allowableShearStress = 145 \/ 2; \/\/ Using steel's shear strength of 145 MPa with a safety factor of 2\n            const minDiameter = Math.pow((16 * torque * 1000) \/ (Math.PI * allowableShearStress), 1\/3);\n\n            \/\/ Display results\n            document.getElementById('min-diameter-result').textContent = minDiameter.toFixed(2) + ' mm';\n\n            \/\/ Show results section\n            document.getElementById('results').style.display = 'block';\n        }\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>The Hollow Shaft Strength Calculator is an essential tool for engineers and designers, providing precise calculations for determining the strength and durability of hollow shafts&#8230;<\/p>","protected":false},"author":2,"featured_media":15517,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pmpro_default_level":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[3424],"tags":[3398,3552,3553],"class_list":["post-15514","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-keyway-pin-shaft-calculator","tag-engineering-tools","tag-hollow-shaft-design","tag-mechanical-strength-calculator","pmpro-has-access"],"acf":[],"jetpack_featured_media_url":"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/Hollow-Shaft-Strength-Calculator.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/posts\/15514","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/comments?post=15514"}],"version-history":[{"count":0,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/posts\/15514\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/media\/15517"}],"wp:attachment":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/media?parent=15514"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/categories?post=15514"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/tags?post=15514"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}