{"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\/ru\/hollow-shaft-strength-calculator\/","title":{"rendered":"\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u043f\u0440\u043e\u0447\u043d\u043e\u0441\u0442\u0438 \u043f\u043e\u043b\u043e\u0433\u043e \u0432\u0430\u043b\u0430"},"content":{"rendered":"<p class=\"wp-block-paragraph\">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 in mechanical applications. This user-friendly calculator helps optimize designs by considering factors such as material properties, dimensions, and load conditions, ensuring safe and efficient operation. Whether you&#8217;re working on automotive components, aerospace engineering, or industrial machinery, this calculator aids in achieving optimal performance and reliability. Enhance your project outcomes with our easy-to-use Hollow Shaft Strength Calculator and make informed design decisions confidently.<\/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=\"\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u043f\u0440\u043e\u0447\u043d\u043e\u0441\u0442\u0438 \u043f\u043e\u043b\u043e\u0433\u043e \u0432\u0430\u043b\u0430\" 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>Hollow Shaft Strength Calculator | Engineering Tools<\/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>\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b<\/h2>\n                <div class=\"parameter-list\">\n                    <div class=\"parameter-list-item\">\n                        <strong>Coefficient A:<\/strong> A factor that depends on the application and loading conditions.\n                    <\/div>\n                    <div class=\"parameter-list-item\">\n                        <strong>Power P (kW):<\/strong> The power transmitted through the shaft in kilowatts.\n                    <\/div>\n                    <div class=\"parameter-list-item\">\n                        <strong>Shaft Speed n (r\/min):<\/strong> The rotational speed of the shaft in revolutions per minute.\n                    <\/div>\n                    <div class=\"parameter-list-item\">\n                        <strong>Inner Diameter d1 (mm):<\/strong> The inner diameter of the hollow shaft in millimeters.\n                    <\/div>\n                    <div class=\"parameter-list-item\">\n                        <strong>Outer Diameter d (mm):<\/strong> The outer diameter of the hollow shaft in millimeters.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"section\">\n                <h2>\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440<\/h2>\n                <div class=\"parameters-grid\">\n                    <div class=\"parameter-item\">\n                        <label for=\"coefficient-a\">\u041a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442 \u0410<\/label>\n                        <input type=\"number\" id=\"coefficient-a\" min=\"0\" step=\"0.01\" placeholder=\"Enter coefficient A\">\n                    <\/div>\n                    <div class=\"parameter-item\">\n                        <label for=\"power\">\u041c\u043e\u0449\u043d\u043e\u0441\u0442\u044c P (\u043a\u0412\u0442)<\/label>\n                        <input type=\"number\" id=\"power\" min=\"0\" step=\"0.1\" placeholder=\"Enter power in kW\">\n                    <\/div>\n                    <div class=\"parameter-item\">\n                        <label for=\"speed\">Shaft Speed n (r\/min)<\/label>\n                        <input type=\"number\" id=\"speed\" min=\"0\" step=\"1\" placeholder=\"Enter speed in r\/min\">\n                    <\/div>\n                    <div class=\"parameter-item\">\n                        <label for=\"inner-diameter\">Inner Diameter d1 (mm)<\/label>\n                        <input type=\"number\" id=\"inner-diameter\" min=\"0\" step=\"0.1\" placeholder=\"Enter inner diameter\">\n                    <\/div>\n                    <div class=\"parameter-item\">\n                        <label for=\"outer-diameter\">Outer Diameter d (mm)<\/label>\n                        <input type=\"number\" id=\"outer-diameter\" min=\"0\" step=\"0.1\" placeholder=\"Enter outer diameter\">\n                    <\/div>\n                <\/div>\n                <div style=\"text-align: center;\">\n                    <button class=\"calculate-btn\" onclick=\"calculateStrength()\">\u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c<\/button>\n                <\/div>\n            <\/div>\n\n            <div class=\"results\" id=\"results\">\n                <h2>\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0440\u0430\u0441\u0447\u0435\u0442\u043e\u0432<\/h2>\n                <div class=\"result-item\">\n                    <span class=\"result-label\">Minimum Shaft End Diameter:<\/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\/ru\/wp-json\/wp\/v2\/posts\/15514","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/comments?post=15514"}],"version-history":[{"count":0,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/posts\/15514\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/media\/15517"}],"wp:attachment":[{"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/media?parent=15514"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/categories?post=15514"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mechstream.com\/ru\/wp-json\/wp\/v2\/tags?post=15514"}],"curies":[{"name":"WP","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}