


{"id":369069,"date":"2024-05-29T14:05:04","date_gmt":"2024-05-29T14:05:04","guid":{"rendered":"\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/"},"modified":"2024-05-29T14:13:17","modified_gmt":"2024-05-29T14:13:17","slug":"which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/","title":{"rendered":"Which beam properties to use to build a beam with arbitrary sections"},"content":{"rendered":"<p>Hey gals and guys,<\/p>\n<p>I am about to build up a beam for a wind turbine blade. I have a cross sectional analysis tool that gives me the 6&#215;6 stiffness and mass matrices of the blade cross sections. These can be extracted for diferent reference systems.<\/p>\n<ol>\n<li>A coordinate system of the cross section with in a reference point in the cross section as I define it<\/li>\n<li>In the same coordinate system as defined by me but with the origin moved to the elastic center of the cross section (Additional output: location elastic center)<\/li>\n<li>In the principal axis system moved to the elastic center of the cross section. (Additional output: location elastic center and angle of principal axes)<\/li>\n<\/ol>\n<p>Which matrices should I use? And where do I put the element nodes &#8211; elastic center or reference point of cross section?<\/p>\n<p>&nbsp;<\/p>\n<p>I build the cross section in Ansys classic APDL with the below code. Here X1,Y1,Z1 would be the either the reference point or the elastic center of the cross sections. K is the stiffness matrix and M the mass matrix for the composite cross section.<\/p>\n<p>&nbsp; &nbsp; ! nodes<br \/>&nbsp; &nbsp; N,1,X1,Y1,Z1<br \/>&nbsp; &nbsp; N,2i,X2,Y2,Z2<br \/>&nbsp; &nbsp;&nbsp;<br \/>&nbsp; &nbsp; ! beam properties<br \/>&nbsp; &nbsp; SECTYPE, &nbsp; &nbsp; &nbsp;1,COMB,MATRIX, &nbsp; &nbsp;<br \/>&nbsp; &nbsp; CBMX,1, &nbsp;K(1,1), K(1,2), &nbsp;K(1,3), &nbsp;K(1,4), &nbsp;K(1,5), K(1,6)<br \/>&nbsp; &nbsp; CBMX,2,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; K(2,2), &nbsp;K(2,3), &nbsp;K(2,4), &nbsp;K(2,5), K(2,6)<br \/>&nbsp; &nbsp; CBMX,3,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;K(3,3), &nbsp;K(3,4), &nbsp;K(3,5), K(3,6)<br \/>&nbsp; &nbsp; CBMX,4,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; K(4,4), &nbsp;K(4,5), K(4,6)<br \/>&nbsp; &nbsp; CBMX,5,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;K(5,5), K(5,6)<br \/>&nbsp; &nbsp; CBMX,6,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;K(6,6)<br \/>&nbsp; &nbsp;&nbsp;<br \/>&nbsp; &nbsp; CBMD,1, &nbsp;M(1,1), M(1,2), &nbsp;M(1,3), &nbsp;M(1,4),&nbsp; M(1,5), M(1,6)<br \/>&nbsp; &nbsp; CBMD,2,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; M(2,2), &nbsp;M(2,3), &nbsp;M(2,4), &nbsp;M(2,5), M(2,6)<br \/>&nbsp; &nbsp; CBMD,3,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;M(3,3), &nbsp;M(3,4), &nbsp;M(3,5), M(3,6)<br \/>&nbsp; &nbsp; CBMD,4,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; M(4,4), &nbsp;M(4,5), M(4,6)<br \/>&nbsp; &nbsp; CBMD,5,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;M(5,5), M(5,6)<br \/>&nbsp; &nbsp; CBMD,6,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;M(6,6)<br \/>&nbsp; &nbsp;&nbsp;<br \/>&nbsp; &nbsp; ! elements<br \/>&nbsp; &nbsp; SECNUM,1<br \/>&nbsp; &nbsp; E,1,1,2<\/p>\n<p>&nbsp;<\/p>\n<p>Thank you for your help \ud83d\ude42<\/p>\n","protected":false},"template":"","class_list":["post-369069","topic","type-topic","status-closed","hentry","topic-tag-beam","topic-tag-beam-analysis-1","topic-tag-beam188","topic-tag-composite","topic-tag-cross-section"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Hey gals and guys,I am about to build up a beam for a wind turbine blade. I have a cross sectional analysis tool that gives me the 6x6 stiffness and mass matrices of the blade cross sections. These can be extracted for diferent reference systems.A coordinate system of the cross section with in a reference\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/\" \/>\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=\"Which beam properties to use to build a beam with arbitrary sections | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Hey gals and guys,I am about to build up a beam for a wind turbine blade. I have a cross sectional analysis tool that gives me the 6x6 stiffness and mass matrices of the blade cross sections. These can be extracted for diferent reference systems.A coordinate system of the cross section with in a reference\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-05-29T14:05:04+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-05-29T14:13:17+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Which beam properties to use to build a beam with arbitrary sections | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hey gals and guys,I am about to build up a beam for a wind turbine blade. I have a cross sectional analysis tool that gives me the 6x6 stiffness and mass matrices of the blade cross sections. These can be extracted for diferent reference systems.A coordinate system of the cross section with in a reference\" \/>\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\\\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\\\/#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-tag\\\/cross-section\\\/#listItem\",\"name\":\"cross-section\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/cross-section\\\/#listItem\",\"position\":3,\"name\":\"cross-section\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/cross-section\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\\\/#listItem\",\"name\":\"Which beam properties to use to build a beam with arbitrary sections\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\\\/#listItem\",\"position\":4,\"name\":\"Which beam properties to use to build a beam with arbitrary sections\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/cross-section\\\/#listItem\",\"name\":\"cross-section\"}}]},{\"@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\\\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\\\/\",\"name\":\"Which beam properties to use to build a beam with arbitrary sections | Ansys Learning Forum\",\"description\":\"Hey gals and guys,I am about to build up a beam for a wind turbine blade. I have a cross sectional analysis tool that gives me the 6x6 stiffness and mass matrices of the blade cross sections. These can be extracted for diferent reference systems.A coordinate system of the cross section with in a reference\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\\\/#breadcrumblist\"},\"datePublished\":\"2024-05-29T14:05:04+00:00\",\"dateModified\":\"2024-05-29T14:13:17+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":"Which beam properties to use to build a beam with arbitrary sections | Ansys Learning Forum","description":"Hey gals and guys,I am about to build up a beam for a wind turbine blade. I have a cross sectional analysis tool that gives me the 6x6 stiffness and mass matrices of the blade cross sections. These can be extracted for diferent reference systems.A coordinate system of the cross section with in a reference","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/#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-tag\/cross-section\/#listItem","name":"cross-section"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/cross-section\/#listItem","position":3,"name":"cross-section","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/cross-section\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/#listItem","name":"Which beam properties to use to build a beam with arbitrary sections"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/#listItem","position":4,"name":"Which beam properties to use to build a beam with arbitrary sections","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/cross-section\/#listItem","name":"cross-section"}}]},{"@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\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/","name":"Which beam properties to use to build a beam with arbitrary sections | Ansys Learning Forum","description":"Hey gals and guys,I am about to build up a beam for a wind turbine blade. I have a cross sectional analysis tool that gives me the 6x6 stiffness and mass matrices of the blade cross sections. These can be extracted for diferent reference systems.A coordinate system of the cross section with in a reference","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/#breadcrumblist"},"datePublished":"2024-05-29T14:05:04+00:00","dateModified":"2024-05-29T14:13:17+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":"Which beam properties to use to build a beam with arbitrary sections | Ansys Learning Forum","og:description":"Hey gals and guys,I am about to build up a beam for a wind turbine blade. I have a cross sectional analysis tool that gives me the 6x6 stiffness and mass matrices of the blade cross sections. These can be extracted for diferent reference systems.A coordinate system of the cross section with in a reference","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/","article:published_time":"2024-05-29T14:05:04+00:00","article:modified_time":"2024-05-29T14:13:17+00:00","twitter:card":"summary_large_image","twitter:title":"Which beam properties to use to build a beam with arbitrary sections | Ansys Learning Forum","twitter:description":"Hey gals and guys,I am about to build up a beam for a wind turbine blade. I have a cross sectional analysis tool that gives me the 6x6 stiffness and mass matrices of the blade cross sections. These can be extracted for diferent reference systems.A coordinate system of the cross section with in a reference"},"aioseo_meta_data":{"post_id":"369069","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 16:40:16","updated":"2024-10-28 16:40:16","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\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/cross-section\/\" title=\"cross-section\">cross-section<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tWhich beam properties to use to build a beam with arbitrary sections\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":"cross-section","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/cross-section\/"},{"label":"Which beam properties to use to build a beam with arbitrary sections","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/which-beam-properties-to-use-to-build-a-beam-with-arbitrary-sections\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["342810","58821"],"_bbp_author_ip":["184.24.96.207"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_btv_view_count":["776"],"_bbp_topic_status":["unanswered"],"_edit_lock":["1716992868:294463"],"_bbp_topic_id":["369069"],"_bbp_forum_id":["27791"],"_bbp_engagement":["58821","342810"],"_bbp_voice_count":["2"],"_bbp_reply_count":["4"],"_bbp_last_reply_id":["369101"],"_bbp_last_active_id":["369101"],"_bbp_last_active_time":["2024-05-29 15:42:28"]},"test":"pnoevernorvento-com"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/369069","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":1,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/369069\/revisions"}],"predecessor-version":[{"id":369074,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/369069\/revisions\/369074"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=369069"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}