{"id":161994,"date":"2023-01-25T07:28:25","date_gmt":"2023-01-25T07:28:25","guid":{"rendered":"\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/"},"modified":"2023-07-31T12:36:15","modified_gmt":"2023-07-31T12:36:15","slug":"question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows","status":"publish","type":"topic","link":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/","title":{"rendered":"Question How to run CFX 19.2 solver from command line on Linux or Windows?"},"content":{"rendered":"<p>Answer:  The steps below assume that ANSYS CFX 19.2 is installed on a supported operating system and no firewalls are blocking communication across multiple computers is that is in use, CFX and HPC licenses are available. This Solution could be reused for other recent versions going back to 18.2 with changes to the v### in the path  This also assumes you have working knowledge of Command Prompt on Windows OR terminal on Linux. If you are not comfortable with command lines, please request assistance from your Organization&#8217;s IT administrator.  Installation and Paths   On Windows     Default Installation path is     C:Program FilesANSYS Inc     and CFX solver is in     C:Program FilesANSYS Incv192CFXbin     You can try including this to the PATH or use the full path to cfx5solve        On Linux if \/ansys_inc softlink was created to the installation location then below is the path to cfx5solve     \/ansys_inc\/v192\/CFX\/bin\/  Test model and working directory     Create a Working Directory preferable a path without spaces or special characters        on Windows     say C:tempcfxtesttest1        on Linux try \/home\/cfxtest          Copy the example file below to the working directory in above        Windows     C:     cd tempcfxtesttest1     copy &#8220;C:Program FilesANSYS Incv192CFXexamplesStaticMixer.def&#8221; .             Linux     cd \/home     cp \/ansys_inc\/v192\/CFX\/examples\/StaticMixer.def .\/         Here are the steps to run CFX solver in different modes  Serial Mode, uses 1 core   On Windows     &#8220;C:Program FilesANSYS Incv192CFXbincfx5solve.exe&#8221; -batch -serial -def StaticMixer.def      On Linux     \/ansys_inc\/v192\/CFX\/bin\/cfx5solve -batch -serial -def StaticMixer.def           Local machine only (Shared Memory Parallel) on one node change the command line flags to            -batch -par -def StaticMixer.def -par-local -part 10      Local machine only (Distributed Memory Parallel) on one node change the command line flags to       -batch -par -def StaticMixer1.def -par-dist &#8220;node01*2&#8221;      NOTE: if you are on a headnode or loginhnode say hostname node00, then do not run the above from node00.   ssh to node01 and run from there.   The first node in the list should be the node you are running the command line from.          To run across nodes on Linux  On Linux passwordless ssh needs to be enabled.       -batch -par -def StaticMixer1.def -par-dist &#8220;node01*2,node02*2&#8221;     To force a particular start method from command line, this example shows Intel MPI distributed Parallel       -batch -par -def StaticMixer1.def -par-dist &#8220;node01*2&#8221; -start-method &#8220;Intel MPI Distributed Parallel&#8221;  For Debugging purposes add flag &#8220;-v&#8221; at the beginning without quotes  To stop an existing solve say the first run, you can use the command. Be sure to run the command in the folder which contains the directory being referenced.  Windows  &#8220;C:Program FilesANSYS Incv19.xCFXbincfx5stop.exe&#8221; -directory StaticMixer_001.dir  Linux     \/ansys_inc\/v19.x\/CFX\/bin\/cfx5stop -directory StaticMixer_001.dir  To run Distributed Parallel Across multiple Windows machines from the CFX GUI  using IBM or Intel MPI see ANSYS Customer portal Knowledge Materials listed below  Solution: 2053013 Configuring and Launching ANSYS CFX 19.x &#8211; Distributed using IBM MPI or Intel MPI     https:\/\/support.ansys.com\/AnsysCustomerPortal\/en_us\/Knowledge+Resources\/Solutions\/CFX%20-%20SYS\/2053013      Solution: 2050944 Configuring and Launching ANSYS CFX 18.x &#8211; Distributed using IBM MPI or Intel MPI   https:\/\/support.ansys.com\/AnsysCustomerPortal\/en_us\/Knowledge+Resources\/Solutions\/CFX%20-%20SYS\/2050944  For detailed information please refer &#8220;Chapter 13: Starting the CFX-Solver from the Command Line&#8221; https:\/\/ansyshelp.ansys.com\/account\/secured?returnurl=\/Views\/Secured\/corp\/v192\/cfx_solv\/i1304872.html  If you are running CFX on a Windows HPC cluster then the following is the command line to use:  &#8220;\\headnodeANSYS Incv191CFXbincfx5solve.exe&#8221; -chdir &#8220;\\headnodeshared_directory&#8221; -def &#8220;\\headnodeshared_directoryStaticMixer.def&#8221; -part 20 -start-method &#8220;Submit to Windows HPC Queue&#8221;  If you have a node group defined you will need to add this line to the start up script: -node-group=&#8221;Node_Group_Name&#8221;  Also, see Solution # 2053008 for configuring CFX on a Windows cluster.  https:\/\/support.ansys.com\/AnsysCustomerPortal\/en_us\/Knowledge+Resources\/Solutions\/CFX%20-%20SYS\/2053008.<\/p>\n","protected":false},"template":"","class_list":["post-161994","topic","type-topic","status-publish","hentry","topic-tag-2019-r1","topic-tag-cfx","topic-tag-cfx-sys","topic-tag-command-line","topic-tag-hpc-parallel","topic-tag-installation-licensing-systems","topic-tag-launch","topic-tag-n-a"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Answer: The steps below assume that ANSYS CFX 19.2 is installed on a supported operating system and no firewalls are blocking communication across multiple computers is that is in use, CFX and HPC licenses are available. This Solution could be reused for other recent versions going back to 18.2 with changes to the v### in\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/\" \/>\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 Knowledge | Ansys Innovation Space\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Question How to run CFX 19.2 solver from command line on Linux or Windows? | Ansys Knowledge\" \/>\n\t\t<meta property=\"og:description\" content=\"Answer: The steps below assume that ANSYS CFX 19.2 is installed on a supported operating system and no firewalls are blocking communication across multiple computers is that is in use, CFX and HPC licenses are available. This Solution could be reused for other recent versions going back to 18.2 with changes to the v### in\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-01-25T07:28:25+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-07-31T12:36:15+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Question How to run CFX 19.2 solver from command line on Linux or Windows? | Ansys Knowledge\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Answer: The steps below assume that ANSYS CFX 19.2 is installed on a supported operating system and no firewalls are blocking communication across multiple computers is that is in use, CFX and HPC licenses are available. This Solution could be reused for other recent versions going back to 18.2 with changes to the v### in\" \/>\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\\\/knowledge\\\/forums\\\/topic\\\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/topics\\\/#listItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic-tag\\\/cfx\\\/#listItem\",\"name\":\"cfx\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic-tag\\\/cfx\\\/#listItem\",\"position\":3,\"name\":\"cfx\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic-tag\\\/cfx\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic\\\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\\\/#listItem\",\"name\":\"Question How to run CFX 19.2 solver from command line on Linux or Windows?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic\\\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\\\/#listItem\",\"position\":4,\"name\":\"Question How to run CFX 19.2 solver from command line on Linux or Windows?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic-tag\\\/cfx\\\/#listItem\",\"name\":\"cfx\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/#organization\",\"name\":\"Ansys Knowledge\",\"description\":\"Ansys Innovation Space\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic\\\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic\\\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\\\/\",\"name\":\"Question How to run CFX 19.2 solver from command line on Linux or Windows? | Ansys Knowledge\",\"description\":\"Answer: The steps below assume that ANSYS CFX 19.2 is installed on a supported operating system and no firewalls are blocking communication across multiple computers is that is in use, CFX and HPC licenses are available. This Solution could be reused for other recent versions going back to 18.2 with changes to the v### in\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic\\\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\\\/#breadcrumblist\"},\"datePublished\":\"2023-01-25T07:28:25+00:00\",\"dateModified\":\"2023-07-31T12:36:15+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/#website\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/\",\"name\":\"Ansys Knowledge\",\"description\":\"Ansys Innovation Space\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Question How to run CFX 19.2 solver from command line on Linux or Windows? | Ansys Knowledge","description":"Answer: The steps below assume that ANSYS CFX 19.2 is installed on a supported operating system and no firewalls are blocking communication across multiple computers is that is in use, CFX and HPC licenses are available. This Solution could be reused for other recent versions going back to 18.2 with changes to the v### in","canonical_url":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge#listItem","position":1,"name":"Home","item":"https:\/\/innovationspace.ansys.com\/knowledge","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/topics\/#listItem","position":2,"name":"Topics","item":"https:\/\/innovationspace.ansys.com\/knowledge\/topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic-tag\/cfx\/#listItem","name":"cfx"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic-tag\/cfx\/#listItem","position":3,"name":"cfx","item":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic-tag\/cfx\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/#listItem","name":"Question How to run CFX 19.2 solver from command line on Linux or Windows?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/#listItem","position":4,"name":"Question How to run CFX 19.2 solver from command line on Linux or Windows?","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic-tag\/cfx\/#listItem","name":"cfx"}}]},{"@type":"Organization","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/#organization","name":"Ansys Knowledge","description":"Ansys Innovation Space","url":"https:\/\/innovationspace.ansys.com\/knowledge\/"},{"@type":"WebPage","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/#webpage","url":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/","name":"Question How to run CFX 19.2 solver from command line on Linux or Windows? | Ansys Knowledge","description":"Answer: The steps below assume that ANSYS CFX 19.2 is installed on a supported operating system and no firewalls are blocking communication across multiple computers is that is in use, CFX and HPC licenses are available. This Solution could be reused for other recent versions going back to 18.2 with changes to the v### in","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/knowledge\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/#breadcrumblist"},"datePublished":"2023-01-25T07:28:25+00:00","dateModified":"2023-07-31T12:36:15+00:00"},{"@type":"WebSite","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/#website","url":"https:\/\/innovationspace.ansys.com\/knowledge\/","name":"Ansys Knowledge","description":"Ansys Innovation Space","inLanguage":"en-US","publisher":{"@id":"https:\/\/innovationspace.ansys.com\/knowledge\/#organization"}}]},"og:locale":"en_US","og:site_name":"Ansys Knowledge | Ansys Innovation Space","og:type":"article","og:title":"Question How to run CFX 19.2 solver from command line on Linux or Windows? | Ansys Knowledge","og:description":"Answer: The steps below assume that ANSYS CFX 19.2 is installed on a supported operating system and no firewalls are blocking communication across multiple computers is that is in use, CFX and HPC licenses are available. This Solution could be reused for other recent versions going back to 18.2 with changes to the v### in","og:url":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/","article:published_time":"2023-01-25T07:28:25+00:00","article:modified_time":"2023-07-31T12:36:15+00:00","twitter:card":"summary_large_image","twitter:title":"Question How to run CFX 19.2 solver from command line on Linux or Windows? | Ansys Knowledge","twitter:description":"Answer: The steps below assume that ANSYS CFX 19.2 is installed on a supported operating system and no firewalls are blocking communication across multiple computers is that is in use, CFX and HPC licenses are available. This Solution could be reused for other recent versions going back to 18.2 with changes to the v### in"},"aioseo_meta_data":{"post_id":"161994","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":"2025-10-17 19:34:19","updated":"2026-07-29 06:46:07","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\/knowledge\" 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\/knowledge\/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\/knowledge\/forums\/topic-tag\/cfx\/\" title=\"cfx\">cfx<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tQuestion How to run CFX 19.2 solver from command line on Linux or Windows?\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/knowledge"},{"label":"Topics","link":"https:\/\/innovationspace.ansys.com\/knowledge\/topics\/"},{"label":"cfx","link":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic-tag\/cfx\/"},{"label":"Question How to run CFX 19.2 solver from command line on Linux or Windows?","link":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/question-how-to-run-cfx-19-2-solver-from-command-line-on-linux-or-windows\/"}],"acf":[],"custom_fields":[{"0":{"_wp_page_template":["default"],"_bbp_forum_id":["153867"],"_bbp_last_active_time":["1-24-2023  20:20:24"],"_bbp_author_ip":["23.56.168.180"],"_btv_view_count":["2451"],"siebel_km_number":["2058745"],"product_version":["2019 R1"],"km_published_date":["2019-03-29T06:34:03.000Z"],"family":["Installation\/Licensing\/Systems"],"application_name":["CFX - SYS"]},"test":"articlesansys-com"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/topics\/161994","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/topics"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/topics\/161994\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/media?parent=161994"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}