<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8">        <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9">               <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js">                      <!--<![endif]-->
<head>
    <meta charset="utf-8">

    <title>Swansea-Texas energy safety research collaboration: New solutions needed to recycle fracking water</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2014/swansea-texasenergysafetyresearchcollaborationnewsolutionsneededtorecyclefrackingwater.php" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:page-type" content="News Item">
<meta property="su:section-id" content="97958">

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text">Swansea-Texas energy safety research collaboration: New solutions needed to recycle fracking water</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        

    </ul>
</div>
            
            <div id="globalSearch" class="global-search-form">
<div class="global-search-form">
	<form action="https://www.swansea.ac.uk/search/">
	  <div>
	    <input type="hidden" name="c" value="swansea-web" />
	    <input
           id="global-search-form-q"
	       type="text"
	       name="q"
	       placeholder="Site Search"
	       size="31"
	       class="global-search-form-query"
	    />
	    <input class="global-search-form-submit" type="submit" value="GO" />
	  </div>
	</form>
</div>

<script class="register-custom-scripts">
(function () {
    SU.customScripts.postRepositioning.push(function () {
    
        var endpoint = 'https://swansea.funnelback.co.uk/s/suggest.json',

            unique = function(arr) {
                var hash = {}, result = [];
                for ( var i = 0, l = arr.length; i < l; ++i ) {
                    if ( !hash.hasOwnProperty(arr[i]) ) {
                        hash[ arr[i] ] = true;
                        result.push(arr[i]);
                    }
                }
                return result;
            },
            
            setHandler = function() {
                $('#global-search-form-q').off().autoComplete({
                    source: function(term, response) {
                        console.log("You typed [" + term + "]");
                        $.getJSON(
                            endpoint,
                            {
                                collection:    'swansea-web',
                                partial_query: term
                            },
                            function(data) {
                                response(unique(data));
                            }
                        );
                    }
                });
            };
    
        console.group('Initialising auto complete');
        window.setTimeout(function () {
            setHandler();
        }, 500);
        
        console.groupEnd();
    });
}());
</script>
            </div>
            
            <div id="naviBar" class="main-nav">
<!-- navigation object : SU_Main_Nav -->

            </div>
        </div>
        <!--endnoindex-->
        
        <div class="layout-container">
            <div id="main" class="layout-content">
                <div id="contentHeader" class="content-header">

                    <!--noindex-->
<div class="breadCrumbHolder module">
    <div class="breadCrumb module">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/" itemprop="url">
                    <span itemprop="title">Home</span>
                </a>
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/press-office/" itemprop="url">
                    <span itemprop="title">Press Office</span>
                </a>
            </li>
	</ul>
    </div>
</div>
                    <!--endnoindex-->

                    <h1 class="content-header-heading">Swansea-Texas energy safety research collaboration: New solutions needed to recycle fracking water</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news-item-fulltext">
<p style="padding: 1.5em; text-align: center; background-color: #ffc266; font-weight: bold">
    Please note, this page has been archived and is no longer being updated.
</p>
    <p class="news-item-summary">Scientists from Swansea University and Rice University in Texas, USA have produced a detailed analysis of water produced by hydraulic fracturing (or fracking) of three gas reservoirs in the USA and suggested environmentally friendly remedies are needed to treat and reuse it.</p>

    <div class="news-item-content">
        <p><img src="/media/Prof Andrew Barron.jpg"
