m1 structure. With the determined thermal EoS of brucite and the elastic parameters of mantle minerals, we modeled the velocity and density profile of subducted hydrous harzburgite in the top lower mantle, assuming that the water was stored in brucite and phase D. Based on the modelling, 1 wt.% water will reduce the velocity and density of harzburgite by ∼ 5% and ∼ 2%, respectively, yet whether the water is stored in brucite or phase D has weak influence on both density and velocity. With a water content up to 2.4 wt.%, the density of hydrous harzburgite could be reduced to 2.2(2)%–2.8(2)% lower than the surrounding mantle, while the VP and VS of hydrous harzburgite are still 0.3(1)%–0.7(1)% and 0.7(2)%–1.8(2)% higher than that of the normal mantle. Thus, the low-density hydrous harzburgite may slow down the subducting of slab, despite being a high-velocity body in seismic observations.

","articleId":62337,"qiUrl_en":"https://journal.hep.com.cn/gsf/EN/Y2025/V16/I1","risUrl_en":"https://journal.hep.com.cn/gsf/EN/article/getTxtFile.do?fileType=Ris&id=62337","authorNotesCorrespEn":["* E-mail address: zhumao@ustc.edu.cn"],"hasPdf":"false"}}; if(metaData && metaData.article && metaData.article.abstractEn && !metaData.article.highlightEn){ if(metaData.article.abstractEn.match(/^

