Difference between revisions of "MemEOL Test"

From Desal Wiki
Line 444: Line 444:
 
<li class="list-group-item">[[Membrane Autopsy Techniques|Find out more about membrane damage.]]</li>
 
<li class="list-group-item">[[Membrane Autopsy Techniques|Find out more about membrane damage.]]</li>
 
</ul>
 
</ul>
<div class="panel-heading">Could you provide a set of flux and pressure for your membrane:</div>
+
<div class="panel-heading">Please provide the following information about your membrane:</div>
 
<div class="panel-body">
 
<div class="panel-body">
 
<html><head></head><body>
 
<html><head></head><body>
Line 457: Line 457:
 
<div class="col-sm-6">
 
<div class="col-sm-6">
 
<div class="dropdown">
 
<div class="dropdown">
  <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
+
     <select class="form-control flux-form">
    Select Unit
+
     <option value="one">L/m²/h</option>
     <span class="caret"></span>
+
     <option value="two">Gallons/ft²/day</option>
  </button>
+
     <option value="three">m/s</option>
  <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
+
    </select>
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">L/m²/h</a></li>
+
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Gallons/ft²/day</a></li>
+
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">m/s</a></li>
+
  </ul>
+
 
</div>
 
</div>
 
</div>
 
</div>
Line 483: Line 479:
 
<div class="col-sm-6">
 
<div class="col-sm-6">
 
<div class="dropdown">
 
<div class="dropdown">
  <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
+
     <select class="form-control pessure-form">
     Select Unit
+
     <option value="one">psi</option>
    <span class="caret"></span>
+
     <option value="two">bar</option>
  </button>
+
     <option value="three">kPa</option>
  <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu2">
+
    </select>
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">psi</a></li>
+
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">bar</a></li>
+
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">kPa</a></li>
+
  </ul>
+
 
</div>
 
</div>
 
</div>
 
</div>
Line 500: Line 492:
 
<div class="form-group">
 
<div class="form-group">
 
<div class="col-sm-6 sr-only">
 
<div class="col-sm-6 sr-only">
<label class="control-label sr-only" for="testedPermeability">Tested permeability (Lm⁻²h⁻¹bar⁻¹):</label>
+
<label class="control-label sr-only" for="NaClRejection">NaCl rejection (% NaCl rejection):</label>
 
</div>
 
</div>
 
<div class="col-sm-6">
 
<div class="col-sm-6">
<input type="text" class="form-control" id="testedPermeability" disabled name="testedPermeability" placeholder="Lm⁻²h⁻¹bar⁻¹" data-bv-notempty="true" data-bv-notempty-message="Membrane permeability is required and cannot be empty." data-bv-stringlength="true" data-bv-stringlength-max="10" data-bv-stringlength-message="The membrane permeability must be less than 10 characters in length." data-bv-regexp="true" data-bv-regexp-regexp="^[0-9]+([\.][0-9]+)?$" data-bv-regexp-message="Please enter a number greater than 0." />
+
<input type="text" class="form-control" id="NaClRejection" name="NaClRejection" placeholder="% NaCl Rejection" data-bv-notempty="true" data-bv-notempty-message="Salt rejection is required and cannot be empty." data-bv-stringlength="true" data-bv-stringlength-max="10" data-bv-stringlength-message="The salt rejection must be less than 10 characters in length." data-bv-regexp="true" data-bv-regexp-regexp="^[0-9]+([\.][0-9]+)?$" data-bv-regexp-message="Please enter a number between 0 and 100." />
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
</body></html>
+
<br>
</div>
+
<div class="row">
<ul class="list-group">
+
<li class="list-group-item">[[Standardised RO Testing|Find out more about standard testing methods.]]</li>
+
</ul>
+
<div class="panel-heading">What is the average tested NaCl rejection of your membranes? (% NaCl rejection)</div>
+
<div class="panel-body">
+
<html><head></head><body>
+
 
<div class="form-group">
 
<div class="form-group">
 
<div class="col-sm-6 sr-only">
 
<div class="col-sm-6 sr-only">
<label class="control-label sr-only" for="NaClRejection">NaCl rejection (% NaCl rejection):</label>
+
<label class="control-label sr-only" for="testedPermeability">Tested permeability (Lm⁻²h⁻¹bar⁻¹):</label>
 
