<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<div class="pane">
<p>Wet oxidation is a form of hydrothermal treatment. It is the oxidation of dissolved or suspended components in water using oxygen as the oxidizer. It is referred to as "Wet Air Oxidation" (WAO) when air is used. The oxidation reactions occur in superheated water at a temperature above the normal boiling point of water (100° C), but below the critical point (374° C).</p>
<p>The system must be maintained under pressure to avoid excessive evaporation of water. This is done to control energy consumption due to the latent heat of vaporization. It is also done because liquid water is necessary for most of the oxidation reactions to occur. Compounds oxidize under wet oxidation conditions that would not oxidize under dry conditions at the same temperature and pressure.</p>
<p>Wet oxidation has been used commercially for around 60 years. It is used predominantly for treating wastewater. It is often referred to as the Zimpro process, after Fred T. Zimmermann who commercialized it in the mid 20th century.[1]</p>
<p>Commercial systems typically use a bubble column reactor, where air is bubbled through a vertical column that is liquid full of the hot and pressurized wastewater. Fresh wastewater enters the bottom of the column and oxidized wastewater exits the top. The heat released during the oxidation is used to maintain the operating temperature.</p>
<p>The majority of commercial wet oxidation systems are used to treat industrial wastewaters, such as sulfide laden spent caustic streams. Almost as many systems are also used for treating biosolids, in order to pasteurize and to decrease volume of material to dispose of.</p>
<p>A special type of process was the so-called "VerTech process". Here was the required pressure supplied by installing the system in de below ground pressure vessel (Gravity Pressure Vessel GPV). The pressure was supplied by feeding the material to a reactor with a depth of 1200 meters. The deep shaft reactor also served as a heat exchanger, so no pre heating was required. The operating temperature was about 270 degrees Celsius, with a pressure of about 100 bar. The installation was operational in Apeldoorn (the Netherlands) between 1994-2004, but was eventually shut down due to operational problems.</p>
</div>
</body>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |