


{"id":310817,"date":"2023-10-10T11:55:32","date_gmt":"2023-10-10T11:55:32","guid":{"rendered":"\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/"},"modified":"2023-10-10T11:55:32","modified_gmt":"2023-10-10T11:55:32","slug":"load-step-definition-for-a-transient-analysis","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/","title":{"rendered":"Load Step definition for a transient analysis"},"content":{"rendered":"<p>Hello everyone,<\/p>\n<p>I am trying to perform a transient analysis of a cylindrical shell subject to a transient load in one end and fixed one the other. My goal is to see a pulse propagating along the pipe from the position of the load until the fixed end. This is the code I used to do the pre-processing:<\/p>\n<p>&#8220;&#8221;<\/p>\n<div>\/CLEAR<\/div>\n<div>!Parameters&nbsp;<\/div>\n<div>*SET,diameter , 85.4<\/div>\n<div>*SET,thick , 11&nbsp;<\/div>\n<div>*SET,length , 100&nbsp; &nbsp;<\/div>\n<div>!Geometry&nbsp; &nbsp;<\/div>\n<div>\/PREP7&nbsp;&nbsp;<\/div>\n<div>ET,1,SHELL181&nbsp; &nbsp;<\/div>\n<div>KEYOPT,1,8,2<\/div>\n<div>SECTYPE,1,SHELL&nbsp;<\/div>\n<div>SECDATA,thick&nbsp; &nbsp;<\/div>\n<div>MP,EX,1,2000<\/div>\n<div>MP,PRXY,1,0.35&nbsp;&nbsp;<\/div>\n<div>MP,DENS,1,900&nbsp; &nbsp;<\/div>\n<div>k,1&nbsp;<\/div>\n<div>k,2,diameter<\/div>\n<div>circle,1,2&nbsp;&nbsp;<\/div>\n<div>k,7,,,length<\/div>\n<div>l,1,7&nbsp; &nbsp;<\/div>\n<div>ADRAG,1,2,3,4,,,5&nbsp; &nbsp;<\/div>\n<div>!Mesh&nbsp; &nbsp;<\/div>\n<div>ESIZE,0.5&nbsp; &nbsp;<\/div>\n<div>amesh,all&nbsp; &nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>!* Fixed boundary condition<\/div>\n<div>&nbsp;<\/div>\n<div>FLST,2,28,1,ORDE,8&nbsp;&nbsp;<\/div>\n<div>FITEM,2,1&nbsp; &nbsp;<\/div>\n<div>FITEM,2,-8&nbsp;&nbsp;<\/div>\n<div>FITEM,2,1609<\/div>\n<div>FITEM,2,-1615&nbsp; &nbsp;<\/div>\n<div>FITEM,2,3016<\/div>\n<div>FITEM,2,-3022&nbsp; &nbsp;<\/div>\n<div>FITEM,2,4423<\/div>\n<div>FITEM,2,-4428&nbsp; &nbsp;<\/div>\n<div>!*&nbsp;&nbsp;<\/div>\n<div>\/GO&nbsp;<\/div>\n<div>D,P51X,ALL,0, , , , , , , , ,&nbsp; &nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>FINISH&nbsp;&nbsp;<\/div>\n<div>\/SOL<\/div>\n<div>!*&nbsp;&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>ANTYPE,4<\/div>\n<div>&nbsp;<\/div>\n<div>!*&nbsp;&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>TRNOPT,FULL&nbsp;<\/div>\n<div>LUMPM,0&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>&#8220;&#8221;<\/div>\n<div>&nbsp;<\/div>\n<div>Now, the problem I am having and trying to learn how to do properly is how to define the Load Step.&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>If I understood correctly, for each load step we define the time duration of that load step and in which time it starts. So for example, the following command define the load step duration of 0.0001 seconds, that happens at the time stamp of 0.0000001 second. Would that be correct?<\/div>\n<div>&nbsp;<\/div>\n<div>\n<div>DELTIM,0.0001,0,0,ON&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>TIME,0.000001<\/div>\n<div>FLST,2,28,1,ORDE,11<\/div>\n<div>FITEM,2,9<\/div>\n<div>FITEM,2,209<\/div>\n<div>FITEM,2,-215<\/div>\n<div>FITEM,2,1616<\/div>\n<div>FITEM,2,1816<\/div>\n<div>FITEM,2,-1821<\/div>\n<div>FITEM,2,3023<\/div>\n<div>FITEM,2,3223<\/div>\n<div>FITEM,2,-3228<\/div>\n<div>FITEM,2,4429<\/div>\n<div>FITEM,2,-4434<\/div>\n<div>\/GO<\/div>\n<div>F,P51X,FZ,100,&nbsp; %Here is the force value<\/div>\n<div>LSWRITE,1,<\/div>\n<div>&nbsp;<\/div>\n<div>Then For the next time step I want the force value to change a then give the command&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>DELTIM,0.0001,0,0,ON&nbsp;<\/div>\n<div>\n<div>TIME,0.000002<\/div>\n<div>FLST,2,28,1,ORDE,11<\/div>\n<div>FITEM,2,9<\/div>\n<div>FITEM,2,209<\/div>\n<div>FITEM,2,-215<\/div>\n<div>FITEM,2,1616<\/div>\n<div>FITEM,2,1816<\/div>\n<div>FITEM,2,-1821<\/div>\n<div>FITEM,2,3023<\/div>\n<div>FITEM,2,3223<\/div>\n<div>FITEM,2,-3228<\/div>\n<div>FITEM,2,4429<\/div>\n<div>FITEM,2,-4434<\/div>\n<div>\/GO<\/div>\n<div>F,P51X,FZ, 25,&nbsp; %Here is the new force value<\/div>\n<div>LSWRITE,2,<\/div>\n<div>&nbsp;<\/div>\n<div>and then I repeat this process for the number of load steps I would like to have and ask to solve.<\/div>\n<div>The code is solved but the results appears as if this was a static load, where instead it should be an impulsive load.<\/div>\n<div>&nbsp;<\/div>\n<div>I have looked the manuals and tutorials through Ansys and could not find an answer to that.<\/div>\n<div>&nbsp;<\/div>\n<div>My final goal is to observe how a pulse propagates through an elastic medium, but the results I am getting are a static load beeing applied slowly to the structure.<\/div>\n<div>&nbsp;<\/div>\n<div>Could anyone give me some light on this matter ? If I was not very clear I could try to reformulate my problem!<\/div>\n<div>&nbsp;<\/div>\n<div>I appreciate any advice<\/div>\n<div>&nbsp;<\/div>\n<div>Kind regards<\/div>\n<div>Pedro<\/div>\n<div>&nbsp;<\/div>\n<div>P.S.:<\/div>\n<div>&nbsp;<\/div>\n<div>This is the time history I am getting at one of the nodes:<\/div>\n<div>&nbsp;<\/div>\n<div><img decoding=\"async\" src=\"\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/10-10-2023-1696938803-mceclip0.png\"><\/div>\n<div>&nbsp;<\/div>\n<div>and this is the countour plot at the final time step<\/div>\n<div>&nbsp;<\/div>\n<div><img decoding=\"async\" src=\"\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/10-10-2023-1696938830-mceclip1.png\"><\/div>\n<div>&nbsp;<\/div>\n<div>See how the load gets concentrated at the point of application? Even though I set the force to zero after the tenth time step<\/div>\n<div>&nbsp;<\/div>\n<div>In summary:<\/div>\n<div>I defined 100 load steps each with a duration of 0.000001 second<\/div>\n<div>The force value of each load step changes until the time step 20 when it becomes 0<\/div>\n<div>I would expected that the loads of the first 20 load steps would start to propagate through the structure but they dont<\/div>\n<div>&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<div>&nbsp;<\/div>\n<\/div>\n<\/div>\n","protected":false},"template":"","class_list":["post-310817","topic","type-topic","status-closed","hentry","topic-tag-transient-structural"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Hello everyone,I am trying to perform a transient analysis of a cylindrical shell subject to a transient load in one end and fixed one the other. My goal is to see a pulse propagating along the pipe from the position of the load until the fixed end. This is the code I used to do\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/\" \/>\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=\"Load Step definition for a transient analysis | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Hello everyone,I am trying to perform a transient analysis of a cylindrical shell subject to a transient load in one end and fixed one the other. My goal is to see a pulse propagating along the pipe from the position of the load until the fixed end. This is the code I used to do\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/10-10-2023-1696938803-mceclip0.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/10-10-2023-1696938803-mceclip0.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-10-10T11:55:32+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-10-10T11:55:32+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Load Step definition for a transient analysis | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hello everyone,I am trying to perform a transient analysis of a cylindrical shell subject to a transient load in one end and fixed one the other. My goal is to see a pulse propagating along the pipe from the position of the load until the fixed end. This is the code I used to do\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/10-10-2023-1696938803-mceclip0.png\" \/>\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\\\/load-step-definition-for-a-transient-analysis\\\/#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\\\/transient-structural\\\/#listItem\",\"name\":\"transient-structural\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/transient-structural\\\/#listItem\",\"position\":3,\"name\":\"transient-structural\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/transient-structural\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/load-step-definition-for-a-transient-analysis\\\/#listItem\",\"name\":\"Load Step definition for a transient analysis\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/load-step-definition-for-a-transient-analysis\\\/#listItem\",\"position\":4,\"name\":\"Load Step definition for a transient analysis\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/transient-structural\\\/#listItem\",\"name\":\"transient-structural\"}}]},{\"@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\\\/load-step-definition-for-a-transient-analysis\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/load-step-definition-for-a-transient-analysis\\\/\",\"name\":\"Load Step definition for a transient analysis | Ansys Learning Forum\",\"description\":\"Hello everyone,I am trying to perform a transient analysis of a cylindrical shell subject to a transient load in one end and fixed one the other. My goal is to see a pulse propagating along the pipe from the position of the load until the fixed end. This is the code I used to do\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/load-step-definition-for-a-transient-analysis\\\/#breadcrumblist\"},\"datePublished\":\"2023-10-10T11:55:32+00:00\",\"dateModified\":\"2023-10-10T11:55:32+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":"Load Step definition for a transient analysis | Ansys Learning Forum","description":"Hello everyone,I am trying to perform a transient analysis of a cylindrical shell subject to a transient load in one end and fixed one the other. My goal is to see a pulse propagating along the pipe from the position of the load until the fixed end. This is the code I used to do","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/#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\/transient-structural\/#listItem","name":"transient-structural"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/transient-structural\/#listItem","position":3,"name":"transient-structural","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/transient-structural\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/#listItem","name":"Load Step definition for a transient analysis"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/#listItem","position":4,"name":"Load Step definition for a transient analysis","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/transient-structural\/#listItem","name":"transient-structural"}}]},{"@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\/load-step-definition-for-a-transient-analysis\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/","name":"Load Step definition for a transient analysis | Ansys Learning Forum","description":"Hello everyone,I am trying to perform a transient analysis of a cylindrical shell subject to a transient load in one end and fixed one the other. My goal is to see a pulse propagating along the pipe from the position of the load until the fixed end. This is the code I used to do","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/#breadcrumblist"},"datePublished":"2023-10-10T11:55:32+00:00","dateModified":"2023-10-10T11:55:32+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":"Load Step definition for a transient analysis | Ansys Learning Forum","og:description":"Hello everyone,I am trying to perform a transient analysis of a cylindrical shell subject to a transient load in one end and fixed one the other. My goal is to see a pulse propagating along the pipe from the position of the load until the fixed end. This is the code I used to do","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/","og:image":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/10-10-2023-1696938803-mceclip0.png","og:image:secure_url":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/10-10-2023-1696938803-mceclip0.png","article:published_time":"2023-10-10T11:55:32+00:00","article:modified_time":"2023-10-10T11:55:32+00:00","twitter:card":"summary_large_image","twitter:title":"Load Step definition for a transient analysis | Ansys Learning Forum","twitter:description":"Hello everyone,I am trying to perform a transient analysis of a cylindrical shell subject to a transient load in one end and fixed one the other. My goal is to see a pulse propagating along the pipe from the position of the load until the fixed end. This is the code I used to do","twitter:image":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/10\/10-10-2023-1696938803-mceclip0.png"},"aioseo_meta_data":{"post_id":"310817","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 17:41:21","updated":"2024-10-28 17:41:21","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\/transient-structural\/\" title=\"transient-structural\">transient-structural<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tLoad Step definition for a transient analysis\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":"transient-structural","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/transient-structural\/"},{"label":"Load Step definition for a transient analysis","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/load-step-definition-for-a-transient-analysis\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["8087","58821"],"_bbp_author_ip":["96.7.218.223"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_btv_view_count":["1934"],"_bbp_topic_status":["unanswered"],"_bbp_status":["publish"],"_bbp_topic_id":["310817"],"_bbp_forum_id":["27791"],"_bbp_engagement":["8087","58821"],"_bbp_voice_count":["2"],"_bbp_reply_count":["3"],"_bbp_last_reply_id":["310984"],"_bbp_last_active_id":["310984"],"_bbp_last_active_time":["2023-10-11 06:47:43"]},"test":"ph-demelocasadomatosunitn-it"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/310817","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\/310817\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=310817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}