{"id":15583,"date":"2025-04-22T03:22:09","date_gmt":"2025-04-22T03:22:09","guid":{"rendered":"https:\/\/www.mechstream.com\/?p=15583"},"modified":"2025-04-22T05:36:19","modified_gmt":"2025-04-22T05:36:19","slug":"interference-fit-calculator","status":"publish","type":"post","link":"https:\/\/www.mechstream.com\/es\/interference-fit-calculator\/","title":{"rendered":"Calculadora de ajuste por interferencia"},"content":{"rendered":"\n<p>Discover precision and reliability with our Interference Fit Calculator, designed to offer accurate assessments for engineers and designers. This intuitive tool streamlines the calculation of interference fits, ensuring optimal mechanical connection between components. By inputting essential parameters, users can efficiently determine the required press or shrink fit conditions for various materials. Enhance your project&#8217;s success by utilizing our calculator to achieve perfect contact pressure, minimize material stress, and ensure the longevity of your assemblies. Trust our Interference Fit Calculator for enhanced efficiency and accuracy in your mechanical designs.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"841\" height=\"451\" src=\"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/QQ20250422-101818.png\" loading=\"lazy\" alt=\"Interference Fit Calculator\" class=\"wp-image-15584\" srcset=\"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/QQ20250422-101818.png 841w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/QQ20250422-101818-300x161.png 300w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/QQ20250422-101818-768x412.png 768w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/QQ20250422-101818-100x54.png 100w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/QQ20250422-101818-700x375.png 700w\" sizes=\"(max-width: 841px) 100vw, 841px\" \/><\/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>Interference Fit Calculator | Engineering Design Tool<\/title>\n    <meta name=\"description\" content=\"Calculate interference fit parameters for mechanical engineering applications. Free online tool for shaft and hub assembly design.\">\n    <style>\n        \/* WordPress Compatibility Styles *\/\n        .interference-calculator-wrapper {\n            position: relative;\n            z-index: 1;\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            margin-left: 0;\n            margin-right: 0;\n            min-height: 100vh;\n        }\n\n        .interference-calculator-wrapper * {\n            box-sizing: border-box;\n        }\n\n        \/* Reset WordPress Theme Styles *\/\n        .interference-calculator-wrapper h1,\n        .interference-calculator-wrapper h2,\n        .interference-calculator-wrapper h3,\n        .interference-calculator-wrapper p,\n        .interference-calculator-wrapper div,\n        .interference-calculator-wrapper span {\n            margin: 0;\n            padding: 0;\n            font-family: inherit;\n            line-height: inherit;\n            color: inherit;\n        }\n\n        \/* Original Calculator Styles *\/\n        :root {\n            --primary-color: #2c3e50;\n            --secondary-color: #3498db;\n            --text-color: #333;\n            --border-color: #ddd;\n            --background-color: #f9f9f9;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: inherit;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            margin: 0;\n            padding: 0;\n        }\n\n        .calculator-container {\n            background: white;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 20px auto;\n            position: relative;\n            z-index: 1;\n            max-width: 1200px;\n            width: 95%;\n        }\n\n        h1, h2, h3 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n\n        .parameter-section {\n            margin-bottom: 20px;\n        }\n\n        .parameter-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin-bottom: 20px;\n        }\n\n        .input-group {\n            display: flex;\n            flex-direction: column;\n        }\n\n        label {\n            margin-bottom: 5px;\n            font-weight: 500;\n        }\n\n        input, select {\n            padding: 8px;\n            border: 1px solid var(--border-color);\n            border-radius: 4px;\n            font-size: 14px;\n        }\n\n        .unit {\n            color: #666;\n            font-size: 0.9em;\n            margin-left: 5px;\n        }\n\n        .diagram {\n            text-align: center;\n            margin: 20px 0;\n        }\n\n        .diagram svg {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .calculate-btn {\n            background-color: var(--secondary-color);\n            color: white;\n            padding: 12px 24px;\n            border: none;\n            border-radius: 4px;\n            cursor: pointer;\n            font-size: 16px;\n            transition: all 0.3s;\n            margin: 20px auto;\n            display: block;\n            width: 200px;\n            text-align: center;\n        }\n\n        .calculate-btn:hover {\n            background-color: #2980b9;\n            color: white;\n            transform: scale(1.05);\n        }\n\n        .results {\n            display: none;\n            background-color: var(--background-color);\n            padding: 20px;\n            border-radius: 4px;\n            margin-top: 20px;\n        }\n\n        .results.show {\n            display: block;\n        }\n\n        .result-item {\n            margin-bottom: 10px;\n            font-weight: 500;\n            padding: 10px;\n            background-color: white;\n            border-radius: 4px;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n\n        .result-value {\n            color: var(--secondary-color);\n            font-weight: bold;\n        }\n\n        .result-unit {\n            color: #666;\n            font-size: 0.9em;\n            margin-left: 5px;\n        }\n\n        @media (max-width: 768px) {\n            .parameter-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        .parameter-descriptions {\n            padding: 20px;\n            border-radius: 4px;\n            margin-bottom: 20px;\n        }\n\n        .description-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 15px;\n        }\n\n        @media (max-width: 1200px) {\n            .description-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n\n        @media (max-width: 900px) {\n            .description-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 600px) {\n            .description-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        .description-item {\n            margin-bottom: 10px;\n        }\n\n        .description-param {\n            font-weight: bold;\n            color: var(--primary-color);\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"interference-calculator-wrapper\">\n        <div class=\"calculator-container\">\n            <div class=\"parameter-descriptions\">\n                <h2>Parameter Descriptions<\/h2>\n                <div class=\"description-grid\">\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">da (mm):<\/span> Outer diameter of the outer part (hub)\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">df (mm):<\/span> Fitting diameter (interface diameter)\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">di (mm):<\/span> Inner diameter of the inner part (shaft)\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">lf (mm):<\/span> Fitting length (contact length)\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">\u03bc:<\/span> Coefficient of friction between mating surfaces\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">Ea (GPa):<\/span> Elastic modulus of the outer part (hub)\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">Ei (GPa):<\/span> Elastic modulus of the inner part (shaft)\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">\u03bda:<\/span> Poisson&#8217;s ratio of the outer part (hub)\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">\u03bdi:<\/span> Poisson&#8217;s ratio of the inner part (shaft)\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">\u03c3sa (MPa):<\/span> Yield strength of the outer part (hub)\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">\u03c3si (MPa):<\/span> Yield strength of the inner part (shaft)\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">N (kW):<\/span> Power transmitted through the assembly\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">Kc:<\/span> Overload coefficient for the motor\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">n (rpm):<\/span> Rotational speed of the assembly\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">Ca:<\/span> Surface roughness compensation for the outer part\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">Ci:<\/span> Surface roughness compensation for the inner part\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">a:<\/span> Temperature compensation coefficient\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">c:<\/span> Assembly method compensation coefficient\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">\u03c9 (mm):<\/span> Thermal expansion compensation\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">IT7 (mm):<\/span> Standard tolerance grade 7\n                    <\/div>\n                    <div class=\"description-item\">\n                        <span class=\"description-param\">IT6 (mm):<\/span> Standard tolerance grade 6\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"parameter-section\">\n                <h2>Calculator<\/h2>\n                <div class=\"parameter-grid\">\n                    <div class=\"input-group\">\n                        <label for=\"da\">da (mm)<\/label>\n                        <input type=\"number\" id=\"da\" step=\"0.01\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"df\">df (mm)<\/label>\n                        <input type=\"number\" id=\"df\" step=\"0.01\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"di\">di (mm)<\/label>\n                        <input type=\"number\" id=\"di\" step=\"0.01\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"lf\">lf (mm)<\/label>\n                        <input type=\"number\" id=\"lf\" step=\"0.01\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"mu\">\u03bc<\/label>\n                        <input type=\"number\" id=\"mu\" step=\"0.001\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"Ea\">Ea (GPa)<\/label>\n                        <input type=\"number\" id=\"Ea\" step=\"0.1\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"Ei\">Ei (GPa)<\/label>\n                        <input type=\"number\" id=\"Ei\" step=\"0.1\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"va\">\u03bda<\/label>\n                        <input type=\"number\" id=\"va\" step=\"0.01\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"vi\">\u03bdi<\/label>\n                        <input type=\"number\" id=\"vi\" step=\"0.01\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"sigma_sa\">\u03c3sa (MPa)<\/label>\n                        <input type=\"number\" id=\"sigma_sa\" step=\"0.1\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"sigma_si\">\u03c3si (MPa)<\/label>\n                        <input type=\"number\" id=\"sigma_si\" step=\"0.1\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"N\">N (kW)<\/label>\n                        <input type=\"number\" id=\"N\" step=\"0.1\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"k_overload\">Kc<\/label>\n                        <input type=\"number\" id=\"k_overload\" step=\"0.1\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"n\">n (rpm)<\/label>\n                        <input type=\"number\" id=\"n\" step=\"1\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"Ca\">Ca<\/label>\n                        <input type=\"number\" id=\"Ca\" step=\"0.01\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"Ci\">Ci<\/label>\n                        <input type=\"number\" id=\"Ci\" step=\"0.01\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"a\">a<\/label>\n                        <input type=\"number\" id=\"a\" step=\"0.01\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"c\">c<\/label>\n                        <input type=\"number\" id=\"c\" step=\"0.01\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"omega\">\u03c9 (mm)<\/label>\n                        <input type=\"number\" id=\"omega\" step=\"0.01\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"IT7\">IT7 (mm)<\/label>\n                        <input type=\"number\" id=\"IT7\" step=\"0.001\" required>\n                    <\/div>\n                    <div class=\"input-group\">\n                        <label for=\"IT6\">IT6 (mm)<\/label>\n                        <input type=\"number\" id=\"IT6\" step=\"0.001\" required>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <button class=\"calculate-btn\" onclick=\"calculate()\">Calculate<\/button>\n\n            <div class=\"results\" id=\"results\">\n                <h2>Calculation Results<\/h2>\n                <div class=\"result-item\">\n                    <span>Transmitted Torque (T): <\/span>\n                    <span class=\"result-value\" id=\"T\"><\/span>\n                    <span class=\"result-unit\">N\u00b7m<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Minimum Pressure for Load Transmission (Pfmin): <\/span>\n                    <span class=\"result-value\" id=\"Pfmin\"><\/span>\n                    <span class=\"result-unit\">MPa<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Diameter Ratio of Outer Part (qa): <\/span>\n                    <span class=\"result-value\" id=\"qa\"><\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Diameter Ratio of Inner Part (qi): <\/span>\n                    <span class=\"result-value\" id=\"qi\"><\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Minimum Diameter Change of Outer Part (eamin): <\/span>\n                    <span class=\"result-value\" id=\"eamin\"><\/span>\n                    <span class=\"result-unit\">mm<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Minimum Diameter Change of Inner Part (eimin): <\/span>\n                    <span class=\"result-value\" id=\"eimin\"><\/span>\n                    <span class=\"result-unit\">mm<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Minimum Effective Interference (\u03b4emin): <\/span>\n                    <span class=\"result-value\" id=\"delta_emin\"><\/span>\n                    <span class=\"result-unit\">mm<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Minimum Interference Considering Flattening (\u03b4min): <\/span>\n                    <span class=\"result-value\" id=\"delta_min\"><\/span>\n                    <span class=\"result-unit\">mm<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Maximum Pressure for Outer Part (Pfamax): <\/span>\n                    <span class=\"result-value\" id=\"Pfamax\"><\/span>\n                    <span class=\"result-unit\">MPa<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Maximum Pressure for Inner Part (Pfimax): <\/span>\n                    <span class=\"result-value\" id=\"Pfimax\"><\/span>\n                    <span class=\"result-unit\">MPa<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Maximum Pressure for Assembly (Pfmax): <\/span>\n                    <span class=\"result-value\" id=\"Pfmax\"><\/span>\n                    <span class=\"result-unit\">MPa<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Maximum Transmitted Force (Ft): <\/span>\n                    <span class=\"result-value\" id=\"Ft\"><\/span>\n                    <span class=\"result-unit\">N<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Maximum Diameter Change of Outer Part (eamax): <\/span>\n                    <span class=\"result-value\" id=\"eamax\"><\/span>\n                    <span class=\"result-unit\">mm<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Maximum Diameter Change of Inner Part (eimax): <\/span>\n                    <span class=\"result-value\" id=\"eimax\"><\/span>\n                    <span class=\"result-unit\">mm<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Maximum Effective Interference (\u03b4emax): <\/span>\n                    <span class=\"result-value\" id=\"delta_emax\"><\/span>\n                    <span class=\"result-unit\">mm<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Initial Basic Interference (\u03b4b): <\/span>\n                    <span class=\"result-value\" id=\"delta_b\"><\/span>\n                    <span class=\"result-unit\">mm<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Allowable Minimum Interference [\u03b4min]: <\/span>\n                    <span class=\"result-value\" id=\"allowable_delta_min\"><\/span>\n                    <span class=\"result-unit\">mm<\/span>\n                <\/div>\n                <div class=\"result-item\">\n                    <span>Allowable Maximum Interference [\u03b4max]: <\/span>\n                    <span class=\"result-value\" id=\"allowable_delta_max\"><\/span>\n                    <span class=\"result-unit\">mm<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        function calculate() {\n            \/\/ Get input values\n            const da = parseFloat(document.getElementById('da').value);\n            const df = parseFloat(document.getElementById('df').value);\n            const di = parseFloat(document.getElementById('di').value);\n            const lf = parseFloat(document.getElementById('lf').value);\n            const mu = parseFloat(document.getElementById('mu').value);\n            const Ea = parseFloat(document.getElementById('Ea').value) * 1000; \/\/ Convert to MPa\n            const Ei = parseFloat(document.getElementById('Ei').value) * 1000; \/\/ Convert to MPa\n            const va = parseFloat(document.getElementById('va').value);\n            const vi = parseFloat(document.getElementById('vi').value);\n            const sigma_sa = parseFloat(document.getElementById('sigma_sa').value);\n            const sigma_si = parseFloat(document.getElementById('sigma_si').value);\n            const N = parseFloat(document.getElementById('N').value);\n            const k_overload = parseFloat(document.getElementById('k_overload').value);\n            const n = parseFloat(document.getElementById('n').value);\n            const Ca = parseFloat(document.getElementById('Ca').value);\n            const Ci = parseFloat(document.getElementById('Ci').value);\n            const a = parseFloat(document.getElementById('a').value);\n            const c = parseFloat(document.getElementById('c').value);\n            const omega = parseFloat(document.getElementById('omega').value);\n            const IT7 = parseFloat(document.getElementById('IT7').value);\n            const IT6 = parseFloat(document.getElementById('IT6').value);\n\n            \/\/ Calculate intermediate values\n            const qa = df \/ da;\n            const qi = di \/ df;\n            \n            \/\/ Calculate transmitted torque\n            const T = (N * 1000 * k_overload) \/ (2 * Math.PI * n \/ 60);\n            \n            \/\/ Calculate minimum pressure for load transmission\n            const Pfmin = (2 * T) \/ (Math.PI * df * df * lf * mu);\n            \n            \/\/ Calculate maximum pressures\n            const Pfamax = sigma_sa * (1 - qa * qa) \/ Math.sqrt(3);\n            const Pfimax = sigma_si * (1 - qi * qi) \/ Math.sqrt(3);\n            const Pfmax = Math.min(Pfamax, Pfimax);\n            \n            \/\/ Calculate maximum transmitted force\n            const Ft = Math.PI * df * lf * Pfmax * mu;\n            \n            \/\/ Calculate diameter changes\n            const eamin = (df * Pfmin * (1 + qa * qa) \/ (Ea * (1 - qa * qa))) + (df * Pfmin * va \/ Ea);\n            const eimin = (df * Pfmin * (1 + qi * qi) \/ (Ei * (1 - qi * qi))) - (df * Pfmin * vi \/ Ei);\n            const eamax = (df * Pfmax * (1 + qa * qa) \/ (Ea * (1 - qa * qa))) + (df * Pfmax * va \/ Ea);\n            const eimax = (df * Pfmax * (1 + qi * qi) \/ (Ei * (1 - qi * qi))) - (df * Pfmax * vi \/ Ei);\n            \n            \/\/ Calculate interferences\n            const delta_emin = eamin + eimin;\n            const delta_emax = eamax + eimax;\n            const delta_min = delta_emin + 2 * (Ca + Ci);\n            const delta_b = (delta_min + delta_emax) \/ 2;\n            \n            \/\/ Calculate allowable interferences\n            const allowable_delta_min = delta_min + IT7;\n            const allowable_delta_max = delta_emax + IT6;\n\n            \/\/ Display results\n            document.getElementById('results').classList.add('show');\n            document.getElementById('T').textContent = T.toFixed(2);\n            document.getElementById('Pfmin').textContent = Pfmin.toFixed(2);\n            document.getElementById('qa').textContent = qa.toFixed(4);\n            document.getElementById('qi').textContent = qi.toFixed(4);\n            document.getElementById('eamin').textContent = eamin.toFixed(4);\n            document.getElementById('eimin').textContent = eimin.toFixed(4);\n            document.getElementById('delta_emin').textContent = delta_emin.toFixed(4);\n            document.getElementById('delta_min').textContent = delta_min.toFixed(4);\n            document.getElementById('Pfamax').textContent = Pfamax.toFixed(2);\n            document.getElementById('Pfimax').textContent = Pfimax.toFixed(2);\n            document.getElementById('Pfmax').textContent = Pfmax.toFixed(2);\n            document.getElementById('Ft').textContent = Ft.toFixed(2);\n            document.getElementById('eamax').textContent = eamax.toFixed(4);\n            document.getElementById('eimax').textContent = eimax.toFixed(4);\n            document.getElementById('delta_emax').textContent = delta_emax.toFixed(4);\n            document.getElementById('delta_b').textContent = delta_b.toFixed(4);\n            document.getElementById('allowable_delta_min').textContent = allowable_delta_min.toFixed(4);\n            document.getElementById('allowable_delta_max').textContent = allowable_delta_max.toFixed(4);\n        }\n    <\/script>\n<\/body>\n<\/html> \n","protected":false},"excerpt":{"rendered":"<p>Descubra la precisi\u00f3n y la fiabilidad con nuestra Calculadora de Ajuste por Interferencia, dise\u00f1ada para ofrecer evaluaciones precisas a ingenieros y dise\u00f1adores. Esta herramienta intuitiva agiliza el c\u00e1lculo de\u2026<\/p>","protected":false},"author":2,"featured_media":15585,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pmpro_default_level":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3427],"tags":[3571,3569,3570],"class_list":["post-15583","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mechanical-fit-calculator","tag-component-fitting-solutions","tag-interference-fit-design","tag-precision-engineering-tools","pmpro-has-access"],"acf":[],"jetpack_featured_media_url":"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/Interference-Fit-Calculator.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.mechstream.com\/es\/wp-json\/wp\/v2\/posts\/15583","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mechstream.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mechstream.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/es\/wp-json\/wp\/v2\/comments?post=15583"}],"version-history":[{"count":0,"href":"https:\/\/www.mechstream.com\/es\/wp-json\/wp\/v2\/posts\/15583\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/es\/wp-json\/wp\/v2\/media\/15585"}],"wp:attachment":[{"href":"https:\/\/www.mechstream.com\/es\/wp-json\/wp\/v2\/media?parent=15583"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mechstream.com\/es\/wp-json\/wp\/v2\/categories?post=15583"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mechstream.com\/es\/wp-json\/wp\/v2\/tags?post=15583"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}