alt="Prof Andrew Barron" title="Professor Andrew Barron, Engineering, Ser Cymru chair" />&ldquo;More advanced recycling rather than disposal of "produced" water pumped back out of wells could calm fears of accidental spillage and save millions of gallons of fresh water a year,&rdquo; said Professor Andrew Barron <em>(pictured),</em> <a href="http://wales.gov.uk/topics/businessandeconomy/csaw/sercymruprogramme/?lang=en">S&ecirc;r Cymru Chair</a> of Low Carbon Energy and Environment at Swansea and the Charles W Duncan, Jr Welch Chair of Chemistry at Rice, who led the study published in the Royal Society of Chemistry&rsquo;s journal&nbsp;<a href="http://pubs.rsc.org/en/content/articlelanding/2014/em/c4em00376d#!divAbstract"><em>Environmental Science: Processes and Impacts</em></a>.</p>
<p>&ldquo;The amount of water used by Texas drillers for fracking may only be 1.5 per cent of that used by farming and municipalities, but it still amounts to as much as 5.6 million gallons a year for the Texas portion of the&nbsp;<a href="http://en.wikipedia.org/wiki/Haynesville_Shale">Haynesville</a>&nbsp;formation and 2.8 million gallons for&nbsp;<a href="http://en.wikipedia.org/wiki/Eagle_Ford_Formation">Eagle Ford</a>,&rdquo; said Professor Barron. &ldquo;And that can place a considerable burden on nearby communities.</p>
<p>Professor Barron, who leads Swansea University&rsquo;s <a href="http://www.swansea.ac.uk/campus-development/baycampus/informationonkeybuildings/energysafetyresearchinstitute/">Energy Safety Research Institute</a> (ESRI), a &pound;38 million investment which will be located on the University&rsquo;s new Bay Campus, noted that shale gas wells, the focus of the new study, produce most of their water within the first few weeks of production. After that, a few barrels a day are commonly produced.</p>
<p>The study, funded through the Welsh Government&rsquo;s <a href="http://wales.gov.uk/topics/businessandeconomy/csaw/sercymruprogramme/?lang=en">S&ecirc;r Cymru Programme</a> and <a href="http://www.welch1.org/">The Robert A Welch Foundation</a> in Texas, began with chemical analysis of fracking fluids pumped through gas-producing shale formations in Texas, Pennsylvania and New Mexico.</p>
<p>Professor Barron and the study's lead author, Rice University alumnus Samuel Maguire-Boyle, found that shale oil and gas-produced water does not contain significant amounts of the <a href="http://en.wikipedia.org/wiki/Polycyclic_aromatic_hydrocarbon">polyaromatic hydrocarbons</a>&nbsp;that could pose health hazards, but minute amounts of other chemical compounds led them to believe the industry would be wise to focus its efforts on developing nonchemical treatments for fracking and produced water.</p>
<p>&ldquo;Currently, fracturing fluid pumped into a well bore to loosen gas and oil from shale is either directed toward closed fluid-capture systems when it comes out or is sent back into the ground for storage. But neither strategy is an effective long-term solution,&rdquo; said Professor Barron.</p>
<p>"Ultimately, it will be necessary to clean produced water for reuse in fracking.</p>
<p>"In addition, there is the potential to recover the fraction of hydrocarbon in the produced water."</p>
<p>Fracking fluid is 90 per cent water, Professor Barron said. Eight to nine per cent of the fluid contains sand or ceramic&nbsp;<a href="http://en.wikipedia.org/wiki/Hydraulic_fracturing_proppants">proppant</a>&nbsp;particles that wedge themselves into minute fractures in the rock, holding open paths for gas and oil to escape to the&nbsp;<a href="http://en.wikipedia.org/wiki/Oil_well">production well</a>.</p>
<p>The remaining one or two per cent, however, may contain salts, friction reducers, scale inhibitors, biocides, gelling agents, gel breakers and organic and inorganic acids. The organic molecules either occur naturally or are a residue from the added components.</p>
<p>The researchers found most of the salt, organic and other minerals that appear in produced water from shale gas reservoirs originate in the&nbsp;<a href="http://en.wikipedia.org/wiki/Connate_fluids">connate waters</a> trapped in the dense rock over geologic time scales. These, they wrote, should be of little concern.</p>
<p>But they also found that produced water contained potentially toxic&nbsp;<a href="http://en.wikipedia.org/wiki/Organochloride">chlorocarbons</a>&nbsp;and&nbsp;<a href="http://en.wikipedia.org/wiki/Organobromine_compound">organobromides</a>, probably formed from interactions between high levels of bacteria in the water and salts or chemical treatments used in fracking fluids.</p>
<p>Professor Barron said industry sometimes uses chlorine dioxide or&nbsp;<a href="http://en.wikipedia.org/wiki/Hypochlorite">hypochlorite</a>&nbsp;treatments to recycle produced water for reuse, but these treatments can actually enhance bacteria's ability to convert naturally occurring hydrocarbons to chlorocarbons and organobromides.</p>
<p>The researchers suggested this transition could happen either downhole or in storage ponds where produced water is treated.</p>
<p>"We believe the industry needs to investigate alternative, nonchemical treatments to avoid the formation of compounds that don't occur in nature," said Professor Barron.</p>
<p>Primarily, he said, the researchers want their analysis to anticipate future problems as industry develops processes to remove organic compounds from water bound for reuse.</p>
<p>The new paper, Professor Barron said, should be of particular interest to international producers who are preparing to ramp up gas-recovery efforts in the UK, which recently announced plans to expand drilling, and other European countries.</p>
<p>"As the UK and other European countries are looking to start hydraulic fracturing, it is important that they adopt best practices at the start, as opposed to evolving over time, as it has occurred here in the United States," he added.</p>
<p><strong>Professor Andrew Barron, a professor of materials science and nanoengineering, is S&ecirc;r Cymru Chair of Low Carbon Energy and Environment at Swansea University and the Charles W Duncan, Jr Welch Chair of Chemistry at Rice University, Texas. He leads the Barron Research Group at Rice University, </strong><a href="http://barron.rice.edu/Barron.html"><strong>http://barron.rice.edu/Barron.html</strong></a><strong>. </strong></p>
<hr />
<p><strong>Notes: </strong></p>
<p><strong>Swansea University&rsquo;s Energy Safety Research Institute</strong> (ESRI) is a &pound;38 million investment which will be located on the University&rsquo;s new Bay Campus. ESRI, the first research centre of its kind in the UK, concentrates the College of Engineering&rsquo;s strength in the energy sector and focuses on the safety issues surrounding the development and expansion of existing energy processes, as well as the safe deployment and integration of new energy technologies. ESRI&rsquo;s primary collaborator is BP. For more information on ESRI, visit <a href="http://www.swansea.ac.uk/campus-development/baycampus/informationonkeybuildings/energysafetyresearchinstitute/" target="_blank">http://www.swansea.ac.uk/campus-development/baycampus/informationonkeybuildings/energysafetyresearchinstitute/</a>.</p>
<p><strong>The ESRI</strong> is part of a new and growing international research and development consortium led by US-based eCORP Stimulation Technologies, LLC (ecorpStim) in Houston, Texas. The consortium brings together doctors and scientists from Texas&rsquo; Baylor College of Medicine and Rice University, Swansea&rsquo;s collaborative partner the University of Grenoble, France, and Sheffield-based <a href="http://www.glass-ts.com/">Glass Technology Services</a> (GTS). Visit <a href="http://www.swansea.ac.uk/media-centre/latest-research/swanseapartofgrowingworld-leadingenergyresearchanddevelopmentconsortium.php">http ://www.swansea.ac.uk/media-centre/latest-research/swanseapartofgrowingworld-leadingenergyresearchanddevelopmentconsortium.php</a>.</p>
<p>&nbsp;</p>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Bethan Evans</span>
            &lt;<a class="email" href="mailto:b.w.evans@swansea.ac.uk">b.w.evans@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2014/swansea-texasenergysafetyresearchcollaborationnewsolutionsneededtorecyclefrackingwater.php" rel="bookmark">
                <abbr class="published" title="2014-09-10T01:00:00+01:00">Wednesday 10 September 2014 01.00 BST</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2019-09-24T13:08:24+01:00">Tuesday 24 September 2019 13.08 BST</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Swansea University</span>, Tel: <span class="tel">01792 295049</span>
        </li>
    </ul>

