{"id":74564,"date":"2026-06-10T13:56:09","date_gmt":"2026-06-10T17:56:09","guid":{"rendered":"https:\/\/blogs.sw.siemens.com\/simcenter\/?p=74564"},"modified":"2026-06-10T13:56:12","modified_gmt":"2026-06-10T17:56:12","slug":"beyond-the-solver-how-geometric-deep-learning-is-reshaping-cae","status":"publish","type":"post","link":"https:\/\/blogs.sw.siemens.com\/simcenter\/beyond-the-solver-how-geometric-deep-learning-is-reshaping-cae\/","title":{"rendered":"Beyond the solver: How Geometric Deep Learning is reshaping CAE"},"content":{"rendered":"\n<p>If you&#8217;ve spent any time working with CFD or FEA results, you already know that simulation data is not like most data. It doesn&#8217;t sit neatly in rows and columns. It lives on meshes &#8211; complex, irregular, three-dimensional structures where every node has neighbors, every face carries flux, and every element is shaped by its surrounding geometry.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/AI_Hero_4k_5120x2880_GG02-1024x576.png\" alt=\"Two engineers leaning over a digital display table examining a 3D model of a jet engine overlaid with a graph network of nodes and edges, representing mesh-based simulation data in an engineering workspace\\\" class=\"wp-image-74868\" srcset=\"https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/AI_Hero_4k_5120x2880_GG02-1024x576.png 1024w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/AI_Hero_4k_5120x2880_GG02-600x338.png 600w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/AI_Hero_4k_5120x2880_GG02-768x432.png 768w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/AI_Hero_4k_5120x2880_GG02-1536x864.png 1536w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/AI_Hero_4k_5120x2880_GG02-2048x1152.png 2048w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/AI_Hero_4k_5120x2880_GG02-395x222.png 395w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/AI_Hero_4k_5120x2880_GG02-900x506.png 900w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Yet for years, the dominant strategy for applying machine learning to engineering simulation shared a common goal: accelerate or replace expensive numerical solvers by learning the mapping from simulation inputs to outputs. To do this, practitioners flattened rich geometric information into vectors, grids, or point clouds, and hoped that a neural network would figure out the rest.<\/p>\n\n\n\n<p>Sometimes it worked &#8211; but largely on simple, regular geometries where the flattening didn&#8217;t destroy too much structural information, or where the domain was small enough that brute-force approximation was sufficient. In real engineering workflows, with tetrahedral meshes, unstructured CFD grids, and complex boundary conditions, it didn&#8217;t work well enough to trust. This approach wasn&#8217;t just a computational compromise &#8211; it was a fundamental mismatch between the data structure and the model architecture.<\/p>\n\n\n\n<p>The reason is straightforward: standard neural networks are blind to geometry. A fully connected network treats each input as an independent feature, unaware of spatial relationships. Neither architecture was designed with a tetrahedral mesh or an unstructured CFD grid in mind. Convolutional Neural Networks (CNNs) improve on this for image data &#8211; but only because images have a very specific structure: a regular, uniform grid where the notion of &#8220;neighborhood&#8221; is mostly consistent. That assumption breaks entirely on an engineering mesh.<\/p>\n\n\n\n<p>This is precisely the gap that Geometric Deep Learning (GDL) was built to close.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What exactly is Geometric Deep Learning?<\/h2>\n\n\n\n<p>Let&#8217;s be honest &#8211;\u00a0<em>&#8220;Geometric Deep Learning&#8221;<\/em>\u00a0sounds like something a mathematician invented for his PhD thesis. But the core idea is surprisingly elegant.<\/p>\n\n\n\n<p>Traditional deep learning &#8211; the kind powering image recognition, language models, and recommendation engines operates on regular, structured data. Images are grids of pixels. Audio is a sequence of samples. These structures are Euclidean, uniform, and predictable. CNNs thrive here because the notion of &#8220;neighborhood&#8221; is consistent everywhere on the grid.<\/p>\n\n\n\n<p>Engineering geometry is a different beast entirely. A finite element mesh is an irregular graph. A point cloud from a 3D scan is an unordered set. A CAD surface is a manifold. None of these live comfortably on a regular grid. If you try to flatten them into one, as early AI-for-engineering approaches did, you lose the very geometric relationships that make the physics meaningful. You&#8217;re essentially crumpling a map to fit it into a square box, then wondering why the roads don&#8217;t connect.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"648\" height=\"315\" src=\"https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig1_3D-Geometry-Representations-in-Machine-Learning.png\" alt=\"A decision tree diagram titled &quot;How is geometry represented in machine learning?&quot; showing a 3D bracket at the top branching into six geometry representation types: Shape descriptor, Multiview image, Voxels, and Signed distance function under the Euclidean branch; Point cloud and Mesh\/Graph under the Non-Euclidean branch.\" class=\"wp-image-74835\" style=\"object-fit:cover\" srcset=\"https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig1_3D-Geometry-Representations-in-Machine-Learning.png 648w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig1_3D-Geometry-Representations-in-Machine-Learning-600x292.png 600w\" sizes=\"auto, (max-width: 648px) 100vw, 648px\" \/><\/figure><\/div>\n\n\n<p>GDL extends deep learning to these non-Euclidean domains &#8211; graphs, meshes, point clouds, and manifolds &#8211; by building neural networks that respect the underlying geometric structure of the data. The theoretical backbone comes from the concept of symmetry: a well-designed geometric neural network should produce consistent predictions regardless of how you rotate, translate, or renumber the input. This property &#8211; known as&nbsp;equivariance &#8211; is not just mathematically beautiful but also physically essential.<\/p>\n\n\n\n<p>For a simulation engineer&#8217;s honest first encounter with GDL, Ian Symington&#8217;s candid blog post <a>&#8211;&nbsp;<\/a><a href=\"https:\/\/www.nafems.org\/blog\/posts\/from-newton-raphson-to-neural-networks-confessions-of-a-geometric-deep-learning-novice\/#NAFEMS\" target=\"_blank\" rel=\"noopener\">From Newton-Raphson to Neural Networks: Confessions of a Geometric Deep Learning Novice<\/a>&nbsp;on NAFEMS.org is well worth a read. He uses a plate-with-a-hole problem to ground the concepts in something every FEA engineer has encountered.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The engine underneath: Graph Neural Networks<\/h2>\n\n\n\n<p>The elegant insight at the heart of Geometric Deep Learning, formalized by Michael Bronstein, Joan Bruna, Yann LeCun, Arthur Szlam, and Pierre Vandergheynst, and later expanded in the now-famous&nbsp;<em>&#8220;Grids, Groups, Graphs, Geodesics, and Gauges&#8221;<\/em>&nbsp;framework,&nbsp;is &#8211;&nbsp;the right neural network architecture for any domain is the one that respects the symmetries of that domain.<\/p>\n\n\n\n<p>For engineering meshes, the relevant symmetries are clear:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Permutation invariance:<\/strong>&nbsp;the physics doesn&#8217;t change if you renumber your mesh nodes<\/li>\n\n\n\n<li><strong>Rotational and translational equivariance:<\/strong>&nbsp;a stress field on a bracket rotated 45\u00b0 should rotate accordingly, not produce a different answer<\/li>\n\n\n\n<li><strong>Local geometric structure:&nbsp;<\/strong>the behavior at a node depends on its neighbors, their distances, and their relative orientations &#8211; not on some global coordinate<\/li>\n<\/ul>\n\n\n\n<p>Graph Neural Networks (GNNs) are an architecture that naturally encodes these properties. A GNN treats a mesh exactly as what it is: a graph. Nodes represent mesh vertices or cell centers. Edges represent connectivity &#8211; the relationships between neighboring elements. Features at each node (coordinates, pressure, velocity, temperature, or even stress components in coupled simulations) are passed along edges, aggregated, and updated through successive layers of the network. This message-passing mechanism is physically intuitive. It mirrors, in a learned and differentiable way, the same local information exchange that numerical solvers perform when they propagate boundary conditions through a domain, iterate residuals, or march a solution forward in time.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"456\" src=\"https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig2_Graph-Neural-Networks-for-Geometric-Deep-Learning-1024x456.png\" alt=\"A pipeline diagram showing how a 3D CAD model of a structural bracket is processed through Geometric Deep Learning\" class=\"wp-image-74879\" srcset=\"https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig2_Graph-Neural-Networks-for-Geometric-Deep-Learning-1024x456.png 1024w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig2_Graph-Neural-Networks-for-Geometric-Deep-Learning-600x267.png 600w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig2_Graph-Neural-Networks-for-Geometric-Deep-Learning-768x342.png 768w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig2_Graph-Neural-Networks-for-Geometric-Deep-Learning-900x400.png 900w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig2_Graph-Neural-Networks-for-Geometric-Deep-Learning.png 1099w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The key advantage is speed. A trained GNN can evaluate a new geometry in seconds to minutes, compared to hours for a traditional CFD or FEA solver. But speed alone is not sufficient. The point is that a GNN is\u00a0<em>aware<\/em>\u00a0of the mesh. It knows which nodes are adjacent. It knows the edge lengths, face normals, and local curvature. It can learn that the physics near a sharp trailing edge behaves differently from the physics in a smooth freestream region &#8211; not because you told it so explicitly, but because the geometry of the graph encodes that information.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The industrial impact: From days to seconds<\/h2>\n\n\n\n<p>Let&#8217;s ground this in engineering reality.<\/p>\n\n\n\n<p>A mechanical engineer is optimizing a control arm for an electric vehicle. The design space involves dozens of geometric parameters &#8211; wall thickness, fillet radii, rib configurations. Each design variant requires a full nonlinear FEA run. Even on a powerful HPC cluster, a single run takes 2 &#8211; 4 hours. Exploring 500 design variants? That&#8217;s months of compute time and significant cost.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"306\" src=\"https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig3_Suspension-control-arm-1024x306.jpg\" alt=\"A sequence of images of a suspension control arm showing a progression from a wireframe CAD outline on the left, through four intermediate mesh-based stress field predictions displayed in multicolor heat maps ranging from red to blue, to a final photorealistic silver metallic bracket on the right.\" class=\"wp-image-74837\" srcset=\"https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig3_Suspension-control-arm-1024x306.jpg 1024w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig3_Suspension-control-arm-600x179.jpg 600w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig3_Suspension-control-arm-768x229.jpg 768w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig3_Suspension-control-arm-900x269.jpg 900w, https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig3_Suspension-control-arm.jpg 1440w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>With a GDL surrogate trained on a representative set of simulations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>New geometry variants are evaluated in&nbsp;seconds, not hours<\/li>\n\n\n\n<li>Full-field&nbsp;stress and displacement predictions are available across the entire mesh &#8211; not just scalar outputs<\/li>\n\n\n\n<li>Design optimization loops that once took weeks now complete overnight<\/li>\n\n\n\n<li>Engineers spend time on&nbsp;insight and decision-making, not waiting for solvers<\/li>\n<\/ul>\n\n\n\n<p>The same story plays out across disciplines: aerodynamic shape optimization in CFD demands thousands of solver evaluations, and the same is true in thermal management, electromagnetics, and acoustics. This is where the concept of&nbsp;field prediction&nbsp;becomes critical: rather than returning a single drag coefficient or a peak temperature, a GDL model returns a full spatial distribution of pressure, velocity, or temperature across every node of an unstructured mesh. It&#8217;s solver-quality output, delivered at surrogate speed. <\/p>\n\n\n\n<p>For a closer look at how GNNs handle exactly this in practice &#8211; navigating unstructured CFD meshes and producing field-level results that slot directly into post-processing workflows, the Simcenter blog post&nbsp;<a href=\"https:\/\/blogs.sw.siemens.com\/simcenter\/geometric-deep-learning-for-cfd\/\">Geometric Deep Learning for CFD<\/a>&nbsp;walks through the mechanics with the kind of detail that makes it click.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https:\/\/videos.mentor-cdn.com\/mgc\/videos\/5400\/e7190a8c-fde2-4ea4-921f-18eacebbc699-en-US-video.mp4\"><\/video><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">The generalization question (because someone always asks)<\/h2>\n\n\n\n<p>The most common skepticism about AI surrogates in engineering is generalization:&nbsp;<em>&#8220;Sure, it works on the training geometries. What about something genuinely new?&#8221;<\/em>&nbsp;It&#8217;s a fair challenge. Early surrogate approaches, particularly those based on fixed-input-size neural networks or regression on geometry parameters, generalized poorly. A model trained on one design family would often fail badly on even modestly different shapes.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"563\" height=\"244\" src=\"https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/Fig5_STAR-CCMPhysicsAI_Capability.png\" alt=\"Simcenter STAR-CCM+ showing geometry similarity scores for 3D vehicle models compared to a reference SUV: AeroSUV scores 0.98, Tesla Cybertruck scores 0.0, F1 car scores 0.285, and a rectangular block scores 0.1.\" class=\"wp-image-74836\"\/><\/figure><\/div>\n\n\n<p>GDL architectures handle this more gracefully, for a structural reason. Because they operate on graphs and meshes rather than fixed-size vectors, they can be designed to be geometry-aware, encoding spatial relationships such as distances, angles, and surface normals directly into the message-passing process. This means the same model weights can be applied to meshes with different node counts, connectivity patterns, and, to a significant degree, different topologies &#8211; provided the test cases fall within the physical regime, geometry range, and boundary condition space represented in the training data.<\/p>\n\n\n\n<p>That generalization has limits, of course. A GNN trained on external aerodynamics won&#8217;t spontaneously understand internal combustion. But within the physics domain, transfer learning capability is meaningfully stronger than before, and with targeted fine-tuning on a modest number of new simulations, these models can adapt to new geometry families at a fraction of the cost of retraining from scratch. In industrial deployment, where generating training data is always the bottleneck, that efficiency is decisive.<\/p>\n\n\n\n<p>GDL doesn&#8217;t replace the physics solver. It learns from it, distills its knowledge, and deploys that knowledge at unprecedented speed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">So where does Simcenter PhysicsAI come in?<\/h2>\n\n\n\n<p>What makes this moment genuinely exciting is that GDL is no longer confined to academic papers and conference proceedings. It is arriving now, in production-grade engineering software, ready to be used by simulation engineers, not just AI researchers.<\/p>\n\n\n\n<p>The transition from&nbsp;<em>&#8220;interesting research&#8221;<\/em>&nbsp;to&nbsp;<em>&#8220;tool I can use on Monday morning&#8221;<\/em>&nbsp;is the hardest leap in any technology&#8217;s lifecycle. It requires not just algorithmic innovation but deep integration with existing CAE workflows, robust training pipelines, and the kind of validation rigor that engineering demands. That transition is happening and faster than most people in the industry realize.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.siemens.com\/en-us\/products\/simcenter\/engineering-data-science-ai\/physicsai\/\" target=\"_blank\" rel=\"noopener\">Simcenter PhysicsAI<\/a>&nbsp;is purpose-built to bring the full power of GDL into the hands of practicing engineers. A few things worth highlighting, because they reflect genuine engineering decisions, not just marketing checkboxes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Native mesh compatibility:<\/strong> Simcenter&nbsp;PhysicsAI operates directly on the FEA and CFD meshes your solvers already work on &#8211; no voxelization, no geometric approximation, no fidelity loss. The simulation assets you have already built become your training data.<\/li>\n\n\n\n<li><strong>Solver-agnostic by design:<\/strong> Whether your simulation history comes from Simcenter Optistruct, Simcenter Radioss, Simcenter Star-CCM+, Simcenter Feko, Simcenter Flux, Simcenter Nastran, or other industry-standard solvers, Simcenter PhysicsAI learns from it. There is no requirement to standardize on a single solver stack or rebuild existing workflows.<\/li>\n\n\n\n<li><strong>Seamless integration with CAE ecosystem: <\/strong>Simcenter PhysicsAI lives inside Simcenter Hypermesh, Simcenter Star-CCM+, Simcenter Simlab and Simcenter Inspire &#8211; the environments your engineers already use and trust. Model training, validation, and deployment happen without a separate ML platform to procure, a data export pipeline to build, or any context switching between tools.<\/li>\n\n\n\n<li><strong>Full-field output:<\/strong> The output of a Simcenter PhysicsAI surrogate is a spatially distributed field &#8211; stress, pressure, temperature, velocity at every node, not just scalars. Same format as a solver output, fitting naturally into post-processing workflows and giving engineers the spatial insight they need to make real design decisions.<\/li>\n\n\n\n<li><strong>Design exploration at scale: <\/strong>At seconds per evaluation, Simcenter PhysicsAI surrogates integrate directly into parametric studies, optimization loops, and digital twin workflows, enabling systematic design space exploration that transforms product development from iterative refinement into genuine optimization. The focus shifts from compute to engineering judgment, which is exactly where it should be.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https:\/\/videos.mentor-cdn.com\/mgc\/videos\/2500\/aa14f6be-8e13-45af-8c39-563afbc17d76-en-US-video.mp4\"><\/video><\/figure>\n\n\n\n<p>None of this requires a profound machine learning background to use. The underlying GDL architecture handles the geometric complexity, empowering the engineer to stay in control of the decisions that truly matter.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Shape your future with Simcenter PhysicsAI<\/h2>\n\n\n\n<p>The organizations that will lead their industries in the next decade are not necessarily those with the most powerful solvers or the largest HPC estates. They are the ones that learn to extract maximum insight from their simulation investments &#8211; compressing design cycles, expanding the solution space they can realistically explore, and deploying engineering talent where it creates the most value.<\/p>\n\n\n\n<p>If you are curious about how GDL applies to your specific simulation domain &#8211; structural, CFD, thermal, electromagnetic, or manufacturing, the best starting point is your own legacy simulation data. Simcenter PhysicsAI gives you the intelligence &#8211; faster, at greater scale, and with a depth of insight that traditional simulation alone could never deliver.<\/p>\n\n\n\n<p><em>Have questions about deploying AI surrogates in your CAE workflow? Drop a comment below or connect with your local Siemens pre-sales experts to start your journey towards the next generation of AI-powered engineering.<\/em><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover how Geometric Deep Learning and Graph Neural Networks power Simcenter PhysicsAI to cut CFD &#038; FEA simulation time from days to seconds.<\/p>\n","protected":false},"author":122852,"featured_media":74877,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spanish_translation":"","french_translation":"","german_translation":"","italian_translation":"","polish_translation":"","japanese_translation":"","chinese_translation":"","footnotes":""},"categories":[1,179],"tags":[64137,242,243,64136,64102,64135,86],"industry":[125,89,63664,145,155,160],"product":[],"coauthors":[64079],"class_list":["post-74564","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","category-product-updates","tag-ai-powered-engineering","tag-computational-fluid-dynamics-cfd","tag-computer-aided-engineering-cae","tag-geometric-deep-learning","tag-machine-learning","tag-simcenter-physicsai","tag-simulation","industry-aerospace-defense","industry-automotive-transportation","industry-battery","industry-electronics-semiconductors","industry-industrial-machinery-heavy-equipment","industry-marine"],"featured_image_url":"https:\/\/blogs.sw.siemens.com\/wp-content\/uploads\/sites\/6\/2026\/05\/altair_physicsai-studio_why-2.jpg","_links":{"self":[{"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/posts\/74564","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/users\/122852"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/comments?post=74564"}],"version-history":[{"count":5,"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/posts\/74564\/revisions"}],"predecessor-version":[{"id":75447,"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/posts\/74564\/revisions\/75447"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/media\/74877"}],"wp:attachment":[{"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/media?parent=74564"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/categories?post=74564"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/tags?post=74564"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/industry?post=74564"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/product?post=74564"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/blogs.sw.siemens.com\/simcenter\/wp-json\/wp\/v2\/coauthors?post=74564"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}