{"id":530,"date":"2026-04-02T05:07:34","date_gmt":"2026-04-02T05:07:34","guid":{"rendered":"https:\/\/kurtfoundry.com\/?p=530"},"modified":"2026-05-13T01:09:23","modified_gmt":"2026-05-13T01:09:23","slug":"custom-hydraulic-pump-housing","status":"publish","type":"post","link":"https:\/\/kurtfoundry.com\/fr\/product\/custom-hydraulic-pump-housing\/","title":{"rendered":"Carter de pompe hydraulique sur mesure | Fonderie de moulage au sable"},"content":{"rendered":"\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;500;600;700&family=Open+Sans:wght@300;400;600&display=swap');\n\n:root {\n    --primary-dark: #0a0e0d;\n    --primary: #2b3a36;\n    --primary-light: #445851;\n    --accent: #d4af37;\n    --bg-light: #f9f8f4;\n    --bg-white: #ffffff;\n    --bg-gray: #f0efe9;\n    --text-main: #333333;\n    --text-muted: #666666;\n    --text-light: #e0e0e0;\n    --border: #e2dfd5;\n    --transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);\n}\n\n\/* REQUIRED CSS RULES *\/\n.faq-question { cursor: pointer; color: var(--text-main); transition: color 0.3s ease; }\n.faq-question:hover { color: var(--primary); }\n.faq-question.active { color: var(--primary); }\na:hover { color: var(--primary); }\n.product-img { width: 100%; aspect-ratio: 3 \/ 2; object-fit: cover; border-radius: 12px; }\n\n\/* BASE STYLES *\/\n* { margin: 0; padding: 0; box-sizing: border-box; }\n.ph-page { font-family: 'Open Sans', sans-serif; background-color: var(--bg-light); color: var(--text-main); line-height: 1.7; overflow-x: hidden; width: 100%; font-size: 15px; }\n.ph-page h1, .ph-page h2, .ph-page h3, .ph-page h4 { font-family: 'Playfair Display', serif; font-weight: 600; color: var(--primary-dark); line-height: 1.3; }\n.ph-page h2 { font-size: 2rem; margin-bottom: 1.5rem; }\n.ph-page h3 { font-size: 1.5rem; margin-bottom: 1rem; }\n.ph-page p { margin-bottom: 1.5rem; }\n.ph-page a.text-link { color: var(--primary); font-weight: 600; text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 4px; transition: var(--transition); }\n.ph-page a.text-link:hover { color: var(--accent); text-decoration-color: var(--primary); }\n.ph-container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 5%; }\n.ph-section { padding: 4rem 0; }\n\n\/* ANIMATIONS *\/\n.reveal-up { opacity: 0; transform: translateY(40px); transition: all 0.8s ease-out; will-change: opacity, transform; }\n.reveal-scale { opacity: 0; transform: scale(0.95); transition: all 0.8s ease-out; will-change: opacity, transform; }\n.reveal-up.active, .reveal-scale.active { opacity: 1; transform: translate(0) scale(1); }\n.delay-1 { transition-delay: 0.15s; }\n.delay-2 { transition-delay: 0.3s; }\n\n\/* BUTTONS *\/\n.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 1rem 2rem; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; cursor: pointer; transition: var(--transition); border-radius: 2px; position: relative; overflow: hidden; z-index: 1; border: 1px solid transparent; text-align: center; text-decoration: none; min-width: 44px; min-height: 44px; }\n.btn-accent { background-color: var(--accent); color: var(--primary-dark); border-color: var(--accent); }\n.btn-accent::before { content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: #c19b2e; transition: var(--transition); z-index: -1; }\n.btn-accent:hover::before { width: 100%; }\n.btn-accent:hover { color: var(--primary-dark); border-color: #c19b2e; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3); }\n.btn-dark { background-color: var(--primary); color: var(--bg-white); border-color: var(--primary); }\n.btn-dark::before { content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: var(--primary-dark); transition: var(--transition); z-index: -1; }\n.btn-dark:hover::before { width: 100%; }\n.btn-dark:hover { color: var(--bg-white); border-color: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); }\n.btn-outline { background-color: transparent; color: var(--primary); border-color: var(--primary); }\n.btn-outline:hover { background-color: var(--primary); color: var(--bg-white); transform: translateY(-2px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); }\n\n\/* UNIQUE LAYOUT: HERO (Split Layout) *\/\n.ph-hero { background-color: var(--primary-dark); color: var(--bg-white); padding: 6rem 0 4rem; overflow: hidden; }\n.ph-hero h1 { color: var(--bg-white); font-size: 2.2rem; margin-bottom: 1rem; }\n.ph-hero-subtitle { display: block; color: var(--accent); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1.5rem; font-weight: 600; }\n.ph-hero p { color: var(--text-light); font-size: 1.05rem; margin-bottom: 2rem; }\n.ph-hero-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }\n.ph-hero-badges { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 2rem; }\n.ph-hero-badge { padding: 0.4rem 0.8rem; border: 1px solid rgba(212, 175, 55, 0.4); color: var(--accent); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; background: rgba(10, 14, 13, 0.5); }\n.ph-hero-actions { display: flex; flex-direction: column; gap: 1rem; }\n.ph-hero-image { position: relative; }\n.ph-hero-image::after { content: ''; position: absolute; top: -20px; right: -20px; bottom: 20px; left: 20px; border: 2px solid var(--accent); border-radius: 12px; z-index: 0; }\n.ph-hero-image img { position: relative; z-index: 1; box-shadow: 0 20px 40px rgba(0,0,0,0.4); }\n\n\/* UNIQUE LAYOUT: INTRO *\/\n.ph-intro { background-color: var(--bg-white); text-align: center; }\n.ph-intro-content { max-width: 900px; margin: 0 auto; }\n.ph-intro-content p { font-size: 1.1rem; color: var(--text-muted); }\n\n\/* UNIQUE LAYOUT: SPECS TABLE *\/\n.ph-specs { background-color: var(--bg-gray); }\n.ph-specs-header { text-align: center; margin-bottom: 3rem; }\n.ph-table-wrapper { width: 100%; overflow-x: auto; background: var(--bg-white); border: 1px solid var(--border); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03); border-radius: 8px; }\n.ph-table { width: 100%; min-width: 800px; border-collapse: collapse; text-align: left; }\n.ph-table th, .ph-table td { padding: 1.2rem 1.5rem; border-bottom: 1px solid var(--border); }\n.ph-table th { background-color: var(--primary); color: var(--bg-white); font-family: 'Playfair Display', serif; font-size: 1.05rem; white-space: nowrap; }\n.ph-table tr:last-child td { border-bottom: none; }\n.ph-table tr:hover td { background-color: var(--bg-light); }\n.ph-table td:first-child { font-weight: 600; color: var(--primary-dark); }\n\n\/* UNIQUE LAYOUT: FEATURES (Alternating Rows) *\/\n.ph-features { background-color: var(--bg-white); }\n.ph-features-header { text-align: center; margin-bottom: 4rem; }\n.ph-feature-row { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; margin-bottom: 4rem; }\n.ph-feature-row:last-child { margin-bottom: 0; }\n.ph-feature-content h3 { color: var(--primary); font-size: 1.6rem; position: relative; padding-bottom: 1rem; margin-bottom: 1.5rem; }\n.ph-feature-content h3::after { content: ''; position: absolute; left: 0; bottom: 0; width: 60px; height: 3px; background-color: var(--accent); }\n\n\/* UNIQUE LAYOUT: PROCESS (Vertical Timeline) *\/\n.ph-process { background-color: var(--bg-light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }\n.ph-process-header { text-align: center; margin-bottom: 4rem; }\n.ph-timeline { position: relative; max-width: 800px; margin: 0 auto; padding-left: 2rem; border-left: 2px solid var(--accent); }\n.ph-timeline-step { position: relative; margin-bottom: 3rem; padding-left: 1.5rem; }\n.ph-timeline-step:last-child { margin-bottom: 0; }\n.ph-timeline-step::before { content: ''; position: absolute; left: -2.6rem; top: 0.3rem; width: 1.2rem; height: 1.2rem; background-color: var(--accent); border-radius: 50%; border: 3px solid var(--bg-light); box-shadow: 0 0 0 3px var(--primary); }\n.ph-timeline-step h3 { font-size: 1.3rem; color: var(--primary-dark); margin-bottom: 0.5rem; }\n.ph-timeline-step p { color: var(--text-muted); margin-bottom: 0; }\n\n\/* UNIQUE LAYOUT: QUALITY (Grid Checklist) *\/\n.ph-quality { background-color: var(--primary-dark); color: var(--bg-white); }\n.ph-quality h2 { color: var(--bg-white); text-align: center; margin-bottom: 1.5rem; }\n.ph-quality-intro { text-align: center; color: var(--text-light); max-width: 800px; margin: 0 auto 3rem; }\n.ph-quality-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }\n.ph-quality-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); padding: 2rem; border-radius: 8px; transition: var(--transition); }\n.ph-quality-card:hover { border-color: var(--accent); background: rgba(255, 255, 255, 0.08); transform: translateY(-3px); }\n.ph-quality-card h3 { color: var(--accent); font-size: 1.1rem; margin-bottom: 0.5rem; font-family: 'Open Sans', sans-serif; text-transform: uppercase; letter-spacing: 1px; }\n.ph-quality-card p { color: var(--text-light); margin-bottom: 0; font-size: 0.95rem; }\n\n\/* UNIQUE LAYOUT: FAQ *\/\n.ph-faq { background-color: var(--bg-white); }\n.ph-faq-container { max-width: 900px; margin: 0 auto; }\n.ph-faq-header { text-align: center; margin-bottom: 3rem; }\n.ph-accordion-item { border-bottom: 1px solid var(--border); }\n.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 1.5rem 0; font-family: 'Open Sans', sans-serif; font-size: 1.1rem; font-weight: 600; display: flex; justify-content: space-between; align-items: center; min-height: 44px; outline: none; }\n.ph-accordion-icon { font-size: 1.5rem; color: var(--accent); transition: transform 0.3s ease; }\n.ph-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; color: var(--text-muted); }\n.ph-accordion-content p { padding-bottom: 1.5rem; margin-bottom: 0; }\n.ph-accordion-item.active .ph-accordion-content { max-height: 500px; }\n.ph-accordion-item.active .ph-accordion-icon { transform: rotate(45deg); }\n\n\/* UNIQUE LAYOUT: FINAL CTA *\/\n.ph-cta { background-color: var(--accent); text-align: center; padding: 5rem 0; }\n.ph-cta-content { max-width: 800px; margin: 0 auto; }\n.ph-cta h2 { color: var(--primary-dark); margin-bottom: 1.5rem; }\n.ph-cta p { color: var(--primary-dark); font-size: 1.1rem; margin-bottom: 2rem; font-weight: 500; }\n\n\/* MEDIA QUERIES *\/\n@media (min-width: 480px) {\n    .ph-hero h1 { font-size: 2.8rem; }\n    .ph-hero-actions { flex-direction: row; }\n    .ph-page { font-size: 16px; }\n}\n\n@media (min-width: 768px) {\n    .ph-section { padding: 6rem 0; }\n    .ph-hero-grid { grid-template-columns: 1fr 1fr; }\n    .ph-feature-row { grid-template-columns: 1fr 1fr; gap: 4rem; }\n    .ph-feature-row.reverse .ph-feature-content { order: -1; }\n    .ph-quality-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (min-width: 1024px) {\n    .ph-hero h1 { font-size: 3.5rem; }\n    .ph-quality-grid { grid-template-columns: 1fr 1fr 1fr 1fr; }\n}\n\n\/* \u2500\u2500 Hover color overrides (injected) \u2500\u2500 *\/\n.faq-question { cursor: pointer; }\n.faq-question:hover,\n.faq-question.active,\n.faq-item summary:hover,\n.faq-item summary.active,\na:hover,\na:focus { color: var(--primary) !important; }\na { text-decoration: none; }\n\n\/* \u2500\u2500 Layout consistency (injected) \u2500\u2500 *\/\nsection .container,\nsection .content-wrapper,\nsection .section-content,\nsection .hero-content,\nsection .banner-content,\nsection > div:first-child {\n    max-width: 1200px;\n    margin-left: auto;\n    margin-right: auto;\n    width: 100%;\n    box-sizing: border-box;\n}\nsection {\n    padding-left: clamp(1rem, 5vw, 4rem);\n    padding-right: clamp(1rem, 5vw, 4rem);\n}\n\n\/* --- UI FIXES --- *\/\n\n\/* 1 & 3. Fix button text visibility on hover (overrides the injected !important rule) *\/\n.btn-outline:hover,\n.btn-dark:hover {\n    color: var(--bg-white) !important;\n}\n\n.btn-accent:hover {\n    color: var(--primary-dark) !important;\n}\n\n\/* 2. Prevent FAQ background from turning blue on hover *\/\n.faq-question:hover,\n.faq-question:focus,\n.faq-question.active {\n    background-color: transparent !important;\n}\n<\/style>\n\n<div class=\"ph-page\">\n\n    <section class=\"ph-hero\">\n        <div class=\"ph-container\">\n            <div class=\"ph-hero-grid\">\n                <div class=\"ph-hero-content reveal-up\">\n                    <span class=\"ph-hero-subtitle\">Precision Sand Casting &#038; CNC Machining for Perfect Shaft Alignment.<\/span>\n                    <h1>Custom Hydraulic Pump Housing &#038; Bellhousings Manufacturing<\/h1>\n                    <p>We engineer and manufacture custom hydraulic pump housings and motor mounts to your exact CAD specifications. Kurt Foundry delivers fully machined, ready-to-assemble bellhousings designed to eliminate vibration and ensure perfect concentricity between C-Face electric motors and hydraulic pumps.<\/p>\n                    <div class=\"ph-hero-badges\">\n                        <span class=\"ph-hero-badge\">ISO 9001 Quality Control<\/span>\n                        <span class=\"ph-hero-badge\">NEMA &#038; SAE Compliant<\/span>\n                        <span class=\"ph-hero-badge\">Direct Foundry Pricing<\/span>\n                    <\/div>\n                    <div class=\"ph-hero-actions\">\n                        <a href=\"https:\/\/kurtfoundry.com\/contact\/\" class=\"btn btn-accent\">Get a Free Quote<\/a>\n                        <a href=\"#specifications\" class=\"btn btn-outline\" style=\"color: var(--bg-white); border-color: var(--bg-white);\">View Specs<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"ph-hero-image reveal-scale delay-1\">\n                    <img decoding=\"async\" src=\"https:\/\/kurtfoundry.com\/wp-content\/uploads\/2026\/04\/custom-hydraulic-pump-housing-1.webp\" alt=\"Close-up photograph of a custom sand-cast gray iron hydraulic pump housing resting on a steel inspection table, showing precision CNC-machined mounting flanges and a smooth internal bore, taken under bright factory LED lighting\" class=\"product-img\" title=\"\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"ph-section ph-intro\">\n        <div class=\"ph-container\">\n            <div class=\"ph-intro-content reveal-up\">\n                <h2>What is a Custom Hydraulic Pump Housing (Bellhousing)?<\/h2>\n                <p>A hydraulic pump housing, commonly known as a bellhousing or motor mount, serves as the critical structural link between an electric motor and a hydraulic pump. These heavy-duty components enclose the flexible shaft coupling, protect the internal mechanisms from industrial debris, and eliminate the need for complex shim alignments.<\/p>\n                <p>We custom-engineer every pump housing to match your specific power unit design. Whether your application requires standard NEMA C-Face motor mounts or specialized SAE pump flanges, our foundry pours and machines the exact geometry you need. Our integrated manufacturing approach guarantees strict dimensional control, ensuring accurate shaft alignment that significantly prolongs bearing and seal life.<\/p>\n                <p>Supply chain managers and lead engineers rely on our direct-factory model to reduce costs without sacrificing quality. By combining heavy-duty <a href=\"https:\/\/kurtfoundry.com\/blog\/sand-casting-how-it-works\/\" class=\"text-link\">sand casting methods<\/a> with in-house 5-axis CNC machining, we deliver finished pump and motor adaptors that bolt directly onto your assembly line.<\/p>\n\n                <p>Bellhousing and motor-mount design is one specialization within our broader custom pump casting capability \u2014 for main pump volutes, impellers, and severe-service casings beyond motor-pump adaptors, see the umbrella product page.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"specifications\" class=\"ph-section ph-specs\">\n        <div class=\"ph-container\">\n            <div class=\"ph-specs-header reveal-up\">\n                <h2>Material Options for Pump Housings<\/h2>\n                <p style=\"color: var(--text-muted); max-width: 800px; margin: 0 auto;\">Selecting the correct alloy is vital for managing vibration, system pressure, and overall equipment weight. We cast custom bellhousings in multiple grades to suit your specific fluid power application.<\/p>\n            <\/div>\n            <div class=\"ph-table-wrapper reveal-up delay-1\">\n                <table class=\"ph-table\">\n                    <thead>\n                        <tr>\n                            <th>Material Grade<\/th>\n                            <th>Tensile Strength (MPa)<\/th>\n                            <th>Key Properties<\/th>\n                            <th>Ideal Pump Housing Applications<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>ASTM A48 Class 30 (Gray Iron)<\/td>\n                            <td>&ge; 207<\/td>\n                            <td>Exceptional vibration damping, excellent machinability, highly cost-effective.<\/td>\n                            <td>Standard industrial motor mounts, stationary hydraulic power units, gear pumps.<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>ASTM A536 65-45-12 (Ductile Iron)<\/td>\n                            <td>&ge; 448<\/td>\n                            <td>High impact resistance, superior tensile strength, good ductility.<\/td>\n                            <td>Heavy-duty construction equipment, mobile hydraulics, high-shock environments.<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>ASTM A216 WCB (Carbon Steel)<\/td>\n                            <td>485 &ndash; 655<\/td>\n                            <td>Extreme toughness, excellent weldability, high pressure rating.<\/td>\n                            <td>Severe service environments, mining machinery, ultra-high-pressure systems.<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>ASTM A351 CF8M (Stainless Steel)<\/td>\n                            <td>&ge; 485<\/td>\n                            <td>Maximum corrosion resistance, chemical durability.<\/td>\n                            <td>Marine environments, offshore drilling, corrosive chemical processing pumps.<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"ph-section ph-features\">\n        <div class=\"ph-container\">\n            <div class=\"ph-features-header reveal-up\">\n                <h2>Engineered for High-Performance Fluid Power Systems<\/h2>\n            <\/div>\n            \n            <div class=\"ph-feature-row reveal-up delay-1\">\n                <div class=\"ph-feature-image\">\n                    <img decoding=\"async\" src=\"https:\/\/kurtfoundry.com\/wp-content\/uploads\/2026\/04\/custom-hydraulic-pump-housing-2.webp\" alt=\"Close-up photograph of a heavy-duty ductile iron bellhousing mounted on a 5-axis CNC machine, with metal shavings visible around the freshly cut bolt holes, taken in a modern manufacturing workshop\" class=\"product-img\" loading=\"lazy\" title=\"\">\n                <\/div>\n                <div class=\"ph-feature-content\">\n                    <h3>Precision CNC Machining &#038; Perfect Concentricity<\/h3>\n                    <p>Misalignment destroys hydraulic pumps. We utilize advanced 5-axis CNC machining centers to finish every custom hydraulic pump housing. Our machinists routinely hold concentricity tolerances within 0.003 inches from the motor pilot to the pump pilot. Strict tolerance control guarantees smooth power transmission and prevents premature coupling failure.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"ph-feature-row reverse reveal-up delay-1\">\n                <div class=\"ph-feature-image\">\n                    <img decoding=\"async\" src=\"https:\/\/kurtfoundry.com\/wp-content\/uploads\/2026\/04\/custom-hydraulic-pump-housing-3.webp\" alt=\"Wide photograph of several custom cast iron motor mounts arranged neatly on a wooden shipping pallet, wrapped in rust-preventative plastic film, staged on a concrete foundry floor\" class=\"product-img\" loading=\"lazy\" title=\"\">\n                <\/div>\n                <div class=\"ph-feature-content\">\n                    <h3>Superior Vibration Damping &#038; Sound Reduction<\/h3>\n                    <p>Hydraulic systems generate intense operational noise and physical vibration. By pouring bellhousings using <a href=\"https:\/\/kurtfoundry.com\/capabilities\/custom-gray-iron-castings\/\" class=\"text-link\">custom Gray Iron Castings<\/a>, we leverage the natural flake graphite microstructure to absorb mechanical resonance. These heavy-duty iron mounts reliably lower system noise levels and protect sensitive downstream damping elements.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"ph-section ph-process\">\n        <div class=\"ph-container\">\n            <div class=\"ph-process-header reveal-up\">\n                <h2>Our Custom Engineering &#038; Manufacturing Process<\/h2>\n            <\/div>\n            <div class=\"ph-timeline reveal-up delay-1\">\n                <div class=\"ph-timeline-step\">\n                    <h3>1. DFM Review &#038; 3D Simulation<\/h3>\n                    <p>Our foundry engineers review your CAD files and simulate the molten metal flow using Magmasoft. We optimize gating designs to prevent shrinkage porosity inside the thick mounting flanges.<\/p>\n                <\/div>\n                <div class=\"ph-timeline-step\">\n                    <h3>2. Resin Sand Molding<\/h3>\n                    <p>We utilize furan resin-bonded sand to create highly rigid molds. The specific <a href=\"https:\/\/kurtfoundry.com\/blog\/types-sand-used-sand-casting\/\" class=\"text-link\">types of sand used in sand casting<\/a> dictate the surface finish, and our automated furan system ensures exceptionally smooth internal bores.<\/p>\n                <\/div>\n                <div class=\"ph-timeline-step\">\n                    <h3>3. Precision Metal Pouring<\/h3>\n                    <p>We melt the selected iron or steel alloy in medium-frequency induction furnaces. Our metallurgists verify the exact chemical composition using spectrometry before pouring the molten metal into the sand mold.<\/p>\n                <\/div>\n                <div class=\"ph-timeline-step\">\n                    <h3>4. Heat Treatment &#038; Stress Relieving<\/h3>\n                    <p>Heavy castings undergo controlled heat treatment. Normalizing and tempering the bellhousings relieves internal casting stresses and maximizes the machinability of the metal.<\/p>\n                <\/div>\n                <div class=\"ph-timeline-step\">\n                    <h3>5. CNC Machining &#038; Final Inspection<\/h3>\n                    <p>We machine all critical mounting faces, pilot holes, and bolt circles. The finished pump adaptors undergo strict Coordinate Measuring Machine (CMM) inspection to verify perpendicularity and concentricity.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"ph-section ph-quality\">\n        <div class=\"ph-container\">\n            <h2 class=\"reveal-up\">Uncompromising Quality Control for Motor Mounts<\/h2>\n            <p class=\"ph-quality-intro reveal-up delay-1\">A flawless hydraulic pump housing requires rigorous verification at every manufacturing stage. We do not guess about material strength or dimensional accuracy. Our in-house testing laboratory provides fully traceable Material Test Reports (MTRs) for every batch of bellhousings we export to North America.<\/p>\n            \n            <div class=\"ph-quality-grid reveal-up delay-2\">\n                <div class=\"ph-quality-card\">\n                    <h3>Spectrometric Analysis<\/h3>\n                    <p>Pre-pour chemical verification ensures exact ASTM alloy compositions.<\/p>\n                <\/div>\n                <div class=\"ph-quality-card\">\n                    <h3>CMM Inspection<\/h3>\n                    <p>Automated probing verifies critical NEMA, IEC, and SAE flange dimensions.<\/p>\n                <\/div>\n                <div class=\"ph-quality-card\">\n                    <h3>Mechanical Testing<\/h3>\n                    <p>In-house tensile, yield, and hardness testing guarantees structural integrity.<\/p>\n                <\/div>\n                <div class=\"ph-quality-card\">\n                    <h3>NDT Testing<\/h3>\n                    <p>Magnetic Particle Inspection (MPI) and Ultrasonic Testing (UT) detect hidden surface and internal defects.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"ph-section ph-faq\">\n        <div class=\"ph-container ph-faq-container\">\n            <div class=\"ph-faq-header reveal-up\">\n                <h2>Frequently Asked Questions (FAQs)<\/h2>\n            <\/div>\n            <div class=\"ph-accordion reveal-up delay-1\">\n                <div class=\"ph-accordion-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\" aria-controls=\"faq-1\">\n                        <span>What information do you need to quote a custom hydraulic pump housing?<\/span>\n                        <span class=\"ph-accordion-icon\">+<\/span>\n                    <\/button>\n                    <div id=\"faq-1\" class=\"ph-accordion-content\">\n                        <p>Please provide 3D CAD models (STEP or IGES format) and 2D engineering drawings. Specify the required material grade, the motor frame size (such as NEMA or IEC), the pump flange standard (such as SAE A, B, or C), and your estimated annual production volume.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ph-accordion-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\" aria-controls=\"faq-2\">\n                        <span>Why should I choose cast iron over cast aluminum for my bellhousings?<\/span>\n                        <span class=\"ph-accordion-icon\">+<\/span>\n                    <\/button>\n                    <div id=\"faq-2\" class=\"ph-accordion-content\">\n                        <p>While aluminum offers weight savings, <a href=\"https:\/\/kurtfoundry.com\/capabilities\/custom-ductile-iron-castings\/\" class=\"text-link\">custom Ductile Iron Castings<\/a> and gray iron provide superior vibration damping and higher structural rigidity. Iron is the preferred choice for heavy-duty industrial power units, construction equipment, and high-pressure hydraulic systems where noise reduction and durability are critical.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ph-accordion-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\" aria-controls=\"faq-3\">\n                        <span>Can you machine custom mounting patterns for specialized damping elements?<\/span>\n                        <span class=\"ph-accordion-icon\">+<\/span>\n                    <\/button>\n                    <div id=\"faq-3\" class=\"ph-accordion-content\">\n                        <p>Yes. Because we custom-engineer every component, we can CNC machine any specific bolt pattern, breather hole, or inspection port your design requires. We regularly machine custom access points for flexible shaft couplings and integrated oil coolers.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ph-accordion-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\" aria-controls=\"faq-4\">\n                        <span>What is your typical lead time for custom pump and motor adaptors?<\/span>\n                        <span class=\"ph-accordion-icon\">+<\/span>\n                    <\/button>\n                    <div id=\"faq-4\" class=\"ph-accordion-content\">\n                        <p>Initial tooling production and first-article sampling typically require 3 to 4 weeks. Once you approve the physical prototype, standard production runs require 4 to 6 weeks, depending on the order volume and CNC machining complexity.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ph-accordion-item\">\n                    <button class=\"faq-question\" aria-expanded=\"false\" aria-controls=\"faq-5\">\n                        <span>Do you handle international shipping and customs clearance?<\/span>\n                        <span class=\"ph-accordion-icon\">+<\/span>\n                    <\/button>\n                    <div id=\"faq-5\" class=\"ph-accordion-content\">\n                        <p>Absolutely. We specialize in exporting heavy industrial castings to the USA and Canada. We offer Delivered Duty Paid (DDP) shipping, meaning our logistics team manages the ocean freight, import tariffs, and final truck delivery directly to your facility&#8217;s loading dock.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"ph-cta\">\n        <div class=\"ph-container\">\n            <div class=\"ph-cta-content reveal-scale\">\n                <h2>Ready to Manufacture Your Custom Pump Housings?<\/h2>\n                <p>Stop dealing with middleman markups and unreliable machining tolerances. Partner directly with the heavy industry foundry that melts the metal and machines the final part. Send us your bellhousing drawings today, and our engineering team will provide a highly competitive direct-factory quote within 48 hours.<\/p>\n                <a href=\"https:\/\/kurtfoundry.com\/contact\/\" class=\"btn btn-dark\">Get Your Free Quote Now<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Custom Hydraulic Pump Housing & Bellhousings\",\n  \"image\": \"PLACEHOLDER_1\",\n  \"description\": \"Custom engineered hydraulic pump housings and motor mounts manufactured to exact CAD specifications. Precision sand casting and CNC machining for perfect shaft alignment.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Kurt Foundry\"\n  },\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Kurt Foundry\"\n  }\n}\n<\/script>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [{\n    \"@type\": \"Question\",\n    \"name\": \"What information do you need to quote a custom hydraulic pump housing?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Please provide 3D CAD models (STEP or IGES format) and 2D engineering drawings. Specify the required material grade, the motor frame size (such as NEMA or IEC), the pump flange standard (such as SAE A, B, or C), and your estimated annual production volume.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Why should I choose cast iron over cast aluminum for my bellhousings?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"While aluminum offers weight savings, custom Ductile Iron Castings and gray iron provide superior vibration damping and higher structural rigidity. Iron is the preferred choice for heavy-duty industrial power units, construction equipment, and high-pressure hydraulic systems where noise reduction and durability are critical.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Can you machine custom mounting patterns for specialized damping elements?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Yes. Because we custom-engineer every component, we can CNC machine any specific bolt pattern, breather hole, or inspection port your design requires. We regularly machine custom access points for flexible shaft couplings and integrated oil coolers.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"What is your typical lead time for custom pump and motor adaptors?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Initial tooling production and first-article sampling typically require 3 to 4 weeks. Once you approve the physical prototype, standard production runs require 4 to 6 weeks, depending on the order volume and CNC machining complexity.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Do you handle international shipping and customs clearance?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Absolutely. We specialize in exporting heavy industrial castings to the USA and Canada. We offer Delivered Duty Paid (DDP) shipping, meaning our logistics team manages the ocean freight, import tariffs, and final truck delivery directly to your facility's loading dock.\"\n    }\n  }]\n}\n<\/script>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        \/\/ Scroll Reveal Animation\n        const revealElements = document.querySelectorAll(\".reveal-up, .reveal-scale\");\n        const revealObserver = new IntersectionObserver((entries, observer) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add(\"active\");\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { root: null, threshold: 0.1, rootMargin: \"0px 0px -30px 0px\" });\n\n        revealElements.forEach(el => revealObserver.observe(el));\n\n        \/\/ FAQ Accordion\n        const accordionItems = document.querySelectorAll('.ph-accordion-item');\n        accordionItems.forEach(item => {\n            const btn = item.querySelector('.faq-question');\n            btn.addEventListener('click', () => {\n                const isActive = item.classList.contains('active');\n                \n                \/\/ Close all others\n                accordionItems.forEach(otherItem => {\n                    otherItem.classList.remove('active');\n                    otherItem.querySelector('.faq-question').classList.remove('active');\n                    otherItem.querySelector('.faq-question').setAttribute('aria-expanded', 'false');\n                });\n                \n                \/\/ Toggle current\n                if (!isActive) {\n                    item.classList.add('active');\n                    btn.classList.add('active');\n                    btn.setAttribute('aria-expanded', 'true');\n                }\n            });\n        });\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Precision Sand Casting &#038; CNC Machining for Perfect Shaft Alignment. Custom Hydraulic Pump Housing &#038; Bellhousings Manufacturing We engineer and [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":527,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[18],"tags":[],"class_list":["post-530","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-product"],"_links":{"self":[{"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/posts\/530","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/comments?post=530"}],"version-history":[{"count":6,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/posts\/530\/revisions"}],"predecessor-version":[{"id":917,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/posts\/530\/revisions\/917"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/media\/527"}],"wp:attachment":[{"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/media?parent=530"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/categories?post=530"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/tags?post=530"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}