GLASS WOOL ISOVER FLO 20x600x1200/10.08M2

The photographs are for illustrative purposes only.
Get AI analytics on product GLASS WOOL
ISOVER FLO 20x600x1200/10.08M2:
54.27€ / box
Ex Tax: 43.77€ / box
5.38€ / m²
1 box = 10.08m²
Isover
0 reviews
In stock
Product Code: 000-367414ASP

Specification

  • Dynamic Stiffness: (MN/m3): 16 MN/m3 (EN29052-1)
  • Load resistance (kPa/m2): 20 kPa/m2 (EN 826)
  • Thermal conductivity (W/mK): 0.035
  • Type: Insulating wool
  • Waterproof: 2 x 106 s/m EN 1931
  • Package size (m²): 7.2
Qty
One click order
Tags:

SPECIFICATION GLASS WOOL ISOVER FLO 20x600x1200/10.08M2 price 43.03€ Isover

Package dimensions120,00 x 60,00 x 50,00 cm
Net weight14,310 kg

ISOVER FLO sobib kasutamiseks kohtades, kus on vaja head sammumüra summutamist, soojusisolatsiooni ja koormusttaluvust kuni 20 kPa (EN 826) ehk ~ 2 t/m². Peamine kasutusotstarve on sammumüra summutamine - eelkõige ujuvpõrandad, kus ISOVER FLO on elastseks kihiks, mis aitab summutada sammu- ja õhumüra levikut. Ujuvpõrandate katteplaadiks võib olla betoon, kiudmaterjal või plaatkonstruktsioon vastavalt projekteerija juhenditele.

Description provided by sitypro.com

Thermal insulation
Dynamic Stiffness: (MN/m3)
16 MN/m3 (EN29052-1)
Load resistance (kPa/m2)
20 kPa/m2 (EN 826)
Thermal conductivity (W/mK)
0.035
Type
Insulating wool
Waterproof
2 x 106 s/m EN 1931
Общее
Package size (m²)
7.2
Length (mm)
1200
Width (mm)
600
Thickness (mm)
30
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
GLASS WOOL ISOVER FLO 20x600x1200/10.08M2
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the GLASS WOOL ISOVER FLO 20x600x1200/10.08M2

What is GLASS WOOL ISOVER FLO 20x600x1200/10.08M2 and where is it used?

GLASS WOOL ISOVER FLO 20x600x1200/10.08M2 is a thin glass wool layer designed for thermal and impact sound insulation in floating floors with load-bearing up to 20 kPa (EN 826). It serves as an elastic acoustic layer under concrete, board or panel coverings to reduce impact and airborne noise.

What are the dimensions and coverage of ISOVER FLO?

The product dimensions are 20×600×1200 mm and it covers 10.08 m² per piece, making material take-off straightforward for floating floor installations.

Which floor coverings is ISOVER FLO compatible with?

ISOVER FLO is suitable beneath concrete screeds, board constructions or fibre panels in floating floors. The final covering (concrete/board/fibre) should follow the project designer’s recommendations.

What is the load-bearing capacity of ISOVER FLO and what does 20 kPa mean?

ISOVER FLO has a load-bearing capacity up to 20 kPa (EN 826), roughly equal to 2 t/m². This indicates it withstands typical loads from furniture and foot traffic in floating floor assemblies.

How does ISOVER FLO reduce impact and airborne noise?

ISOVER FLO acts as an elastic interlayer that dampens impact vibrations from footsteps and disrupts sound transmission through the floor build-up. Its fibrous, resilient structure lowers both impact noise and part of the airborne sound transfer.

Can ISOVER FLO be used as the sole thermal insulation for a floor?

ISOVER FLO provides some thermal resistance, but its primary role is acoustic and elastic insulation. For full thermal insulation, it is usually combined with additional insulating layers per the project designer’s guidance.

Is ISOVER FLO suitable for multilayer floating floor constructions with a screed?

Yes, ISOVER FLO is designed for use in floating floors under a screed or panel covering. It is important to follow the project designer’s instructions regarding screed thickness and the top layer type.

How to calculate how many ISOVER FLO panels I need for a room?

Calculate the room area and divide by one panel’s coverage of 10.08 m². Add about 5–10% extra to allow for cuts and installation waste.

What precautions should be taken when installing ISOVER FLO?

Wear gloves and a dust mask to avoid irritation from glass fibres. Lay panels with tight joints without excessive compression and follow the designer’s instructions on ventilation and moisture protection.

How does ISOVER FLO differ from other floor acoustic materials?

ISOVER FLO combines a fibrous glass-wool structure with resilience and a 20 kPa load rating, making it suitable for floating floors. Unlike denser roll materials, it specifically serves as an elastic layer to reduce impact noise under moderate loading.

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ххххххх');