</div>

                    </div>

                    <div class="layout-related-items">
                    </div>
                </div>


            </div>

            <!--noindex-->
            <div id="footer" class="layout-footer">
                <ul id="footerLinks" class="footer-links">
<!-- navigation object : SU_footer navigation --><li class="footer-links-list-item"><a href="/the-university/contact/">Contact Us</a></li><li class="footer-links-list-item"><a href="/personnel/jobs/">Jobs</a></li><li class="footer-links-list-item"><a href="/the-university/colleges/">Colleges</a></li><li class="footer-links-list-item"><a href="/press-office/">Press</a></li><li class="footer-links-list-item"><a href="https://www.swansea.ac.uk/about-us/safety-and-security/health-and-safety/">Health &amp; Safety</a></li><li class="footer-links-list-item"><a href="/includes/footer/disclaimer-and-copyright/">Disclaimer &amp; Copyright</a></li><li class="footer-links-list-item"><a href="/includes/footer/site-map/">Site map</a></li><li class="footer-links-list-item"><a href="/includes/footer/privacyandcookies/">Privacy and Cookies</a></li><li class="footer-links-list-item"><a href="http://www.swan.ac.uk/course-search/">Course Search</a></li>
                </ul>

                <div id="footerDisclaimer" class="footer-disclaimer">
                    <p class="footer-disclaimer-text">Swansea University is a registered charity. No. 1138342.</p>
                </div>
            </div>
            <!--endnoindex-->

        </div>

    </div>


