


{"id":251371,"date":"2023-02-24T10:33:48","date_gmt":"2023-02-24T10:33:48","guid":{"rendered":"\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/"},"modified":"2023-02-24T10:33:48","modified_gmt":"2023-02-24T10:33:48","slug":"convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/","title":{"rendered":"Convergence problems in very large deformations: Neo-Hookean hyperelastic model."},"content":{"rendered":"<p>I am trying to solve a structural problem but solution doesn&rsquo;t converge or some elements become distorted. Basically, a flat ended indenter punches a very soft material. I am using a Neo-Hookean hyperelastic model.&nbsp;<\/p>\n<p>Since there are too many variables to change in the indenter to get a converged solution, I am testing the basis of the problem with a very simplified model. This second model is a cylinder of Neo-Hookean hyperelastic material in which radius and height are equals. The model takes advantage of its axial symmetry to solve faster.<\/p>\n<p>The lower circular base of the cylinder is fixed (Uy=0) and the upper circular base can be loaded in two alternative ways: either by displacing downwards the upper circular base; or by applying a pressure on it.&nbsp;<\/p>\n<p>When I set the model in &ldquo;displace mode&rdquo;, I can obtain easily a solution even compressing the cylinder an 80% of its height. For this displacement, the Y-component of stress allows to calculate the weight necessary to obtain the same displacement (1.637 Kg).<\/p>\n<p>However, when I set the model in &ldquo;weight mode&rdquo; and load the upper tap with 1.637 Kg, solver terminates by &ldquo;error in element formulation&rdquo; or &ldquo;unconverged solution&rdquo;. I only get to compress the material a 28%.<\/p>\n<p>The question is&hellip; WHY? Both problems (displace mode and weight mode) are the same in terms of element and material capacities, but the second fails. I think that my original and complex problem to which I referred to in the first paragraph fails because of the same reason that this simplified model.&nbsp;<\/p>\n<p>Thanks in advance!<\/p>\n<p>The code is:<\/p>\n<p>FINISH &nbsp;<br \/>\/CLEAR,START<br \/>\/PREP7<\/p>\n<p>!*****CONTROL PANEL: HERE YOU CAN CHANGE MODEL PARAMETERS.<\/p>\n<p>!Geometry parameters:<br \/>&nbsp; &nbsp;Height=0.01 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;!Cylinder Height (m)<br \/>&nbsp; &nbsp;Radius=Height &nbsp; &nbsp; &nbsp; &nbsp;!Cylinder Radius (m)<br \/>&nbsp; &nbsp;NEle=10 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;!Number of elements at each lines of the model.<\/p>\n<p>!Material model<br \/>&nbsp; &nbsp;EX01=30000 &nbsp; &nbsp; &nbsp; &nbsp;!Young Modulus (this data is used later only to assess the equivalent Neo-Hookean model parameters)<br \/>&nbsp; &nbsp;PRXY01=0.49 &nbsp; &nbsp; &nbsp; &nbsp;!Poisson&#8217;s Ratio<\/p>\n<p>!Load Parameters<br \/>&nbsp; &nbsp;ByWeight=1 &nbsp; &nbsp; &nbsp; &nbsp;!If 1, a uniform weight is applied on the upper cylinder tap. If 0, a downward displacement is applied.<br \/>&nbsp; &nbsp;Weight=1.637 &nbsp; &nbsp; &nbsp; &nbsp;!Weight in Kg.&nbsp;<br \/>&nbsp; &nbsp;Displac=-0.8 &nbsp; &nbsp; &nbsp; &nbsp;!If negative, downward displacement divided by cylinder Height.<\/p>\n<p>!Time Control&nbsp;<br \/>&nbsp; &nbsp;Time_sim=1 &nbsp; &nbsp; &nbsp; &nbsp;!Simulation Time. Loads are ramped along the simulation time.&nbsp;<\/p>\n<p>!*****END OF THE CONTROL PANEL<\/p>\n<p>!MATERIAL SECTION<\/p>\n<p>nhmu01=EX01\/2\/(1+PRXY01) &nbsp; &nbsp;!This is the &#8220;mu&#8221; parameter of the Neo-Hookean model<br \/>nhK01=EX01\/3\/(1-2*PRXY01) &nbsp; &nbsp;!This is the &#8220;k&#8221; parameter of the Neo-Hookean model, Bulk modulus<br \/>nhd01=2\/nhK01 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;!This is the &#8220;d&#8221; parameter of the Neo-Hookean model<\/p>\n<p>TB,HYPE,1,1,2,NEO &nbsp;&nbsp;<br \/>TBTEMP,0<br \/>TBDATA,,nhmu01,nhd01,,,, &nbsp;<\/p>\n<p>!***ELEMENT DEFINITION<\/p>\n<p>ET,1,PLANE183 &nbsp;&nbsp;<br \/>!* &nbsp;<br \/>KEYOPT,1,1,0 &nbsp; &nbsp; &nbsp; &nbsp;!Cuadrilateral element shape<br \/>KEYOPT,1,3,1 &nbsp; &nbsp; &nbsp; &nbsp;!Axisymmetric element behavior<br \/>KEYOPT,1,6,0 &nbsp; &nbsp; &nbsp; &nbsp;!Pure displacement for element formulation.<\/p>\n<p>!****MODEL CONSTRUCTION<\/p>\n<p>BLC4,0,0,Radius,Height,<\/p>\n<p>!****MODEL MESHING<\/p>\n<p>MSHAPE,0,2D&nbsp;<br \/>MSHKEY,1<br \/>MAT,1<\/p>\n<p>LESIZE,1,,,NEle,,,,<br \/>LESIZE,2,,,NEle,,,,<br \/>LESIZE,3,,,NEle,,,,<br \/>LESIZE,4,,,NEle,,,,<br \/>AMESH,1,,<\/p>\n<p>!SETTING THE MECHANICAL CONSTRICTIONS<br \/>DL,1,,UY,0<br \/>DL,4,,UX,0<\/p>\n<p>FINISH<br \/>\/SOLU<\/p>\n<p>ANTYPE,STATIC &nbsp; &nbsp; &nbsp; &nbsp; !Static Analysis.<br \/>NLGEOM, ON &nbsp; &nbsp; &nbsp; &nbsp;!Large Deformation<\/p>\n<p>OUTRES,ALL,ALL, &nbsp; &nbsp; &nbsp; &nbsp;!all data to inspect the solution<\/p>\n<p>*IF,ByWeight,EQ,1,THEN<br \/>&nbsp; &nbsp;SFL,3,PRES,9.8*Weight\/(3.1415*Radius**2),<br \/>*ELSE<br \/>&nbsp; &nbsp;DL,3,,UY,Displac*Height<br \/>*ENDIF<\/p>\n<p>TIME,Time_Sim&nbsp;<br \/>AUTOTS,1<br \/>DELTIM,Time_Sim\/1000,,1<br \/>KBC,0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br \/>SOLVE<\/p>\n","protected":false},"template":"","class_list":["post-251371","topic","type-topic","status-closed","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"I am trying to solve a structural problem but solution doesn\u2019t converge or some elements become distorted. Basically, a flat ended indenter punches a very soft material. I am using a Neo-Hookean hyperelastic model. Since there are too many variables to change in the indenter to get a converged solution, I am testing the basis of\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ansys Learning Forum | Ansys Innovation Space\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Convergence problems in very large deformations: Neo-Hookean hyperelastic model. | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"I am trying to solve a structural problem but solution doesn\u2019t converge or some elements become distorted. Basically, a flat ended indenter punches a very soft material. I am using a Neo-Hookean hyperelastic model. Since there are too many variables to change in the indenter to get a converged solution, I am testing the basis of\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-02-24T10:33:48+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-02-24T10:33:48+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Convergence problems in very large deformations: Neo-Hookean hyperelastic model. | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I am trying to solve a structural problem but solution doesn\u2019t converge or some elements become distorted. Basically, a flat ended indenter punches a very soft material. I am using a Neo-Hookean hyperelastic model. Since there are too many variables to change in the indenter to get a converged solution, I am testing the basis of\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\\\/#listItem\",\"name\":\"Convergence problems in very large deformations: Neo-Hookean hyperelastic model.\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\\\/#listItem\",\"position\":3,\"name\":\"Convergence problems in very large deformations: Neo-Hookean hyperelastic model.\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\\\/\",\"name\":\"Convergence problems in very large deformations: Neo-Hookean hyperelastic model. | Ansys Learning Forum\",\"description\":\"I am trying to solve a structural problem but solution doesn\\u2019t converge or some elements become distorted. Basically, a flat ended indenter punches a very soft material. I am using a Neo-Hookean hyperelastic model. Since there are too many variables to change in the indenter to get a converged solution, I am testing the basis of\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\\\/#breadcrumblist\"},\"datePublished\":\"2023-02-24T10:33:48+00:00\",\"dateModified\":\"2023-02-24T10:33:48+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Convergence problems in very large deformations: Neo-Hookean hyperelastic model. | Ansys Learning Forum","description":"I am trying to solve a structural problem but solution doesn\u2019t converge or some elements become distorted. Basically, a flat ended indenter punches a very soft material. I am using a Neo-Hookean hyperelastic model. Since there are too many variables to change in the indenter to get a converged solution, I am testing the basis of","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","position":1,"name":"Home","item":"https:\/\/innovationspace.ansys.com\/forum","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","position":2,"name":"Topics","item":"https:\/\/innovationspace.ansys.com\/forum\/topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/#listItem","name":"Convergence problems in very large deformations: Neo-Hookean hyperelastic model."},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/#listItem","position":3,"name":"Convergence problems in very large deformations: Neo-Hookean hyperelastic model.","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}}]},{"@type":"Organization","@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization","name":"Ansys Learning Forum","description":"Ansys Innovation Space","url":"https:\/\/innovationspace.ansys.com\/forum\/"},{"@type":"WebPage","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/","name":"Convergence problems in very large deformations: Neo-Hookean hyperelastic model. | Ansys Learning Forum","description":"I am trying to solve a structural problem but solution doesn\u2019t converge or some elements become distorted. Basically, a flat ended indenter punches a very soft material. I am using a Neo-Hookean hyperelastic model. Since there are too many variables to change in the indenter to get a converged solution, I am testing the basis of","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/#breadcrumblist"},"datePublished":"2023-02-24T10:33:48+00:00","dateModified":"2023-02-24T10:33:48+00:00"},{"@type":"WebSite","@id":"https:\/\/innovationspace.ansys.com\/forum\/#website","url":"https:\/\/innovationspace.ansys.com\/forum\/","name":"Ansys Learning Forum","description":"Ansys Innovation Space","inLanguage":"en-US","publisher":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization"}}]},"og:locale":"en_US","og:site_name":"Ansys Learning Forum | Ansys Innovation Space","og:type":"article","og:title":"Convergence problems in very large deformations: Neo-Hookean hyperelastic model. | Ansys Learning Forum","og:description":"I am trying to solve a structural problem but solution doesn\u2019t converge or some elements become distorted. Basically, a flat ended indenter punches a very soft material. I am using a Neo-Hookean hyperelastic model. Since there are too many variables to change in the indenter to get a converged solution, I am testing the basis of","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/","article:published_time":"2023-02-24T10:33:48+00:00","article:modified_time":"2023-02-24T10:33:48+00:00","twitter:card":"summary_large_image","twitter:title":"Convergence problems in very large deformations: Neo-Hookean hyperelastic model. | Ansys Learning Forum","twitter:description":"I am trying to solve a structural problem but solution doesn\u2019t converge or some elements become distorted. Basically, a flat ended indenter punches a very soft material. I am using a Neo-Hookean hyperelastic model. Since there are too many variables to change in the indenter to get a converged solution, I am testing the basis of"},"aioseo_meta_data":{"post_id":"251371","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"content","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2024-10-28 18:46:22","updated":"2024-10-28 18:46:22","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\/topics\/\" title=\"Topics\">Topics<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tConvergence problems in very large deformations: Neo-Hookean hyperelastic model.\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/forum"},{"label":"Topics","link":"https:\/\/innovationspace.ansys.com\/forum\/topics\/"},{"label":"Convergence problems in very large deformations: Neo-Hookean hyperelastic model.","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/convergence-problems-in-very-large-deformations-neo-hookean-hyperelastic-model\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["52829","99"],"_bbp_author_ip":["23.220.96.181"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_btv_view_count":["635"],"_bbp_topic_status":["unanswered"],"_bbp_status":["publish"],"_bbp_topic_id":["251371"],"_bbp_forum_id":["27815"],"_bbp_engagement":["99","52829"],"_bbp_voice_count":["2"],"_bbp_reply_count":["2"],"_bbp_last_reply_id":["251531"],"_bbp_last_active_id":["251531"],"_bbp_last_active_time":["2023-02-25 10:47:23"]},"test":"juanjo"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/251371","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/251371\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=251371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}