Guangdong, China
Global Engineering RFQ Review
S-CMC Series Cutting-Edge Technologies in Advanced Composite Materials
S-CMC Series Advanced Strategies in Composite Material Engineering
MC Series Breakthroughs in Material Core Science
HS-CMC Series Future Trends in High-Performance Composite Materials
S-CMC Series Cutting-Edge Technologies in Advanced Composite Materials
S-CMC Series Advanced Strategies in Composite Material Engineering
MC Series Breakthroughs in Material Core Science
HS-CMC Series Future Trends in High-Performance Composite Materials

CMC, S-CMC, HS-CMC Series

CMC is a sandwich composite sheet with a core material of molybdenum plate and oxygen-free copper plates on both sides. It was invented by Americans in the 1990s to solve the heat dissipation of F22 fighter power devices. This material combines the characteristics of molybdenum’s low thermal expansion coefficient and copper’s high thermal conductivity. The surface is covered with oxygen-free copper plates, eliminating the need to worry about airtightness. Additionally, the copper-coated surface facilitates electroplating. S-CMC is a multi-layer CMC with better symmetry. HS-CMC is a multi-layer composite sheet with holes in the core molybdenum plate. The central core hole is filled with oxygen-free copper, enhancing thermal conductivity in the Z direction. This unique variety was developed by our company in collaboration with Kyocera for 5G power devices.

Our Ceramic Matrix Composite (CMC) can be stamped into sheet parts and even made into multi-boss heat pipe products. The layer thickness ratio of CMC series materials can be adjusted arbitrarily to obtain different thermal expansion coefficients.

Products Categories
Get A Free Quote
Quote Request

Tungsten Copper Alloy Description

  • Tungsten Copper Alloy: We supply high-performance alloys combining tungsten’s hardness with copper’s thermal conductivity.
  • Function: Excellent heat dissipation and mechanical strength.
  • Applications: Ideal for electronics cooling, aerospace, and electrical contacts, meeting high-temperature and durability needs.
  • Sizes: Available in various forms and dimensions for precision applications.
  • Target Customers: Electronics manufacturers, aerospace companies, and high-tech industries requiring advanced thermal and mechanical solutions.

Tungsten Copper Alloy Technical/Data Sheet

MC-Series-Pioneering-Innovations-in-Core-Materials-Science

Model80800930
Processor architectureIntel Socket 2011 Square ILM
Chassis architecture2U Server and Up  ( Active )
size89.5 x 89.5 x 69.0 mm
Power consumption145W
MaterialCu Base + AL Fin + 6025 Fan
Thermal pasteShin-Etsu X23-7783D Pre-Applied
Fan modelTD6025B12HA
Rated voltage12 VDC
Starting voltage7.0 VDC
Rated current0.45 A
Rotating speed6800±10% RPM
BearingTwo Ball
Air volume41.4CFM
wind pressure14.74 mm H2O
noise47.67 dBA
PWM functionPWM Control
Safety certificationUL & CE
Environmental protection levelRoHS 2.0
Plug terminal2510 – 4Pin; Pin1,4

Tungsten Copper Alloy Applications

  • Electronics Cooling Applications: Coolserver provides advanced cooling solutions for data centers, ensuring efficient thermal management, reducing energy costs, and enhancing server performance and reliability in high-density environments.
  • Aerospace and Defense Applications: Coolserver offers high-performance cooling solutions for computing, optimizing thermal management to boost processing power, maintain stability, and enhance efficiency in demanding high-performance computing environments.
  • Electrical Contacts and Switchgear Applications: Coolserver provides advanced cooling solutions for industrial automation, ensuring reliable temperature control, reducing component overheating, and enhancing the performance and longevity of automation equipment.
  • Medical equipment Applications: Coolserver delivers precision cooling solutions for medical equipment, ensuring reliable operation, preventing overheating, and extending the lifespan of critical devices in healthcare environments.
CMC, S-CMC, HS-CMC Series Detail Display

Unlock the Potential of CMC, S-CMC, and HS-CMC Series for Advanced Industrial Applications

Last Updated: 2026-04-10 | Author: ToneCooling Thermal Engineering Team

The CMC, S-CMC, and HS-CMC Series represent a breakthrough in advanced materials, offering unparalleled performance in various industrial applications. Carboxymethyl cellulose (CMC), known for its excellent water solubility and film-forming properties, is widely used in industries ranging from food to pharmaceuticals. The S-CMC Series enhances these properties with superior stability and viscosity control, making it ideal for more demanding applications such as oil drilling and textile processing. Meanwhile, the HS-CMC Series offers high-strength solutions, perfect for applications requiring robust mechanical properties and thermal stability.

By leveraging the unique characteristics of these series, industries can achieve greater efficiency and performance. Whether it’s improving the quality of food products, enhancing the durability of textiles, or optimizing the performance of drilling fluids, the CMC, S-CMC, and HS-CMC Series provide versatile and reliable solutions.

Explore the benefits of integrating these advanced materials into your processes and discover how they can transform your industrial applications.

References: ISO 9001 | ASHRAE

Need a Custom Cold Plate for Your Project?

Send us your STEP/PDF file with TDP, coolant type, and flow requirements. Our engineers will deliver a thermal design proposal within 24 hours.

✓ ISO 9001 Certified  |  ✓ MOQ 5 pcs  |  ✓ Prototype in 4–6 weeks  |  ✓ NDA Available

Get Free Quote of CMC, S-CMC, HS-CMC Series

