SUITSUTORU 200MM PÕLV90 MUST

The photographs are for illustrative purposes only.
Get AI analytics on product Flue Pipe 200 mm 90° Elbow Black:
50.55€/pc.
Ex Tax: 40.77€/pc.
No brand
0 reviews
In stock
Product Code: 000-365438ASP
Qty
One click order
Tags:
Package dimensions20,00 x 20,00 x 27,00 cm
Gross weight4,500 kg
Net weight4,630 kg

Smoke Pipe 200 mm 90° Elbow - Black

This is a 90° elbow smoke pipe with a 200 mm diameter in black finish, designed to redirect flue gases in stove and chimney systems. It helps connect straight sections and navigate around obstacles while maintaining a safe exhaust path.

Key advantages


    Compact 90° bend allows smooth redirection of flue gases
  • 200 mm diameter fits common chimney and stove outlets
  • Black finish provides a discreet, professional appearance
  • Simple installation for both new and retrofit systems
  • Durable design suitable for regular heating use
  • Compatible with a variety of pipe systems and accessories

Application and use cases

Suitable for directing smoke and exhaust from heating appliances where a change of direction is required. This component is commonly used in residential and light commercial heating installations.


    Connecting a wood stove to a chimney run that requires a 90° turn
  • Routing flue gases around structural obstacles in tight spaces
  • Repairing or replacing worn elbows in existing flue systems
  • Combining with straight sections to create custom flue layouts
  • Temporary setups during stove maintenance or renovation

What to consider when choosing


    Ensure the diameter matches your stove or chimney outlet to maintain proper draft
  1. Check compatibility with your existing pipe connections and seals
  2. Consider the number of bends in the system—minimize excessive elbows to preserve performance
  3. Verify any local building or safety regulations for flue installations
  4. Think about finish and placement for aesthetic and clearance requirements

Characteristics


    Type: smoke pipe (flue) elbow
  • Diameter: 200 mm
  • Angle: 90° elbow (PÕLV90)
  • Color: black (MUST)

Why buy at SityPro


    Easy to buy online with clear product descriptions and competitive price options
  • Fast shipping and reliable delivery to Estonia and Finland
  • Wide selection of heating and flue components to complete your setup
  • Customer support to help with product characteristics, features, and installation advice
  • Secure checkout and straightforward return policies for peace of mind

Description provided by sitypro.com

SUITSUTORU 200MM PÕLV90 MUST
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Flue Pipe 200 mm 90° Elbow Black

What is the Flue Pipe 200 mm 90° Elbow Black?

Flue Pipe 200 mm 90° Elbow Black (model A032105SP) is a 200 mm diameter, 90° elbow component for flue and chimney systems; it redirects exhaust gases, has a black finish, straightforward connection to standard 200 mm pipes, and suits stoves and boilers.

What is the 200 mm elbow compatible with — which pipes and appliances?

The 200 mm elbow fits standard 200 mm flue components and is suitable for stoves, fireplaces and boilers with a 200 mm outlet; check the actual internal/external diameters and connection type of your system before purchase.

How to measure the chimney diameter for buying a 200 mm elbow?

Measure the external diameter of the existing straight pipe or the internal diameter of the coupling — it must match 200 mm. For double-walled or insulated systems, confirm whether the internal or external measurement is relevant for your connections.

Is this elbow suitable for outdoor and indoor installation?

The 200 mm 90° elbow can be used indoors and outdoors provided it matches the system material and temperature/sealing requirements. The black finish is suitable for visible interior and exterior runs.

How is the 90° elbow installed — is sealing or clamps required?

The elbow typically connects to 200 mm sections by slip-fit or coupling; where needed use high-temperature sealant or sealing tape and clamps to ensure a secure, gas-tight connection.

Can this elbow be used with insulated or double-walled pipe?

The elbow can be used with 200 mm double-walled or insulated systems, but verify dimensional compatibility and connection type first; double-walled setups may require a specific adapter or extra sealing components.

What is the elbow made of and what is its temperature resistance?

The description notes a durable design for typical use, but specific material and maximum temperature limits are not provided in the given data — refer to the A032105SP technical documentation or ask the supplier for exact specs before installation.

How does this elbow differ from a straight 200 mm pipe section?

The elbow provides a fixed 90° change of direction whereas a straight section only extends the run. Using an elbow reduces additional connectors and gives a neat appearance with its black finish.

Is the elbow suitable for reconstructing an existing chimney?

Yes — it is suitable for repair and retrofit of existing chimneys provided the diameter is 200 mm and connection type matches. Also check clearance for a 90° bend and draft requirements.

What are the benefits of the black finish on the 90° elbow?

The black finish provides a neat, unobtrusive look for visible installations and matches many stoves and fireplaces; the colour does not affect compatibility or function.

Where to buy Flue Pipe 200 mm 90° Elbow Black?

You can buy Flue Pipe 200 mm 90° Elbow Black in our online store for 40.77€. Category: Smoke pipes.

What is the price of Flue Pipe 200 mm 90° Elbow Black?

The current price of Flue Pipe 200 mm 90° Elbow Black is 40.77€. Brand: Tootja puudub.

Flue Pipe 200 mm 90° Elbow Black — specifications and description

Model: 000-365438ASP. Category: Smoke pipes. Brand: Tootja puudub. Price: 40.77€.

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