Figure 9: GNO predictions vs. Ground Truth for unseen wind farm topologies. The model generalizes zero-shot to new layouts.
Standard deep learning (CNNs) struggles with physical systems that have varying topologies, unstructured meshes, or changing boundary conditions. In this work, I supervised the development of a Graph Neural Operator (GNO) designed to act as a surrogate for computational fluid dynamics (CFD) in wind energy.
By embedding a learnable superposition principle into the graph message-passing architecture, we created a model that is discretization-independent. It does not just learn to predict pixels; it learns the underlying solution operator of the physics, allowing it to generalize zero-shot to entirely new farm layouts with varying numbers of turbines.
The Encoder-Processor-Decoder architecture inspired by the NOMAD framework.
The model utilizes a DeepGraphONet architecture within the NOMAD (Nonlinear Manifold Decoders) framework:
This work demonstrates the potential of Operator Learning to replace expensive numerical solvers in engineering loops. It moves beyond "black box" surrogates by enforcing physical inductive biases (like superposition and spatial locality) directly into the neural architecture.