\s*\s*\s*.*?<\/ItemContent>\s*<\/ListItem>\s*<\/List>\s*<\/p>/g)){ //metaData.article.highlightEn = metaData.article.abstractEn.substring(0,metaData.article.abstractEn.indexOf("

")+"

".length); var _abstractEn = metaData.article.abstractEn; metaData.article.abstractEn = metaData.article.abstractEn.replace(/^

\s*\s*\s*.*?<\/ItemContent>\s*<\/ListItem>\s*<\/List>\s*<\/p>/g,""); metaData.article.highlightEn = _abstractEn.substring(0,_abstractEn.indexOf(metaData.article.abstractEn)); } } new mag_vue({ el: '#metaVue', //dataUrl: mag_currentQikanUrl() + '/EN/article/getRichHtmlJson.do?articleId='+$("#articleId").val(), data:metaData, loading:true, doTextFun:function(text){ return doDataJsonText(text,metaData); }, doAfterFun:function(selector,jsonData){doMagVueAfter(selector,jsonData);} }); var pars = {attachType:'PDF',id:$("#articleId").val(),json:true}; jQuery.post($("#mag-common-contextPath").val()+"/EN/article/showArticleFile.do?" + new Date().getTime(), pars, function(data){ var json=null; if(data.match(/^\[json\].*/g)){ json=eval("("+data.replace(/^\[json\]/g,"")+")"); } if(json && json.status == 1){ //有权限 }else{ //无权限 $("#no-access-div").show(); } }); mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/getRichHtmlJsonToken.do', data:{articleId:$("#articleId").val()}, dataType:"json", async:false, success:function(jsonToken){ mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/getRichHtmlJson.do', data:{articleId:$("#articleId").val(),token:jsonToken.token,referer:document.referrer}, dataType:"json", async:false, success:function(json){ if(json.article){ if(json.article.body && json.article.body.secL && json.article.body.secL.length && json.article.body.secL.length>0){ //隐藏掉第一段标题=‘Contents’的sec var sec = json.article.body.secL[0]; if(sec.type=='sec' && $.trim(sec.title)=='Contents'){ json.article.body.secL.splice(0,1); } } new mag_vue({ el: '#bodyVue', data:json, doTextFun:function(text){ return doDataJsonText(text,json); }, doAfterFun:function(selector,jsonData){doMagVueAfter(selector,jsonData);} }); //去掉参考文献label中多余的中括号 $(".main_content_center_left_one_cankaowenxian_tab_td").each(function(){ $(this).html($(this).html().replace(/(\[)+/g,'[').replace(/(\])+/g,']')); }); //将uri标签变成a链接 $("uri").each(function(){ var href = $(this).html(); var uriA = document.createElement("a"); uriA.setAttribute("href",href); uriA.setAttribute("target","_blank"); uriA.innerHTML=href; $(this)[0].parentNode.replaceChild(uriA,$(this)[0]); }); } } }); } }); //footnote $(".mag-xml-fn-sub").click(function(){ var uuid = $(this).attr("id").replace("mag-xml-fn-sub-",""); var contentId = "mag-xml-fn-content-"+uuid; piaofuFn(this,contentId); }); //altmetric if($.trim($("#article_doi").val())!=''){ mag_ajax({ url:mag_currentQikanUrl()+"/EN/article/getArticleAltmetricToken.do", data:{articleId:$("#articleId").val()}, dataType:"json", success:function(jsonToken){ mag_ajax({ url:mag_currentQikanUrl()+"/EN/article/getArticleAltmetric.do", data:{articleId:$("#articleId").val(),token:jsonToken.token}, dataType:"json", success:function(json){ if(json && json.request && json.request.doi){ window.altmetric_request=json.request; $.ajax({ url:'https://api.altmetric.com/v1/doi/'+$.trim(json.request.doi)+'?callback=altmetric_callback', dataType:'jsonp', jsonp:'callback', jsonpCallback:'altmetric_callback' }); } if(json && json.request && json.request.current_art){ // }else if(json && json.score){ showAltmetric(json.score,json.detailsUrl); } } }); } }); } //console.log("111="+new Date()); mag_rich_menu(jQuery); $(function(){ $('#autoMenu').autoMenu(); }) $("#autoMenu").niceScroll({ cursorcolor: "#ccc", //滚动条的颜色 cursoropacitymax: 0, //滚动条的透明度,从0-1 touchbehavior: false, //使光标拖动滚动像在台式电脑触摸设备 true滚动条拖动不可用 cursorwidth: "6px", //滚动条的宽度 单位默认px cursorborder: "0", // 游标边框css定义 cursorborderradius: "3px", //滚动条两头的圆角 autohidemode: true, //是否隐藏滚动条 true的时候默认不显示滚动条,当鼠标经过的时候显示滚动条 zindex: "auto", //给滚动条设置z-index值 railvalign:'defaul', railpadding: { top: 0, right: -6, left: 0, bottom: 0 }, //滚动条的位置 }); $("#relatedArticles").niceScroll({ cursorcolor: "#ccc", //滚动条的颜色 cursoropacitymax: 0, //滚动条的透明度,从0-1 touchbehavior: false, //使光标拖动滚动像在台式电脑触摸设备 true滚动条拖动不可用 cursorwidth: "6px", //滚动条的宽度 单位默认px cursorborder: "0", // 游标边框css定义 cursorborderradius: "3px", //滚动条两头的圆角 autohidemode: true, //是否隐藏滚动条 true的时候默认不显示滚动条,当鼠标经过的时候显示滚动条 zindex: "auto", //给滚动条设置z-index值 railvalign:'defaul', railpadding: { top: 0, right: -6, left: 0, bottom: 0 }, //滚动条的位置 }); $('body').click(function(){ $('.daochu_div').hide(); $('.qipao').hide(); }) $('.qipao').click(function(event){ event.stopPropagation(); }) //console.log("2222="+new Date()); //加载补充材料 mag_ajax_update({ ele_id:'showArticle_suppls', url:mag_currentQikanUrl() + '/EN/article/showArticleSuppls.do', data:{articleId:$("#articleId").val()} }); //加载专题 mag_ajax_update({ ele_id:'showArticle_subjects', url:mag_currentQikanUrl() + '/EN/subject/showSubjectListByArticle.do', data:{articleId:$("#articleId").val(),forwardJsp:'showArticle'} }); //加载相关视频 mag_ajax_update({ ele_id:'showRelatedArticleVideos', url:mag_currentQikanUrl() + '/EN/article/showRelatedArticleVideos.do', data:{articleId:$("#articleId").val()} }); //表格th align属性因为跟boostrap相关样式冲突,没有起作用,这里写js让align起作用 $(".mag_table_wrap_tab_div_table th[align]").each(function(){ $(this).css("text-align",$(this).attr("align")); }); $(".mag_table_wrap_tab_div_table td[align]").each(function(){ $(this).css("text-align",$(this).attr("align")); }); $(".mag_table_wrap_tab_div_table th[valign]").each(function(){ $(this).css("vertical-align",$(this).attr("valign")); }); $(".mag_table_wrap_tab_div_table td[valign]").each(function(){ $(this).css("vertical-align",$(this).attr("valign")); }); //渲染公式 mag_mathJax(); //trendmd if($("#trendmd-journal-id") && $("#trendmd-journal-id").length && $("#trendmd-journal-id").length>0){ window.setTimeout(function(){ var script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://js.trendmd.com/trendmd.min.js"; script.setAttribute("defer",""); script.setAttribute("data-trendmdconfig",'{"journal_id":"'+$("#trendmd-journal-id").val()+'", "element":"#trendmd-suggestions"}'); document.getElementsByTagName("head")[0].appendChild(script); },1); } window.autoMenuFlag=true; }); function altmetric_callback(json){ if(json && json.score){ //window.altmetric_request 信息提交到服务器 mag_ajax({ url:mag_currentQikanUrl()+"/CN/article/submitArticleAltmetricInfo.do", data:{articleId:window.altmetric_request.articleId,token:window.altmetric_request.token,altmetricInfo:JSON.stringify(json)}, errorAlert:false }); if(window.altmetric_request.current_art){ var score = json.score; if(json.score - parseInt(json.score) > 0){ showAltmetric(parseInt(json.score)+1,json.details_url); }else{ showAltmetric(parseInt(json.score),json.details_url); } } } } function showAltmetric(score,detailsUrl){ $("#altmetric-score").html(score); $(".main_content_center_right_duoweidu_div").css("width","25%"); $("#altmetric-a").show(); $("#altmetric-a").attr("href",detailsUrl); } function richClickAuthor(name){ mag_window_location(mag_currentQikanUrl() + "/EN/searchresult",{searchSQL:"((((" +name+ "[Author]) AND All[Journal]) AND 10[PageSize]) AND year[Order])"}); } function richClickKeyword(keyword){ mag_window_location(mag_currentQikanUrl() + "/EN/searchresult",{searchSQL:"((((" +keyword+ "[Keyword]) AND All[Journal]) AND 10[PageSize]) AND year[Order])"}); } function mag_share(){ $("#bShare_more_a").click(); } function loadRelatedArticles(){ if($("#showRelatedArticles") && $("#showRelatedArticles").length>0){ //加载过了 }else{ mag_loading(); mag_ajax_update({ ele_id:'relatedArticles-content', url:mag_currentQikanUrl() + '/EN/article/showRelatedArticles.do', data:{articleId:$("#articleId").val()}, complete:function(){ mag_layer_close(); } }); } } function showMetrics(){ mag_window_location(mag_currentQikanUrl() + '/EN/article/metrics.do?articleId='+$("#articleId").val()); } function piaofuFn(a,eleId){ var content='

'+$("#"+eleId).prop("innerHTML")+'
'; piaofu(a,content); } function huoqukuanduimg(){ // } function doDataJsonText(text,jsonData){ var s = text.replace(/$/g,"$");; var richHtmlJson = $("#article_richHtmlJson").val(); var nlmDir = richHtmlJson.replace(/\/[^\/]+$/,''); if(jsonData && jsonData.xmlDir){ nlmDir = jsonData.xmlDir; } s = s.replace(/\{\{article\.nlmDir\}\}/g,$("#mag-mainWebUrl").val()+"/"+nlmDir); //引用上标 var arr = s.match(/(\[|\()((\s|\,|;|\-|–|(–)|(–)|(–)|(<\/?sup>))*]*)? rid=\"[^<>]*\"( [^<>]*)?>[^<>]+<\/a><\/sup>(\s|\,|;|\-|–|(–)|(–)|(–)|(<\/?sup>))*)+(\]|\))/g); if(arr && arr.length>0){ for(var i=0;i.+/g)){ //加上标,并添中上标标识 var sa1 = ""+sa.replace(/<\/?sup>/g,"").replace(/(]*)? rid=\"[^<>]*\"( [^<>]*)?)>/g,"$1 sup-flag=\"true\">")+""; s = s.replace(sa,sa1); }else{ //去掉上标 var sa1 = sa.replace(/(]*)? rid=\"[^<>]*\"( [^<>]*)?>[^<>]+<\/a>)<\/sup>/g,"$1"); s = s.replace(sa,sa1); } } } var arr1 = s.match(/(]*)? rid=\"[^<>]*\"( [^<>]*)?>[^<>]+<\/a>)<\/sup>/g); if(arr1 && arr1.length>0){ for(var i=0;i]*\"( [^<>]*)?>[^<>]+<\/a>)<\/sup>/g,"$1"); s = s.replace(sa,s1); } } } return s; } function doMagVueAfter(selector,jsonData){ var richHtmlJson = $("#article_richHtmlJson").val(); var magDir = richHtmlJson.replace(/\/[^\/]+$/,''); if(jsonData.xmlDir){ magDir = jsonData.xmlDir; } //处理fig $(selector + " .mag-rich-fig[magid]").each(function(){ var magId = $(this).attr("magid"); for(var j=0;j"; ss += ""; ss += ""; var shuomingTitle = ""; var shuomingContent = ''; if(fig.titleCn && fig.titleCn!=''){ shuomingTitle = fig.titleCn; if(fig.titleContentCn && fig.titleContentCn!=''){ shuomingContent += fig.titleContentCn; } } if(shuomingTitle==''){ if(fig.titleEn && fig.titleEn!=''){ shuomingTitle = fig.titleEn; } if(fig.titleContentEn && fig.titleContentEn!=''){ shuomingContent += fig.titleContentEn; } }else{ if(fig.titleEn && fig.titleEn!=''){ shuomingContent += "

"+fig.titleEn+"

"; } if(fig.titleContentEn && fig.titleContentEn!=''){ shuomingContent += fig.titleContentEn; } } ss += '
'+shuomingTitle+'
'; if(shuomingContent!=''){ ss += shuomingContent; } ss += '
'; ss += '

Full size|PPT slide

'; $(this).html(ss); break; } } }); //处理表格 $(selector + " .mag_main_table[magid]").each(function(){ var magId = $(this).attr("magid"); for(var i=0;i"; } if(tab.titleContentEn && tab.titleContentEn!=''){ shuomingContent += tab.titleContentEn; } } ss += '
'+shuomingTitle+'
'; if(shuomingContent!=''){ ss += shuomingContent; } ss += ''; ss += ''; if(tab.table != ''){ ss += '
'; ss += doDataJsonText(tab.table); ss += '
'; } if(tab.footFnList && tab.footFnList.length>0){ ss += '
'; for(var j=0;j0){ for(var k=0;k"); mag_ajax({ url:mag_currentQikanUrl() + '/CN/article/showArticleAiQuickRead.do', data:{id:62337,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ window.setTimeout(function(){printQuickReadContentCn(result.remark)},1500); }else{ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; }, errorAlert:false }); } } }else if(lang=='EN'){ $("#showArticle_quickread_cn").show(); $("#showArticle_quickread_en").hide(); $("#showArticle_quickread_content_cn").hide(); $("#showArticle_quickread_content_en").show(); }else{ window.newquickreadCn=true; $('.main_content_center_right').hide(); $("#showArticle_quickread").show(300); $("#showArticle_quickread_cn").show(); $("#showArticle_quickread_en").hide(); $("#showArticle_quickread_content_cn").hide(); $("#showArticle_quickread_content_en").show(); if(window.quickreadEnDoing){ // }else{ window.quickreadEnDoing=true; $("#showArticle_quickread_content_en").html(""); mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/showArticleAiQuickRead.do', data:{id:62337,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ window.setTimeout(function(){printQuickReadContentEn(result.remark)},1500); }else{ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; }, errorAlert:false }); } } } function closeQuickread(){ $("#showArticle_quickread").hide(300); $('.main_content_center_right').show(); } function printQuickReadContentEn(remark){ mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/showArticleAiQuickRead.do', data:{remark:remark,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ if(result.content){ var md = new remarkable.Remarkable({html:true}); $("#showArticle_quickread_content_en").html(md.render(result.content+"")); } if(result.complete){ if(result.content && $.trim(result.content)!=''){ //正常内容 $("#showArticle_quickread_content_en .ai_print").hide(); }else{ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); } window.quickreadEnDoing=false; }else{ window.setTimeout(function(){printQuickReadContentEn(remark)},1500); } }else{ // $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; }, errorAlert:false }); } function printQuickReadContentCn(remark){ mag_ajax({ url:mag_currentQikanUrl() + '/CN/article/showArticleAiQuickRead.do', data:{remark:remark,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ if(result.content){ var md = new remarkable.Remarkable({html:true}); $("#showArticle_quickread_content_cn").html(md.render(result.content+"")); } if(result.complete){ if(result.content && $.trim(result.content)!=''){ //正常内容 $("#showArticle_quickread_content_cn .ai_print").hide(); }else{ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); } window.quickreadCnDoing=false; }else{ window.setTimeout(function(){printQuickReadContentCn(remark)},1500); } }else{ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; }, errorAlert:false }); } function showOutline(lang){ if(lang=='CN'){ mag_layer({ type:4, title:' AI Mindmap
Note: Please note that the content below is AI-generated. Frontiers Journals website shall not be held liable for any consequences associated with the use of this content.
', src:mag_currentQikanUrl() + '/CN/article/showArticleOutline.do?id=62337', width:'85%' }); }else{ mag_layer({ type:4, title:' AI Mindmap
Note: Please note that the content below is AI-generated. Frontiers Journals website shall not be held liable for any consequences associated with the use of this content.
', src:mag_currentQikanUrl() + '/EN/article/showArticleOutline.do?id=62337', width:'85%' }); } }

Stability and physical properties of brucite at high pressures and temperatures: Implication for Earth’s deep water cycle

Ningyu Sun, Xinyang Li, Luo Li, Qingchun Zhang, Yingxin Yu, Zhu Mao, Cijin Zhou, Dongzhou Zhang

Geoscience Frontiers ›› 2025, Vol. 16 ›› Issue (1) : 101940.

Geoscience Frontiers ›› 2025, Vol. 16 ›› Issue (1) : 101940. DOI: 10.1016/j.gsf.2024.101940

Stability and physical properties of brucite at high pressures and temperatures: Implication for Earth’s deep water cycle

Author information +
History +
Published
01 Jan 2025
Issue Date
23 Mar 2025

Abstract

Brucite is a common hydrous mineral on Earth and may contribute to the deep water cycle of the Earth, but its stability and structure under mantle conditions remain uncertain. In this study, we investigated the stability of brucite up to 60 GPa at 800 K and 45 GPa at 1850 K. Within the experiment P-T conditions, no theoretically predicted new phase was observed, and brucite remained in the P3¯m1 structure. With the determined thermal EoS of brucite and the elastic parameters of mantle minerals, we modeled the velocity and density profile of subducted hydrous harzburgite in the top lower mantle, assuming that the water was stored in brucite and phase D. Based on the modelling, 1 wt.% water will reduce the velocity and density of harzburgite by ∼ 5% and ∼ 2%, respectively, yet whether the water is stored in brucite or phase D has weak influence on both density and velocity. With a water content up to 2.4 wt.%, the density of hydrous harzburgite could be reduced to 2.2(2)%–2.8(2)% lower than the surrounding mantle, while the VP and VS of hydrous harzburgite are still 0.3(1)%–0.7(1)% and 0.7(2)%–1.8(2)% higher than that of the normal mantle. Thus, the low-density hydrous harzburgite may slow down the subducting of slab, despite being a high-velocity body in seismic observations.

Keywords

Brucite / Phase stability / High pressure–temperature / Subducted slabs / Hydrous harzburgite

Cite this article

Download citation ▾
Ningyu Sun, Xinyang Li, Luo Li, Qingchun Zhang, Yingxin Yu, Zhu Mao, Cijin Zhou, Dongzhou Zhang. Stability and physical properties of brucite at high pressures and temperatures: Implication for Earth’s deep water cycle. Geoscience Frontiers, 2025, 16(1): 101940 https://doi.org/10.1016/j.gsf.2024.101940

References

F. Birch. The effect of pressure upon the elastic parameters of isotropic solids, according to Murnaghan's theory of finite strain. J. Appl. Phys., 9 (1938), pp. 279-288
J.M. Brown, T.J. Shankland. Thermodynamic parameters in the Earth as determined from seismic profiles. Geophys. J. Roy. Astron. Soc., 66 (1981), pp. 579-596
M. Catti, G. Ferraris, S. Hull, A. Pavese. Static compression and H disorder in brucite, Mg(OH)2, to 11 GPa: a powder neutron diffraction study. Phys. Chem. Miner., 22 (1995), pp. 200-206
S. Cottaar, T. Heister, I. Rose, C. Unterborn. BurnMan: A lower mantle mineral physics toolkit. Geochem. Geophy. Geosy., 15 (2014), pp. 1164-1179
A. Dewaele, P. Loubeyre, F. Occelli, M. Mezouar, P.I. Dorogokupets, M. Torrent. Quasihydrostatic equation of state of iron above 2 Mbar. Phys. Rev. Lett., 97 (2006), Article 215504
J. Dong, R.A. Fischer, L.P. Stixrude, C.R. Lithgow-Bertelloni. Constraining the volume of Earth’s early oceans with a temperature-dependent mantle water storage capacity model. AGU Adv., 2(1), e2020AV000323 (2021)
Y.F. Duan, N.Y. Sun, S.H. Wang, X.Y. Li, X. Guo, H.W. Ni, V.B. Prakapenka, Z. Mao. Phase stability and thermal equation of state of δ-AlOOH: Implication for water transportation to the Deep Lower Mantle. Earth Planet. Sci. Lett., 494 (2018), pp. 92-98
T.S. Duffy, C. Meade, Y.W. Fei, H.K. Mao, R.J. Hemley. High-pressure phase-transition in brucite, Mg(OH)2. Am. Mineral., 80 (1995), pp. 222-230
D.W. Fan, S.Y. Fu, J. Yang, S.N. Tkachev, V.B. Prakapenka, J.F. Lin. Elasticity of single-crystal periclase at high pressure and temperature: The effect of iron on the elasticity and seismic parameters of ferropericlase in the lower mantle. Am. Mineral., 104 (2019), pp. 262-275
Y.W. Fei, H.K. Mao. Static compression of Mg(OH)2 to 78 GPa at high temperature and constraints on the equation of state of fluid H2O. J. Geophys. Res., 98 (1993), pp. 11875-11884
Y.W. Fei, H.K. Mao, J.F. Shu, J.Z. Hu. P-V-T equation of state of magnesiowustite (Mg0.6Fe0.4)O. Phys. Chem. Miner., 18 (1992), pp. 416-422
Y.W. Fei, A. Ricolleau, M. Frank, K. Mibe, G.Y. Shen, V. Prakapenka. Toward an internally consistent pressure scale. PNAS, 104 (2007), pp. 9182-9186
S. Fu, J. Yang, Y. Zhang, T. Okuchi, C. McCammon, H.-I. Kim, S.K. Lee, J.-F. Lin. Abnormal elasticity of Fe-bearing bridgmanite in the Earth's lower mantle. Geophys. Res. Lett., 45 (2018), pp. 4725-4732
H. Fukui, O. Ohtaka, T. Suzuki, K. Funakoshi. Thermal expansion of Mg(OH)2 brucite under high pressure and pressure dependence of entropy. Phys. Chem. Miner., 30 (2003), pp. 511-516
H. Fukui, T. Inoue, T. Yasui, T. Katsura, K. Funakoshi, O. Ohtaka. Decomposition of brucite up to 20 GPa: evidence for high MgO-solubility in the liquid phase. Eur. J. Mineral., 17 (2005), pp. 261-267
J. Ganguly, A.M. Freed, S.K. Saxena. Density profiles of oceanic slabs and surrounding mantle: Integrated thermodynamic and thermal modeling, and implications for the fate of slabs at the 660 km discontinuity. Phys. Earth Planet. Int., 172 (2009), pp. 257-267
X.Z. Guo. Experimental study of the electrical conductivity of hydrous minerals in the crust and the mantle under high pressure and high temperature. Sci. China Earth Sci., 59 (2016), pp. 696-706
B.R. Hacker, G.A. Abers, S.M. Peacock. Subduction factory - 1. Theoretical mineralogy, densities, seismic wave speeds, and H2O contents. J. Geophys. Res., 108 (2003)
A. Hermann, M. Mookherjee. High-pressure phase of brucite stable at Earth's mantle transition zone and lower mantle conditions. PNAS, 113 (2016), pp. 13971-13976
T. Irifune, N. Kubo, M. Isshiki, Y. Yamasaki. Phase transformations in serpentine and transportation of water into the lower mantle. Geophys. Res. Lett., 25 (1998), pp. 203-206
A.J. Irving, W.L. Huang, P.J. Wyllie. Phase relations of portlandite, Ca(OH)2 and brucite, Mg(OH)2 to 33 kilobars. Am. J. Sci., 277 (1977), pp. 313-321
I. Jackson, S.M. Rigden. Analysis of P-V-T data: Constraints on the thermoelastic properties of high-pressure minerals. Phys. Earth Planet. Int., 96 (1996), pp. 85-112
S.D. Jacobsen, H.J. Reichmann, H.A. Spetzler, S.J. Mackwell, J.R. Smyth, R.J. Angel, C.A. McCammon. Structure and elasticity of single-crystal (Mg, Fe)O and a new method of generating shear waves for gigahertz ultrasonic interferometry. J. Geophys. Res., 107 (2002),
CrossRef Google scholar
F.M. Jiang, S. Speziale, T.S. Duffy. Single-crystal elasticity of brucite, Mg(OH)2, to 15 GPa by Brillouin scattering. Am. Mineral., 91 (2006), pp. 1893-1900
S.D. King, D.J. Frost, D.C. Rubie. Why cold slabs stagnate in the transition zone. Geology, 43 (2015), pp. 231-234
S.H. Kirby, S. Stein, E.A. Okal, D.C. Rubie. Metastable mantle phase transformations and deep earthquakes in subducting oceanic lithosphere. Rev. Geophys., 34 (1996), pp. 261-306
X.Y. Li, Z. Mao, N.Y. Sun, Y.F. Liao, S.M. Zhai, Y. Wang, H.W. Ni, J.Y. Wang, S.N. Tkachev, J.F. Lin. Elasticity of single-crystal superhydrous phase B at simultaneous high pressure-temperature conditions. Geophys. Res. Lett., 43 (2016), pp. 8458-8465
K.D. Litasov, E. Ohtani, S. Ghosh, Y. Nishihara, A. Suzuki, K. Funakoshi. Thermal equation of state of superhydrous phase B to 27 GPa and 1373 K. Phys. Earth Planet. Int., 164 (2007), pp. 142-160
K.D. Litasov, E. Ohtani, Y. Nishihara, A. Suzuki, K. Funakoshi. Thermal equation of state of Al- and Fe-bearing phase D. J. Geophys. Res., 113 (2008),
CrossRef Google scholar
J. Liu, Q.Y. Hu, W.L. Bi, L.X. Yang, Y.M. Xiao, P. Chow, Y. Meng, V.B. Prakapenka, H.K. Mao, W.L. Mao. Altered chemistry of oxygen and iron under deep Earth conditions. Nat. Commun., 10 (1) (2019), p. 153
M.N. Ma, W. Liu, Z.Q. Chen, Z.X. Liu, B.S. Li. Compression and structure of brucite to 31 GPa from synchrotron X-ray diffraction and infrared spectroscopy studies. Am. Mineral., 98 (2013), pp. 33-40
H. Marquardt, S. Speziale, H.J. Reichmann, D.J. Frost, F.R. Schilling. Single-crystal elasticity of (Mg0.9Fe0.1)O to 81 GPa. Earth Planet. Sci. Lett., 287 (2009), pp. 345-352
M. Mookherjee, L. Stixrude. High-pressure proton disorder in brucite. Am. Mineral., 91 (2006), pp. 127-134
T. Nagai, T. Hattori, T. Yamanaka. Compression mechanism of brucite: An investigation by structural refinement under pressure. Am. Mineral., 85 (2000), pp. 760-764
M. Nishi, T. Kubo, H. Ohfuji, T. Kato, Y. Nishihara, T. Irifune. Slow Si–Al interdiffusion in garnet and stagnation of subducting slabs. Earth Planet. Sci. Lett., 361 (2013), pp. 44-49
M. Nishi, T. Irifune, J. Tsuchiya, Y. Tange, Y. Nishihara, K. Fujino, Y. Higo. Stability of hydrous silicate at high pressures and water transport to the deep lower mantle. Nat. Geosci., 7 (2014), pp. 224-227
E. Ohtani. The role of water in Earth's mantle. Nat. Sci. Rev., 7 (2020), pp. 224-232
E. Ohtani, T. Shibata, T. Kubo, T. Kato. Stability of hydrous phases in the transition zone and the upper most part of the lower mantle. Geophys. Res. Lett., 22 (1995), pp. 2553-2556
E. Ohtani, H. Mizobata, H. Yurimoto. Stability of dense hydrous magnesium silicate phases in the systems Mg2SiO4-H2O and MgSiO3-H2O at pressures up to 27 GPa. Phys. Chem. Miner., 27 (2000), pp. 533-544
M. Palot, S.D. Jacobsen, J.P. Townsend, F. Nestola, K. Marquardt, N. Miyajima, J.W. Harris, T. Stachel, C.A. McCammon, D.G. Pearson. Evidence for H2O-bearing fluids in the lower mantle from diamond inclusion. Lithos, 265 (2016), pp. 237-243
D.G. Pearson, F.E. Brenker, F. Nestola, J. McNeill, L. Nasdala, M.T. Hutchison, S. Matveev, K. Mather, G. Silversmit, S. Schmitz, B. Vekemans, L. Vincze. Hydrous mantle transition zone indicated by ringwoodite included within diamond. Nature, 507 (2014), pp. 221-224
H. Piet, K.D. Leinenweber, J. Tappan, E. Greenberg, V.B. Prakapenka, P.R. Buseck, S.-H. Shim. Dehydration of δ-AlOOH in Earth’s deep lower mantle. Minerals, 10 (2020), p. 384
V.B. Prakapenka, A. Kubo, A. Kuznetsov, A. Laskin, O. Shkurikhin, P. Dera, M.L. Rivers, S.R. Sutton. Advanced flat top laser heating system for high pressure research at GSECARS: Application to the melting behavior of germanium. High Press. Res., 28 (2008), pp. 225-235
A. Ringwood, T. Irifune. Nature of the 650–km seismic discontinuity: implications for mantle dynamics and differentiation. Nature, 331 (1988), pp. 131-136
A. Rohrbach, M.W. Schmidt. Redox freezing and melting in the Earth's deep mantle resulting from carbon-iron redox coupling. Nature, 472 (2011), pp. 209-212
B. Schmandt, S.D. Jacobsen, T.W. Becker, Z. Liu, K.G. Dueker. Dehydration melting at the top of the lower mantle. Science, 344 (2014), pp. 1265-1268
S.R. Shieh, H.K. Mao, R.J. Hemley, L.C. Ming. Decomposition of phase D in the lower mantle and the fate of dense hydrous silicates in subducting slabs. Earth Planet. Sci. Lett., 159 (1–2) (1998), pp. 13-23,
CrossRef Google scholar
O. Tschauner, S. Huang, E. Greenberg, V.B. Prakapenka, C. Ma, G.R. Rossman, A.H. Shen, D. Zhang, M. Newville, A. Lanzirotti, K. Tait. Ice-VII inclusions in diamonds: Evidence for aqueous fluid in Earth's deep mantle. Science, 359 (2018), pp. 1136-1139
W.L. van Mierlo, F. Langenhorst, D.J. Frost, D.C. Rubie. Stagnation of subducting slabs in the transition zone due to slow diffusion in majoritic garnet. Nat. Geosci., 6 (2013), pp. 400-403
M.J. Walter, A.R. Thomson, W. Wang, O.T. Lord, J. Ross, S.C. McMahon, M.A. Baron, E. Melekhova, A.K. Kleppe, S.C. Kohn. The stability of hydrous silicates in Earth's lower mantle: Experimental constraints from the systems MgO-SiO2-H2O and MgO-Al2O3-SiO2-H2O. Chem. Geol., 418 (2015), pp. 16-29
X. Xia, D.J. Weidner, H. Zhao. Equation of state of brucite: Single-crystal Brillouin spectroscopy study and polycrystalline pressure-volume-temperature measurement. Am. Mineral., 83 (1998), pp. 68-74
J. Yang, X.Y. Tong, J.F. Lin, T. Okuchi, N. Tomioka. Elasticity of ferropericlase across the spin crossover in the Earth's lower mantle. Sci. Rep., 5 (2015), p. 17188
Y. Ye, V. Prakapenka, Y. Meng, S.H. Shim. Intercomparison of the gold, platinum, and MgO pressure scales up to 140 GPa and 2500 K. J. Geophys. Res.-Sol. Ea., 122 (2017), pp. 3450-3464
Y. Ye, J.R. Smyth, G. Chen. Hydration effect on equations of state for minerals in the peridotite system: Implication for geotherms in the mantle. J. Earth Sci., 33 (2022), pp. 1124-1144

Accesses

Citations

Detail

Sections
Recommended

/