


{"id":383776,"date":"2024-09-23T15:23:12","date_gmt":"2024-09-23T15:23:12","guid":{"rendered":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/"},"modified":"2024-09-23T15:23:12","modified_gmt":"2024-09-23T15:23:12","slug":"how-to-use-apdl-script-to-setup-mechanical-project","status":"publish","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/","title":{"rendered":"How to use apdl script to setup mechanical project"},"content":{"rendered":"<p>&lt;p&gt;Hi,&lt;\/p&gt;&lt;p&gt;I&#8217;m trying to understand how to use APDL to solve a simple dice-shaped volume. I just need to understand the basics.&lt;\/p&gt;&lt;p&gt;I put my script inside the Mechanical solution section and set an area as a fixed boundary condition and an area force on the opposite side. The geometry is imported as an IGES file.&lt;\/p&gt;&lt;p&gt;The .iges file gets imported, but the geometry section in the tree is still empty, therefore I need to link the geometry inside Workbench to the mechanical analysis. But why? It should be done by the APDL script itself.&lt;\/p&gt;&lt;p&gt;Furthermore, Mechanical tells me to add at least one structural load in the tree on the left side manually to make it work, but I did that via APDL?&lt;\/p&gt;&lt;p&gt;Inside MAPDL, it&#8217;s working so far, but inside Mechanical, it is not. So what did I miss?&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>\/PREP7<\/em>&lt;br&gt;<em>et,1,SOLID185<\/em>&lt;br&gt;<em>MP,ex,1,10E6<\/em>&lt;br&gt;<em>MP,NUXY,1,.3<\/em>&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>surface_count = 3<\/em>&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>*dim,str_path,String,128,4<\/em>&lt;br&gt;<em>str_path(1,1) = &#8216;C:\\\\Users\\\\xxxxx\\\\&#8217;<\/em>&lt;br&gt;<em>str_path(1,2) = &#8216;model_thickness_&#8217;<\/em>&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>*dim, temp1, string, 128<\/em>&lt;br&gt;<em>temp1(1,1) = strcat(str_path(1,1),str_path(1,2))<\/em>&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>str_path(1,3) = CHRVAL(10)<\/em>&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>*dim, iges_filename, string, 128<\/em>&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>iges_filename(1,1) = &nbsp;strcat(temp1(1,1),str_path(1,3))<\/em>&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>CDREAD,solid, iges_filename(1,1), iges<\/em>&lt;br&gt;<em>*status, all<\/em>&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>*status, all<\/em>&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>vmesh, all<\/em>&lt;br&gt;<em>*status, all<\/em>&lt;br&gt;<em>*get, num_mesh_nodes, node, 0, count<\/em>&lt;br&gt;<em>*get, num_mesh_elements, elem, 0, count<\/em>&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>NSEl,S,LOC,X,10<\/em>&lt;br&gt;<em>D,ALL,UX<\/em>&lt;br&gt;<em>D,ALL,UY<\/em>&lt;br&gt;<em>D,ALL,UZ<\/em>&lt;br&gt;<em>NSEL,S,LOC,X,-10<\/em>&lt;br&gt;<em>F,ALL,FX,-10<\/em>&lt;br&gt;<em>ALLSEL,ALL<\/em>&lt;br&gt;<em>FINISH<\/em>&lt;\/p&gt;&lt;p style=&#8221;text-align: left;&#8221;&gt;<em>\/SOLU<\/em>&lt;br&gt;<em>SOLVE<\/em>&lt;br&gt;<em>FINISH<\/em>&lt;\/p&gt;<\/p>\n","protected":false},"template":"","class_list":["post-383776","topic","type-topic","status-publish","hentry","topic-tag-ansys-apdl","topic-tag-ansys-mechanical","topic-tag-ansys-mechanical-apdl","topic-tag-apdl","topic-tag-iges","topic-tag-workbench"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Hi,I&#039;m trying to understand how to use APDL to solve a simple dice-shaped volume. I just need to understand the basics.I put my script inside the Mechanical solution section and set an area as a fixed boundary condition and an area force on the opposite side. The geometry is imported as an IGES file.The .iges\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/\" \/>\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=\"How to use apdl script to setup mechanical project | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Hi,I&#039;m trying to understand how to use APDL to solve a simple dice-shaped volume. I just need to understand the basics.I put my script inside the Mechanical solution section and set an area as a fixed boundary condition and an area force on the opposite side. The geometry is imported as an IGES file.The .iges\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-09-23T15:23:12+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-09-23T15:23:12+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to use apdl script to setup mechanical project | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hi,I&#039;m trying to understand how to use APDL to solve a simple dice-shaped volume. I just need to understand the basics.I put my script inside the Mechanical solution section and set an area as a fixed boundary condition and an area force on the opposite side. The geometry is imported as an IGES file.The .iges\" \/>\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\\\/how-to-use-apdl-script-to-setup-mechanical-project\\\/#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\\\/workbench\\\/#listItem\",\"name\":\"workbench\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/workbench\\\/#listItem\",\"position\":3,\"name\":\"workbench\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/workbench\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/how-to-use-apdl-script-to-setup-mechanical-project\\\/#listItem\",\"name\":\"How to use apdl script to setup mechanical project\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/how-to-use-apdl-script-to-setup-mechanical-project\\\/#listItem\",\"position\":4,\"name\":\"How to use apdl script to setup mechanical project\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/workbench\\\/#listItem\",\"name\":\"workbench\"}}]},{\"@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\\\/how-to-use-apdl-script-to-setup-mechanical-project\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/how-to-use-apdl-script-to-setup-mechanical-project\\\/\",\"name\":\"How to use apdl script to setup mechanical project | Ansys Learning Forum\",\"description\":\"Hi,I'm trying to understand how to use APDL to solve a simple dice-shaped volume. I just need to understand the basics.I put my script inside the Mechanical solution section and set an area as a fixed boundary condition and an area force on the opposite side. The geometry is imported as an IGES file.The .iges\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/how-to-use-apdl-script-to-setup-mechanical-project\\\/#breadcrumblist\"},\"datePublished\":\"2024-09-23T15:23:12+00:00\",\"dateModified\":\"2024-09-23T15:23:12+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":"How to use apdl script to setup mechanical project | Ansys Learning Forum","description":"Hi,I'm trying to understand how to use APDL to solve a simple dice-shaped volume. I just need to understand the basics.I put my script inside the Mechanical solution section and set an area as a fixed boundary condition and an area force on the opposite side. The geometry is imported as an IGES file.The .iges","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/#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\/workbench\/#listItem","name":"workbench"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/workbench\/#listItem","position":3,"name":"workbench","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/workbench\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/#listItem","name":"How to use apdl script to setup mechanical project"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/#listItem","position":4,"name":"How to use apdl script to setup mechanical project","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/workbench\/#listItem","name":"workbench"}}]},{"@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\/how-to-use-apdl-script-to-setup-mechanical-project\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/","name":"How to use apdl script to setup mechanical project | Ansys Learning Forum","description":"Hi,I'm trying to understand how to use APDL to solve a simple dice-shaped volume. I just need to understand the basics.I put my script inside the Mechanical solution section and set an area as a fixed boundary condition and an area force on the opposite side. The geometry is imported as an IGES file.The .iges","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/#breadcrumblist"},"datePublished":"2024-09-23T15:23:12+00:00","dateModified":"2024-09-23T15:23:12+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":"How to use apdl script to setup mechanical project | Ansys Learning Forum","og:description":"Hi,I'm trying to understand how to use APDL to solve a simple dice-shaped volume. I just need to understand the basics.I put my script inside the Mechanical solution section and set an area as a fixed boundary condition and an area force on the opposite side. The geometry is imported as an IGES file.The .iges","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/","article:published_time":"2024-09-23T15:23:12+00:00","article:modified_time":"2024-09-23T15:23:12+00:00","twitter:card":"summary_large_image","twitter:title":"How to use apdl script to setup mechanical project | Ansys Learning Forum","twitter:description":"Hi,I'm trying to understand how to use APDL to solve a simple dice-shaped volume. I just need to understand the basics.I put my script inside the Mechanical solution section and set an area as a fixed boundary condition and an area force on the opposite side. The geometry is imported as an IGES file.The .iges"},"aioseo_meta_data":{"post_id":"383776","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:28:13","updated":"2026-09-17 02:45:11","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\/workbench\/\" title=\"workbench\">workbench<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to use apdl script to setup mechanical project\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":"workbench","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/workbench\/"},{"label":"How to use apdl script to setup mechanical project","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-use-apdl-script-to-setup-mechanical-project\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["436298","3937"],"_bbp_author_ip":["141.52.248.2"],"_btv_view_count":["331"],"_bbp_topic_status":["unanswered"],"_bbp_likes_count":["1"],"_bbp_topic_id":["383776"],"_bbp_forum_id":["27791"],"_bbp_engagement":["3937","436298"],"_bbp_voice_count":["2"],"_bbp_reply_count":["1"],"_bbp_last_reply_id":["386376"],"_bbp_last_active_id":["386376"],"_bbp_last_active_time":["2024-09-24 12:04:19"]},"test":"bf8fd8388a19830b1b9d2bad00d811edff028f3f"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/383776","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\/383776\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=383776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}