Free delivery in France from 195,00 € purchase. France, Europe, overseas delivery. Tel: + 33 (0) 4.42.41.09.08

Why should you use a decantation tray?

A decantation tray is equipment used in the field of water and wastewater treatment.

Its main role is to separate the solid particles suspended from the water by letting them deposit at the bottom of the tank.

The water thus clarified flows from above to be treated more or rejected in the environment.

The functioning of a decantation bac is based on the principle of decantation.

This natural process of separation of solid and liquid particles due to their difference in density makes decantation.

When water containing suspended particles enters the decantation, it slows down its speed and allows heavier solid particles to deposit at the bottom of the tank.

This purse can be accelerated by adding coagulant or floculating chemicals to agglomerate particles and facilitate their decantation.

Decantation bins are widely used in drinking water treatment stations, the factories of Wastewater, industrial installations and other applications where water is necessary to clarify before its use or rejection.

They can be of different sizes and shapes according to the specific needs of each installation.

A decantation bac is essential in a dental laboratory To avoid clogging private or public pipes and saving a lot of money in the event of a problem of blocking flows.

In summary, a decantation bac is a Essential equipment in the field of water treatment To separate the solid particles suspended from the water and obtain clarified and clean water.

Its operation is based on the principle of decantation and it is widely used in various applications to ensure the quality of the treated water.

If you have any other questions about this subject or if you want to learn more, do not hesitate to contact us: infos@massiliadental.com.

 

 

 


0 comment
Leave a comment

Please note, comments must be approved before they are published.

Recent Articles

Categories

24/7 customer service

infos@massiliadental.com

Secure payments

Paypal - CB - Amex - Transfer

LIVRAISON GRATUITE

A partir de 195 € en Métropole

Warranty 1 to 3 years old

Depending on the brand of the material

{# <- widget custom, non bloquant #}
// Ajoute le petit label après le prix si absent function addInlineLabelAfterPrices() { var countryNow = "FR"; var label = labelForCountry(countryNow); var priceNodes = document.querySelectorAll( ".money, [data-product-price], [data-price], [data-cart-total], [class*='price'] .money" ); priceNodes.forEach(function(el){ if (!el) return; var txt = (el.textContent || "").trim(); if (!isPriceText(txt)) return; // si le prix contient déjà TTC/HT dans son propre texte (rare) -> ne rien faire if (/\b(HT|TTC)\b/i.test(txt)) return; // si juste après on a déjà notre label -> stop if (el.nextElementSibling && isOurLabelNode(el.nextElementSibling)) return; // sur collections : on veut FORCER le petit label même si le thème affiche ailleurs // sur produits/panier : idem, on ajoute si absent var s = document.createElement("span"); s.className = "md-tax-label"; s.textContent = " " + label; try { el.insertAdjacentElement("afterend", s); } catch(e) {} }); } // Corrige les doublons texte "TTC TTC" / "HT HT" (au cas où) function normalizeTextDuplicates() { // léger, sans casser le DOM : uniquement sur éléments texte simples document.querySelectorAll("span, small").forEach(function(el){ if (!el || !el.textContent) return; if (isOurLabelNode(el)) return; if (el.children && el.children.length) return; var t = el.textContent.replace(/\s+/g," ").trim(); if (!t) return; var fixed = t .replace(/\b(TTC)\s+\1\b/gi, "TTC") .replace(/\b(HT)\s+\1\b/gi, "HT"); if (fixed !== t) el.textContent = fixed; }); } function runAll() { // 1) pays forceCountryIfNeeded(); // 2) collections : on supprime le "grand" du thème, puis on met le petit inline removeThemeTaxOnlyInCards(); // 3) on met le petit label partout (collections + produits + panier) addInlineLabelAfterPrices(); // 4) mini normalisation normalizeTextDuplicates(); } document.addEventListener("DOMContentLoaded", runAll); window.addEventListener("pageshow", function(){ setTimeout(runAll, 120); }); document.addEventListener("shopify:section:load", function(){ setTimeout(runAll, 120); }); setTimeout(runAll, 900); var mo = new MutationObserver(function(){ runAll(); }); mo.observe(document.documentElement, { childList: true, subtree: true }); })();
}