</div>
 
</div>
 
<div class="col-sm-6">
 
<div class="col-sm-6">
<input type="text" class="form-control" id="NaClRejection" name="NaClRejection" placeholder="% NaCl Rejection" data-bv-notempty="true" data-bv-notempty-message="Salt rejection is required and cannot be empty." data-bv-stringlength="true" data-bv-stringlength-max="10" data-bv-stringlength-message="The salt rejection must be less than 10 characters in length." data-bv-regexp="true" data-bv-regexp-regexp="^[0-9]+([\.][0-9]+)?$" data-bv-regexp-message="Please enter a number between 0 and 100." />
+
<input type="text" class="form-control" id="testedPermeability" disabled name="testedPermeability" placeholder="Lm⁻²h⁻¹bar⁻¹" data-bv-notempty="true" data-bv-notempty-message="Membrane permeability is required and cannot be empty." data-bv-stringlength="true" data-bv-stringlength-max="10" data-bv-stringlength-message="The membrane permeability must be less than 10 characters in length." data-bv-regexp="true" data-bv-regexp-regexp="^[0-9]+([\.][0-9]+)?$" data-bv-regexp-message="Please enter a number greater than 0." />
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
Line 528: Line 515:
 
<li class="list-group-item">[[Standardised RO Testing|Find out more about standard testing methods.]]</li>
 
<li class="list-group-item">[[Standardised RO Testing|Find out more about standard testing methods.]]</li>
 
</ul>
 
</ul>
<!--
 
<div class="panel-heading">How many membranes do you have?</div>
 
<div class="panel-body">
 
<html><head></head><body>
 
<form class="form-horizontal" role="form">
 
<div class="form-group">
 
<label class="control-label sr-only" for="numberOfMembranes">Number of membranes:</label>
 
<input type="text" class="form-control" id="numberOfMembranes" placeholder="Number of membranes">
 
</div>
 
</form>
 
</body></html>
 
</div>
 
 
<div class="panel-heading">Distance from nearest major city? (km)</div>
 
<div class="panel-body">
 
<html><head></head><body>
 
<form class="form-horizontal" role="form">
 
<div class="form-group">
 
<label class="control-label sr-only" for="distanceFromCity">Distance:</label>
 
<input type="text" class="form-control" id="distanceFromCity" placeholder="Distance from the nearest major city (km)">
 
</div>
 
</form>
 
</body></html>
 
</div>
 
->what's a major city?
 
-->
 
 
<div class="panel-heading" alt="Drag and drop the following parameters such that the most important parameter to you is at the top and least important at the bottom.">Please order the following criteria in the order of importance for your project (drag and drop):</div>
 
<div class="panel-heading" alt="Drag and drop the following parameters such that the most important parameter to you is at the top and least important at the bottom.">Please order the following criteria in the order of importance for your project (drag and drop):</div>
 
<div class="panel-body">
 
<div class="panel-body">

Revision as of 06:22, 6 August 2015

This membrane end-of-life (MemEOL) tool is aimed at promoting better practices in the desalination industry by helping users identify and select the optimum end-of-life option for their used reverse osmosis (RO) membranes. This dynamic and interactive educational tool uses inputs on membrane condition and the relative importance of a number of key criteria to provide recommendation and further information about available end-of-life options.

As user feedback is obtained, and more available end-of-life options are identified and characterised, this tool will become a powerful source of information for membrane users. Ultimately, this tool will include a membrane reuse database, which will allow users to find and contact groups with surplus membrane supplies, thus promoting and simplifying direct membrane reuse. This tool has a significant focus on the Australian desalination industry, but the primary information is highly applicable to countries around the world. Additionally, as the data sources for this tool are not case specific, it should only be considered an educational tool aimed at providing preliminary recommendations to users.

Do you suspect there is any physical damage to the membranes?

Please provide the following information about your membrane:




Please order the following criteria in the order of importance for your project (drag and drop):

  • Minimal Financial Impact
  • Low Project Complexity
  • Minimal Environmental Impact
  • Minimal Landfill Impact
  • Positive Public Perception
Rank from most important to least important.

Based on your inputs, the optimum end-of-life scenario for your used membrane is:

A suitable alternative is: