search
Alloyworks Radiator Fits Volvo/Mack Truck CX,CXN,Vision 2005-07,1997 & Up VN,VNL,VNM Models

Alloyworks Radiator Fits Volvo/Mack Truck CX,CXN,Vision 2005-07,1997 & Up VN,VNL,VNM Models

535-50321D-BN
$579.00
Quantity
Please check if this fits your vehicle before purchasing
USA Local Warehouses
1 Year Warranty
60 Days Easy Return
Please check if this fits your vehicle before purchasing
Description

Radiator Size:
High Performance Racing Spec.
2-Row 50mm of tubes Core Racing Design
Material: AA5052 Aluminum
Core Height:35 1/2"
Core Width:35"
Overall Height:42 3/10"
Overall Width:36"
Inlet Neck::2 1/2" Upper Right
Outlet Neck:2 1/2" Lower Right
PLS NOTE: This Radiator No Transmisson Oil Cooler

Click here to view all compatible vehicles

Fits :

Year Make Model Engine
1996-1997 Volvo WI 12.1L
1996-1997 Volvo WI 12.7L
1996 Volvo WC 10.8L
1996 Volvo WC 10.3L
1996 Volvo WX 10.0L
1996 Volvo WX 10.8L
1996 Volvo WX 10.5L
1997 Volvo WC 12.1L
1997 Volvo WC 12.7L
1998-1999 Volvo VN 14.6L
1998-1999 Volvo VN 14.0L
1998 Volvo VN 10.3L
1998-1999 Volvo VN 10.5L
1998-1999 Volvo VN 10.8L
1998-1999 Volvo VN 11.1L
1998-1999, 2004 Volvo VN 12.1L
1998-1999 Volvo VN 12.7L
1999 Volvo VN 15.0L
2000-2002 Volvo VNM 14.0L
2000-2003 Volvo VNM 10.8L
2000-2002 Volvo VNM 11.1L
2000-2001, 2003 Volvo VNM 12.7L
2000-2008 Volvo VNM 12.1L
2000 Volvo VNL 14.6L
2000-2002 Volvo VNL 14.0L
2000-2003 Volvo VNL 10.8L
2000 Volvo VNL 10.5L
2000-2002 Volvo VNL 11.1L
2000-2008 Volvo VNL 12.1L
2000-2001, 2003 Volvo VNL 12.7L
2006-2008 Volvo VNL 16.1L
2006 Volvo VT 16.1L
2007-2008 Volvo VNL 12.8L
2007-2008 Volvo VNM 12.8L

Features:
1.Made from Aircraft AA5052 grade aluminum for prolonged lifespanand with raw aluminum finish
2.Brazed core technology to guarantee optimum performance and dependability
3.All AA5052 Aluminum 2mm thick tanks and fittings,Ensure it's hard and durable
4.Carefully crafted to exceptional OE standards for precise fit.

Description:
Our Radiator is made of AA5052 aircraft aluminum. Its different from other sellers T-3303 Series. In fact, AA5052 series Aluminum is much better than T-3303 series.

More than 90% of aftermarket manufacturers use the T-3303 series Aluminum, because it is cheaper and easier to get the material. However, T-3303 aluminum has many disadvantages, such as poor polishing effect, softness, easiness to scratch and corrode, poor heat dissipation effect. If the T-3303 aluminum radiator is operated in high pressure and high temperature for a long time, the leaking problem would occur very soon.

AA5052 Aluminum is an Al-Mg alloy with good corrosion resistance, excellent reliability and cold workability and strength. The main alloying element of AA5052 is magnesium, which has good forming and processing properties. It is widely used in the manufacture of aircraft fuel tanks, oil pipes, and sheet metal parts of transportation vehicles and ships, hardware products, and electrical-appliance casings.

This AA5052 Aluminum Radiator is designed to provide maximum cooling efficiency to prevent premature engine failure. Its light-weight, and high-heat transferring aluminum features a tube and fin design that, dramatically increases surface area that enables the heat to dissipate more efficiently. This AA5052 Aluminum Radiator is at least 30%-45% more efficient than stock ones. Most importantly, it has a much higher capacity for coolant than stock ones, which means that your cooling system will be more efficient and will be more resistant to temperature surges in racing applications.

Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.

Sign up and save

Subscribe to get special offers, free giveaways, and once-in-a-lifetime deals.