


{"id":455696,"date":"2026-04-02T21:55:00","date_gmt":"2026-04-02T21:55:00","guid":{"rendered":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/"},"modified":"2026-04-02T21:55:00","modified_gmt":"2026-04-02T21:55:00","slug":"em_control_magnet-syntax-issues","status":"publish","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/","title":{"rendered":"EM_CONTROL_MAGNET syntax issues"},"content":{"rendered":"<p>&lt;p&gt;I recently noticed something I didn&#8217;t understand with the EM_CONTROL_MAGNET keyword. On page 385 of the keyword manual (<a href=\"https:\/\/lsdyna.ansys.com\/wp-content\/uploads\/2025\/04\/LS-DYNA_Manual_Vol_III_R16.pdf\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">https:\/\/lsdyna.ansys.com\/wp-content\/uploads\/2025\/04\/LS-DYNA_Manual_Vol_III_R16.pdf<\/a>) it mentions there are two inputs, both mcomp to turn on the keyword, and ncycm to set the number of cycles. So it would be written like this:&lt;br&gt;*EM_CONTROL_MAGNET&lt;br&gt;$# mcomp ncycm&lt;br&gt;1 100&lt;br&gt;However, when I use lsprepost to make a keyword file and include the EM_CONTROL_MAGNET keyword, there is no ncycm command, only the mcomp, and it is automatically written as:&lt;br&gt;*EM_CONTROL_MAGNET&lt;br&gt;$# mcomp&lt;br&gt;1&lt;\/p&gt;&lt;p&gt;&nbsp;&lt;\/p&gt;&lt;p&gt;Moreover, with the syntax written by LSPP, the simulation will crash stating &#8220;forrtl: severe (164): Program Exception &#8211; integer divide by zero&#8221; after assembling Fem-Bem matricies, and building P mat, Q mat, and W mat through 100 percent.&nbsp; This may be a problem with the syntax, or maybe the rebuilding of magnetic vector of a deforming magnet happens too often and there is a threshold somewhere between NCYCM being undefined and 100 that allows the simulation to complete.&nbsp; If it helps, here is the EM chunk of my .k file&lt;br&gt;&lt;br&gt;*EM_PERMANENT_MAGNET&lt;br&gt;$# &nbsp; &nbsp; &nbsp;id &nbsp; &nbsp; &nbsp; pid &nbsp; &nbsp; mtype &nbsp; &nbsp; north &nbsp; &nbsp; south &nbsp; &nbsp; &nbsp; &nbsp;hc&lt;br&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp; &nbsp; &nbsp; &nbsp; 1 &nbsp; &nbsp; &nbsp; &nbsp; 1 &nbsp; &nbsp; &nbsp; &nbsp; 2 &nbsp; &nbsp; &nbsp; &nbsp; 1 &nbsp; &nbsp; 21033&lt;br&gt;*EM_CONTROL&lt;br&gt;$# &nbsp; emsol &nbsp; &nbsp; numls &nbsp; &nbsp; &nbsp; &nbsp; &#8211; &nbsp; dimtype &nbsp; &nbsp;nperio &nbsp; &nbsp; &nbsp; &nbsp; &#8211; &nbsp; ncylfem &nbsp; ncylbem&lt;br&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp; &nbsp; &nbsp; 100 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1 &nbsp; &nbsp; &nbsp; &nbsp; 1&lt;br&gt;*EM_CONTROL_MAGNET&lt;br&gt;$# &nbsp; mcomp&lt;br&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1&lt;br&gt;*EM_CONTROL_TIMESTEP&lt;br&gt;$# &nbsp;tstype &nbsp; &nbsp;dtcons &nbsp; &nbsp; &nbsp;lcid &nbsp; &nbsp;factor &nbsp; &nbsp; tsmin &nbsp; &nbsp; tsmas &nbsp; &nbsp; rlcsf &nbsp; &nbsp;mecats&lt;br&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3 &nbsp; &nbsp; &nbsp; 0.0 &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; 1.0 &nbsp; &nbsp;1.0E-4 &nbsp; &nbsp; &nbsp;0.25 &nbsp; &nbsp; &nbsp; &nbsp;25 &nbsp; &nbsp; &nbsp; &nbsp; 0&lt;br&gt;*EM_CONTROL_COUPLING&lt;br&gt;$# &nbsp; thcpl &nbsp; &nbsp; smcpl &nbsp; &nbsp;thlcid &nbsp; &nbsp;smlcid &nbsp; thcplfl &nbsp; smcplfl&lt;br&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp; &nbsp; &nbsp; &nbsp; 2 &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; &nbsp; 0&lt;br&gt;*EM_SOLVER_FEMBEM_MONOLITHIC&lt;br&gt;$# &nbsp; mtype &nbsp; &nbsp; stype &nbsp; &nbsp;abstol &nbsp; &nbsp;reltol &nbsp; &nbsp; maxit&lt;br&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp; &nbsp; &nbsp; 1 &nbsp; &nbsp;1.0E-6 &nbsp; &nbsp;1.0E-4 &nbsp; &nbsp; &nbsp; 100&lt;br&gt;*EM_MAT_002&lt;br&gt;$# &nbsp; &nbsp; mid &nbsp; &nbsp; mtype &nbsp; &nbsp; sigma &nbsp; &nbsp; eosid &nbsp; &nbsp; murel &nbsp; &nbsp; eosmu &nbsp; &nbsp;deatht&lt;br&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp; &nbsp; &nbsp; &nbsp; 4 &nbsp; &nbsp; &nbsp; 0.0 &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; 1.1 &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp;1.0E28&lt;br&gt;*EM_EXTERNAL_FIELD&lt;br&gt;$# fieldid &nbsp; &nbsp; ftype &nbsp; &nbsp; &nbsp;fdef &nbsp; &nbsp; lcidx &nbsp; &nbsp; lcidy &nbsp; &nbsp; lcidz&lt;br&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp; &nbsp; &nbsp; &nbsp; 1 &nbsp; &nbsp; &nbsp; &nbsp; 1 &nbsp; &nbsp; &nbsp; &nbsp; 4 &nbsp; &nbsp; &nbsp; &nbsp; 2 &nbsp; &nbsp; &nbsp; &nbsp; 4&lt;\/p&gt;<\/p>\n","protected":false},"template":"","class_list":["post-455696","topic","type-topic","status-publish","hentry","topic-tag-ansys-ls-dyna-1","topic-tag-ls_dyna-1"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"I recently noticed something I didn&#039;t understand with the EM_CONTROL_MAGNET keyword. On page 385 of the keyword manual (https:\/\/lsdyna.ansys.com\/wp-content\/uploads\/2025\/04\/LS-DYNA_Manual_Vol_III_R16.pdf) it mentions there are two inputs, both mcomp to turn on the keyword, and ncycm to set the number of cycles. So it would be written like this:*EM_CONTROL_MAGNET$# mcomp ncycm1 100However, when I use lsprepost to\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/\" \/>\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=\"EM_CONTROL_MAGNET syntax issues | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"I recently noticed something I didn&#039;t understand with the EM_CONTROL_MAGNET keyword. On page 385 of the keyword manual (https:\/\/lsdyna.ansys.com\/wp-content\/uploads\/2025\/04\/LS-DYNA_Manual_Vol_III_R16.pdf) it mentions there are two inputs, both mcomp to turn on the keyword, and ncycm to set the number of cycles. So it would be written like this:*EM_CONTROL_MAGNET$# mcomp ncycm1 100However, when I use lsprepost to\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-04-02T21:55:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-04-02T21:55:00+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"EM_CONTROL_MAGNET syntax issues | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I recently noticed something I didn&#039;t understand with the EM_CONTROL_MAGNET keyword. On page 385 of the keyword manual (https:\/\/lsdyna.ansys.com\/wp-content\/uploads\/2025\/04\/LS-DYNA_Manual_Vol_III_R16.pdf) it mentions there are two inputs, both mcomp to turn on the keyword, and ncycm to set the number of cycles. So it would be written like this:*EM_CONTROL_MAGNET$# mcomp ncycm1 100However, when I use lsprepost to\" \/>\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\\\/em_control_magnet-syntax-issues\\\/#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\\\/ls_dyna-1\\\/#listItem\",\"name\":\"ls_dyna\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/ls_dyna-1\\\/#listItem\",\"position\":3,\"name\":\"ls_dyna\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/ls_dyna-1\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/em_control_magnet-syntax-issues\\\/#listItem\",\"name\":\"EM_CONTROL_MAGNET syntax issues\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/em_control_magnet-syntax-issues\\\/#listItem\",\"position\":4,\"name\":\"EM_CONTROL_MAGNET syntax issues\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/ls_dyna-1\\\/#listItem\",\"name\":\"ls_dyna\"}}]},{\"@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\\\/em_control_magnet-syntax-issues\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/em_control_magnet-syntax-issues\\\/\",\"name\":\"EM_CONTROL_MAGNET syntax issues | Ansys Learning Forum\",\"description\":\"I recently noticed something I didn't understand with the EM_CONTROL_MAGNET keyword. On page 385 of the keyword manual (https:\\\/\\\/lsdyna.ansys.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/LS-DYNA_Manual_Vol_III_R16.pdf) it mentions there are two inputs, both mcomp to turn on the keyword, and ncycm to set the number of cycles. So it would be written like this:*EM_CONTROL_MAGNET$# mcomp ncycm1 100However, when I use lsprepost to\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/em_control_magnet-syntax-issues\\\/#breadcrumblist\"},\"datePublished\":\"2026-04-02T21:55:00+00:00\",\"dateModified\":\"2026-04-02T21:55:00+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":"EM_CONTROL_MAGNET syntax issues | Ansys Learning Forum","description":"I recently noticed something I didn't understand with the EM_CONTROL_MAGNET keyword. On page 385 of the keyword manual (https:\/\/lsdyna.ansys.com\/wp-content\/uploads\/2025\/04\/LS-DYNA_Manual_Vol_III_R16.pdf) it mentions there are two inputs, both mcomp to turn on the keyword, and ncycm to set the number of cycles. So it would be written like this:*EM_CONTROL_MAGNET$# mcomp ncycm1 100However, when I use lsprepost to","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/#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\/ls_dyna-1\/#listItem","name":"ls_dyna"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/ls_dyna-1\/#listItem","position":3,"name":"ls_dyna","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/ls_dyna-1\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/#listItem","name":"EM_CONTROL_MAGNET syntax issues"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/#listItem","position":4,"name":"EM_CONTROL_MAGNET syntax issues","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/ls_dyna-1\/#listItem","name":"ls_dyna"}}]},{"@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\/em_control_magnet-syntax-issues\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/","name":"EM_CONTROL_MAGNET syntax issues | Ansys Learning Forum","description":"I recently noticed something I didn't understand with the EM_CONTROL_MAGNET keyword. On page 385 of the keyword manual (https:\/\/lsdyna.ansys.com\/wp-content\/uploads\/2025\/04\/LS-DYNA_Manual_Vol_III_R16.pdf) it mentions there are two inputs, both mcomp to turn on the keyword, and ncycm to set the number of cycles. So it would be written like this:*EM_CONTROL_MAGNET$# mcomp ncycm1 100However, when I use lsprepost to","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/#breadcrumblist"},"datePublished":"2026-04-02T21:55:00+00:00","dateModified":"2026-04-02T21:55:00+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":"EM_CONTROL_MAGNET syntax issues | Ansys Learning Forum","og:description":"I recently noticed something I didn't understand with the EM_CONTROL_MAGNET keyword. On page 385 of the keyword manual (https:\/\/lsdyna.ansys.com\/wp-content\/uploads\/2025\/04\/LS-DYNA_Manual_Vol_III_R16.pdf) it mentions there are two inputs, both mcomp to turn on the keyword, and ncycm to set the number of cycles. So it would be written like this:*EM_CONTROL_MAGNET$# mcomp ncycm1 100However, when I use lsprepost to","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/","article:published_time":"2026-04-02T21:55:00+00:00","article:modified_time":"2026-04-02T21:55:00+00:00","twitter:card":"summary_large_image","twitter:title":"EM_CONTROL_MAGNET syntax issues | Ansys Learning Forum","twitter:description":"I recently noticed something I didn't understand with the EM_CONTROL_MAGNET keyword. On page 385 of the keyword manual (https:\/\/lsdyna.ansys.com\/wp-content\/uploads\/2025\/04\/LS-DYNA_Manual_Vol_III_R16.pdf) it mentions there are two inputs, both mcomp to turn on the keyword, and ncycm to set the number of cycles. So it would be written like this:*EM_CONTROL_MAGNET$# mcomp ncycm1 100However, when I use lsprepost to"},"aioseo_meta_data":{"post_id":"455696","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":"default","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":false,"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":"2026-04-02 22:04:20","updated":"2026-04-02 22:04:20","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\/ls_dyna-1\/\" title=\"ls_dyna\">ls_dyna<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tEM_CONTROL_MAGNET syntax issues\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":"ls_dyna","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/ls_dyna-1\/"},{"label":"EM_CONTROL_MAGNET syntax issues","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/em_control_magnet-syntax-issues\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_forum_id":["27814"],"_bbp_topic_id":["455696"],"_bbp_subscription":["645102","58821"],"_bbp_author_ip":["5.90.100.77"],"_bbp_last_reply_id":["456480"],"_bbp_last_active_id":["456480"],"_bbp_last_active_time":["2026-04-15 08:34:32"],"_bbp_reply_count":["8"],"_bbp_reply_count_hidden":["0"],"_bbp_voice_count":["2"],"_bbp_engagement":["645102","58821"],"_btv_view_count":["249"],"_bbp_topic_status":["unanswered"]},"test":"troy-bakersantannapisa-it"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/455696","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\/455696\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=455696"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}