Related Products

Related News

Scroll to Top

Get A Free Quote Now !

If you have any questions, please do not hesitate to contact us.

Quote Request
ToneCooling 19 thermal management
(function () { 'use strict'; if (window.tcDataCenterV14TrackingLoaded) return; window.tcDataCenterV14TrackingLoaded = true;var SITE_MARKET = 'global'; var TARGET_SEGMENT = 'data_center_gpu_cpu'; var TRACKED_FORM_IDS = ['3', '4']; var PAGE_PATH = '/liquid-cold-plates/data-center-liquid-cold-plate/'; var THANK_YOU_PATH = '/thank-you/data-center-cold-plate-rfq/'; var DEBUG = /(?:\?|&)tc_debug=1(?:&|$)/.test(window.location.search); var formStarted = false; var formSubmitted = false;function cleanPath() { return window.location.pathname || '/'; }function matchedFormId(form) { var idStr = String((form && (form.getAttribute('data-form_id') || form.id)) || ''); for (var i = 0; i < TRACKED_FORM_IDS.length; i++) { if (idStr.indexOf(TRACKED_FORM_IDS[i]) !== -1) return TRACKED_FORM_IDS[i]; } if (form && form.querySelector('[name="gpu_cpu_footprint"]')) return '4'; return null; }function pushEvent(name, payload) { payload = payload || {}; payload.site_market = SITE_MARKET; payload.target_segment = TARGET_SEGMENT; payload.form_id = payload.form_id || '4'; payload.page_path = payload.page_path || (isThankYouPath() ? THANK_YOU_PATH : cleanPath()); if (DEBUG) payload.debug_mode = true; if (typeof window.gtag === 'function') { window.gtag('event', name, payload); } else { window.dataLayer = window.dataLayer || []; window.dataLayer.push(Object.assign({ event: name }, payload)); } try { window.dispatchEvent(new CustomEvent('tc_inquiry_tracking_event', { detail: { name: name, payload: payload } })); } catch (err) {} if (DEBUG && window.console && window.console.info) { window.console.info('[TC Data Center V1.4 Tracking]', name, payload); } }function closest(el, selector) { while (el && el.nodeType === 1) { if (el.matches && el.matches(selector)) return el; el = el.parentElement; } return null; }function isThankYouPath() { var path = cleanPath(); var search = window.location.search || ''; return path.indexOf('/thank-you') === 0 || /(?:\?|&)page_id=9601(?:&|$)/.test(search); }function fileTypeCategory(file) { var name = file && file.name ? String(file.name).toLowerCase() : ''; var ext = (name.match(/\.([a-z0-9]+)$/) || [])[1] || ''; if (['step', 'stp', 'igs', 'iges', 'x_t', 'x_b', 'sldprt', 'sldasm', 'stl'].indexOf(ext) !== -1) return 'cad'; if (['dwg', 'dxf'].indexOf(ext) !== -1) return 'cad'; if (ext === 'pdf') return 'pdf'; if (['jpg', 'jpeg', 'png', 'webp'].indexOf(ext) !== -1) return 'image'; if (['xls', 'xlsx', 'csv'].indexOf(ext) !== -1) return 'spreadsheet'; return 'other'; }function valueExists(form, name) { var field = form ? form.querySelector('[name="' + name + '"]') : null; return !!(field && String(field.value || '').trim()); }function qualityBand(form) { var score = 0; var fileInput = form ? form.querySelector('input[type="file"]') : null; if (valueExists(form, 'company') && valueExists(form, 'email')) score += 25; if (valueExists(form, 'application')) score += 20; if (fileInput && fileInput.files && fileInput.files.length) score += 20; if (valueExists(form, 'heat_load') || valueExists(form, 'coolant_type') || valueExists(form, 'flow_target') || valueExists(form, 'pressure_drop_limit')) score += 15; if (valueExists(form, 'prototype_quantity') || valueExists(form, 'annual_volume')) score += 10; if (valueExists(form, 'target_schedule') || valueExists(form, 'country_region')) score += 10; if (score < 40) return '0-39'; if (score < 60) return '40-59'; if (score < 80) return '60-79'; return '80-100'; }document.addEventListener('click', function (event) { var link = closest(event.target, 'a[data-event="cta_click"], a[data-cta-label], .tc-data-center-hero a'); if (!link) return; pushEvent('cta_click', { cta_label: link.getAttribute('data-cta-label') || (link.textContent || '').replace(/\s+/g, ' ').trim() || 'data_center_cta' }); }, true);document.addEventListener('focusin', function (event) { var form = closest(event.target, 'form'); if (!form || formStarted) return; var fid = matchedFormId(form); if (!fid) return; formStarted = true; pushEvent('form_start', { form_id: fid }); }, true);document.addEventListener('change', function (event) { var input = event.target; var form = closest(input, 'form'); if (!input || input.type !== 'file' || !form || !input.files || !input.files.length) return; pushEvent('file_upload', { upload_used: 'yes', file_type_category: fileTypeCategory(input.files[0]) }); }, true);document.addEventListener('submit', function (event) { var form = closest(event.target, 'form'); if (!form || formSubmitted) return; var fid = matchedFormId(form); if (!fid) return; formSubmitted = true; pushEvent('form_submit', { form_id: fid, rfq_quality_score_band: qualityBand(form) }); }, true);if (isThankYouPath()) { pushEvent('thank_you_page_view', { page_path: THANK_YOU_PATH }); } }());