<script id="desktop-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <div class="skip-to-content" id="skipToContent">
            {{{ skipToContent }}}
        </div>

        <h1 id="logo" class="logo">
            {{{ logo }}}
        </h1>

        <div id="globalNavWrapper" class="header-links">
            <ul id="globalNav" class="header-links-list">
                {{{ globalNav }}}
            </ul>
        </div>

        <div id="globalSearch" class="global-search-form">
            {{{ globalSearch }}}
        </div>
                    
        <div id="naviBar" class="main-nav">
            <ul id="mainNav" class="main-nav-list">
                {{{ mainNav }}}
            </ul>
        </div>
    </div>

</script>


<script id="mobile-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <span class="layout-menu-bar">
            <a id="layout-menu-bar-toggle" class="layout-menu-bar-toggle" href="#">{{mobile.linksText}}</a>
        </span>

        <a id="logo-link" href="{{mobile.logoLinkHref}}">
            <img class="logo-image" alt="{{mobile.logoAlt}}" src="{{mobile.logoSrc}}" />
        </a>
    </div>

</script>


<script id="desktop-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="secondaryNavWrapper">
             <ul id="secondaryNav" class="content-nav content-nav-items">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="mobile-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="globalNavWrapper">
            {{{globalNav}}}
        </div>

        <div id="naviBar">
            {{{mainNav}}}
        </div>

        <div id="secondaryNavWrapper">
             <ul id="secondaryNav">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="desktop-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">

        <ul class="tabs-item-list">
{{#tabs}}
            <li class="tabs-item-list-tab-item tabs-pod-tabs-tab-heading">
                <a class="tabs-item-list-tab-item-link" href="#">{{ tabHeading }}</a>
            </li>
{{/tabs}}
        </ul>

{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <div class="tabs-pod-tabs-tab-content">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}

    </div>

</script>


<script id="mobile-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">
{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <h3 class="tabs-pod-tabs-tab-heading is-collapsed">
                <a href="#">{{ tabHeading }}</a>
            </h3>
            <div class="tabs-pod-tabs-tab-content" style="display: none">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}
    </div>

</script>


</body>

</html>
