STONE WOOL ROCKMIN PLUS 66X610X1000/ 7,32m²

The photographs are for illustrative purposes only.
Get AI analytics on product STONE WOOL
ROCKMIN PLUS 66X610X1000/ 7,32m²:
36.75€/box
Ex Tax: 29.64€/box
Rockwool
0 reviews
In stock
Product Code: 000-373994ASP
Qty
One click order

It will be over soon!
The last item is left. Hurry up to buy first.
Tags:

SPECIFICATION STONE WOOL ROCKMIN PLUS 66X610X1000/ 7,32m² price 26.37€ Rockwool

Pooljäik, akustilised kivivillaplaadid ROCKMIN PLUS - kasutatakse karkasskonstruktsiooniga vertikaal-, horisontaal- või kaldvaheseintel, mida ei mõjuta ekspluatatsioonikoormus
(kergetes karkasskonstruktsiooniga seintes ja vaheseintes, lisaseinte soojustamisel karkasskonstruktsioonides, ventileeritavates fassaadides,
pööningutel ja sarikatevahelistes katusekonstruktsioonides, korrustevahelistes vahelagedes ja keldri kohal asetsevatel lagedel) soojus- ja heliisolatsiooniks.

ROCKMIN PLUS kivivillaplaadid on suurepärase helineelduvusega - see toode on parim valik vaheseinte heliisolatsiooni parandamiseks.

Pakis 12 tk
Tuleohutuse klassA1
Soojusjuhtivustegur λ (W/mK)0.04

Description provided by sitypro.com

STONE WOOL ROCKMIN PLUS 66X610X1000/ 7,32m²
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the STONE WOOL ROCKMIN PLUS 66X610X1000/ 7,32m²

What is STONE WOOL ROCKMIN PLUS 66X610X1000/ 7,32m² and where is it used?

STONE WOOL ROCKMIN PLUS 66X610X1000/ 7,32m² is a semi-rigid acoustic stone wool board from Rockwool for thermal and acoustic insulation. It’s for framed vertical, horizontal or pitched partitions, ventilated façades, attics, between rafters and floor/ceiling assemblies; pack of 12, fire class A1, λ=0.04 W/mK.

What are the dimensions and surface finish of ROCKMIN PLUS 66X610X1000/ 7,32m²?

The board measures 66×610×1000 mm (66 mm thickness); pack covers 7.32 m². The product is a semi-rigid untreated stone wool board — no decorative facing or vapour barrier is specified.

Is ROCKMIN PLUS suitable for soundproofing interior partitions?

Yes. ROCKMIN PLUS offers excellent sound absorption and is recommended for improving acoustic insulation of framed partitions. Install it between studs in partition cavities to reduce sound transmission.

Can ROCKMIN PLUS be used in ventilated façades and how is it installed?

Yes, ROCKMIN PLUS is suitable for ventilated façades for thermal and acoustic insulation. Boards are fitted between the supporting profiles, leaving an air gap for ventilation; exact fixings depend on the façade system.

What is the fire classification of ROCKMIN PLUS and what does it mean?

ROCKMIN PLUS is fire class A1, meaning it is non-combustible and does not support combustion. This enhances safety when used in walls, ceilings and roof structures.

What is the thermal conductivity of ROCKMIN PLUS and how does it affect insulation?

Thermal conductivity is λ = 0.04 W/mK, providing effective thermal insulation at 66 mm thickness. Required thermal resistance should be calculated for your project; you may need additional layers or thicker material to meet targets.

How many boards are in a pack and what area do they cover?

There are 12 boards per pack, covering 7.32 m² in total. Use this to calculate how many packs you need for your walls or ceilings.

Is ROCKMIN PLUS suitable for fitting between roof rafters?

Yes, ROCKMIN PLUS is suitable for installation between rafters in pitched roofs and attics for thermal and acoustic insulation. Ensure correct thickness fitting and adequate roof ventilation where required.

How do you cut and handle ROCKMIN PLUS boards on site?

Boards are cut with a mineral wool knife or a standard utility knife using a straight edge to ensure a tight fit between frames. Use PPE (gloves, dust mask, goggles) and clean up dust appropriately.

How does ROCKMIN PLUS differ from other stone wool boards of similar size?

ROCKMIN PLUS is a semi-rigid acoustic board emphasising high sound absorption with λ=0.04 W/mK, making it suited to partition acoustic upgrades. Other boards may differ in density, facing, or thermal conductivity, so compare acoustic performance, fire class and λ.

Is ROCKMIN PLUS suitable for use behind plasterboard?

Yes, ROCKMIN PLUS is commonly used within framed walls behind plasterboard to improve thermal and acoustic insulation. Fit boards snugly between studs before fixing plasterboard, and add vapour/wind barriers where required by the design.

Where to buy STONE WOOL ROCKMIN PLUS 66X610X1000/ 7,32m²?

You can buy STONE WOOL ROCKMIN PLUS 66X610X1000/ 7,32m² in our online store for 29.64€. Category: General purpose stone wool boards.

What is the price of STONE WOOL ROCKMIN PLUS 66X610X1000/ 7,32m²?

The current price of STONE WOOL ROCKMIN PLUS 66X610X1000/ 7,32m² is 29.64€. Brand: Rockwool.

STONE WOOL ROCKMIN PLUS 66X610X1000/ 7,32m² — specifications and description

Model: 000-373994ASP. Category: General purpose stone wool boards. Brand: Rockwool. Price: 29.64€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');