SUITSUTORU 115mm PÕLV 45 MUST

The photographs are for illustrative purposes only.
Get AI analytics on product Flue pipe 115 mm 45° elbow black:
33.99€/pc.
Ex Tax: 27.41€/pc.
No brand
0 reviews
In stock
Product Code: 000-339648ASP
Qty
One click order
Tags:
Package dimensions14,00 x 26,00 x 26,00 cm
Net weight1,600 kg

Smoke Pipe Elbow 115mm 45° Black

This 115mm 45° smoke pipe elbow in black is a flue accessory designed to change the direction of a smoke or ventilation duct. It provides a compact solution for routing exhaust gases and is suitable for use in chimney and stove systems. Check the buy options and price at SityPro for availability and delivery.

Key advantages


    Compact 45° bend allows smooth directional change with minimal obstruction
  • Standard 115mm diameter for compatibility with matching flue components
  • Black finish offers discreet appearance and visual uniformity
  • Simple installation and integration into existing pipe runs
  • Reliable joining and alignment when paired with compatible fittings
  • Useful for tight spaces where a gradual angle is required

Application and use cases

Designed for redirecting exhaust or ventilation flows in residential or light commercial flue installations.


    Connecting stove or fireplace flue runs where a directional change is needed
  • Routing chimney pipes around obstacles or structural elements
  • Adjusting duct direction in ventilation or extractor setups
  • Repairing or modifying existing pipework to improve routing
  • Use in modular flue systems that accept 115mm components

What to consider when choosing


    Ensure diameter compatibility with existing pipes and fittings
  1. Confirm the required bend angle fits the routing needs of the system
  2. Check finish and appearance if the elbow is visible in the installation
  3. Consider ease of access for installation and future maintenance
  4. Verify compatibility with the sealing and joining methods you plan to use
  5. Review relevant local safety regulations and installation standards

Characteristics


    Type: smoke pipe elbow
  • Diameter: 115mm
  • Angle: 45°
  • Color: black

Why buy at SityPro


    Wide selection of flue components and related products available online
  • Competitive price and clear buy options displayed for each item
  • Fast and reliable delivery to Estonia and Finland
  • Customer support and guidance on product characteristics and application
  • Secure ordering and convenient returns policy for peace of mind

Description provided by sitypro.com

SUITSUTORU 115mm PÕLV 45 MUST
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Flue pipe 115 mm 45° elbow black

What is the Flue pipe 115 mm 45° elbow black and what is it used for?

Flue pipe 115 mm 45° elbow black is a 115 mm diameter flue elbow that changes the duct direction by 45° to route exhaust gases. It’s used in chimney, stove and heating systems to redirect smoke and simplify flue runs in confined spaces.

Will this elbow fit my 115 mm flue pipe?

Yes — the Flue pipe 115 mm 45° elbow black is made to connect with 115 mm diameter flue pipes. Check that your pipe end types (male/female/socket) match to ensure a secure fit.

What material is the elbow made of and what is the finish?

The product description specifies a black finish for a neat appearance, but the exact body material is not listed in the database. The black coating provides a uniform look suitable for indoor flue installations.

Can I install the 45° elbow myself or do I need a professional?

The Flue pipe 115 mm 45° elbow black is straightforward to install for someone with basic skills, but for complex flue runs or where airtightness and fire-clearance rules apply, a professional fitter is recommended. Always follow clearance rules from combustible materials and ensure secure joints.

Is this elbow suitable for stoves, fireplaces and small boilers?

Yes — the product description states it’s intended for connecting stoves, fireplaces and small-capacity boilers. Ensure your appliance outlet is 115 mm and follow the heating appliance manufacturer’s installation requirements.

How does a 45° elbow differ from a 90° and when should I choose 45°?

A 45° elbow gives a gentler bend, reducing turbulence and condensate build-up compared to a 90°. Choose 45° when you need a smoother direction change, lower flow resistance or to fit in tighter spaces without a sharp corner.

Is the elbow compatible with other flue system parts of the same series?

The description states it’s universally compatible with 115 mm pipes, making it straightforward to use with other 115 mm components. Confirm that the joint profiles (socket/spigot) match to ensure airtight connections.

What are the benefits of the black finish on this elbow?

The black finish provides a neat, understated appearance for visible installations, helps protect the surface from dirt and makes cleaning easier. This suits the Flue pipe 115 mm 45° elbow black for indoor, visible parts of a flue.

How can I confirm the 45° angle meets my installation requirements?

Measure the required offset and clearances — a 45° elbow produces a specific directional change. If unsure, assemble a trial layout using 115 mm pipes and elbows to verify fit before final installation.

What is the model and SKU of this elbow for catalogue lookup?

The model is A006315SP and the SKU is 000-339648ASP, useful when searching the catalogue or checking compatibility with other system parts.

Where to buy Flue pipe 115 mm 45° elbow black?

You can buy Flue pipe 115 mm 45° elbow black in our online store for 27.41€. Category: Smoke pipes.

What is the price of Flue pipe 115 mm 45° elbow black?

The current price of Flue pipe 115 mm 45° elbow black is 27.41€. Brand: Tootja puudub.

Flue pipe 115 mm 45° elbow black — specifications and description

Model: 000-339648ASP. Category: Smoke pipes. Brand: Tootja puudub. Price: 27.41€.

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