Back to Projects

Surrogate Model Training

ML-based surrogate models that replace expensive FEM simulations—near real-time predictions with controlled accuracy.

A B2B reference: we train surrogates from your simulation data so design exploration, optimisation, and digital twins run in milliseconds instead of hours.

Surrogate models in brief

A surrogate model is a machine learning model trained on simulation results (e.g. FEM, CFD) to approximate their output. Once trained, it predicts result fields—stress, displacement, temperature—in milliseconds instead of hours.

This unlocks workflows that are infeasible with the full solver alone: large parameter sweeps, design optimisation, real-time decision support, and interactive digital twins.

Surrogates do not replace the underlying physics. They complement it: the high-fidelity solver remains the source of truth, the surrogate provides speed where it matters.

Key advantages

  • Inference in milliseconds—instead of minutes or hours per FEM run—enabling interactive design exploration and large parameter studies.
  • Cost savings: solve once, predict many times. The trained model replaces thousands of expensive simulation runs.
  • Integration into optimisation loops, digital twins, and live dashboards where full FEM is too slow to be useful.

Limitations to plan for

  • Quality depends on training data: gaps in the parameter space lead to unreliable predictions—coverage and sampling strategy matter.
  • Extrapolation beyond the training range is risky. Surrogates approximate; they do not invent new physics.
  • Requires validation against the original solver to quantify error bounds and identify regions where retraining or refinement is needed.

Example: stress field prediction

From FEM solver to instant prediction

We train a neural surrogate on a dataset of FEM simulations of a structural component under varying loads and geometries. The model learns the mapping from input parameters to the full stress field. The image below shows a typical FEM result—mechanical stress magnitude on a bracket geometry—exactly the kind of output the surrogate reproduces in milliseconds.

FEM simulation result showing mechanical stress magnitude distribution on a structural bracket, with a colour scale from blue (low stress) to red (high stress)
FEM simulation of mechanical stress on a structural bracket—the high-fidelity ground truth used to train the surrogate.

Speed up your simulation workflows