Papers
Topics
Authors
Recent
Search
2000 character limit reached

Temperature Field Reconstruction of Tungsten Monoblock Divertor on EAST using Physics-aware Neural Operator Transformer

Published 30 Jun 2026 in cs.CV, cs.AI, and cs.LG | (2606.31574v1)

Abstract: Accurate modeling of the divertor temperature field is essential for preventing material melting and damage and for extending the service life of fusion devices. However, conventional numerical methods, such as the Finite Element Method (FEM), are computationally expensive and therefore unsuitable for real-time applications. Therefore, a fast and generalizable method is required for real-time reconstruction of the divertor temperature field and subsequent real-time control. To address the above issue, we propose a Physics-aware Neural Operator Transformer (PNOT) to characterize the spatiotemporal evolution of the divertor temperature field. It models boundary heat-flux relations as a structured graph and employs graph attention to explicitly capture spatial physical dependencies. Inspired by physics-aware attention, we further develop a physics-aware neural operator module to aggregate query points with similar physical conditions via slicing and model heat diffusion, while a gradient-constrained Sobolev regularization loss enforces consistency between function values and their derivatives. Experimental results show that these physical constraints improve prediction accuracy while preserving physical consistency. The source code of this paper will be released on https://github.com/Event-AHU/OpenFusion

Summary

  • The paper introduces PNOT, a model that integrates structured boundary encoding and a gradient-constrained Sobolev loss for accurate temperature field reconstruction.
  • It employs a novel hybrid attention mechanism combining global slice-based and local heat graph propagation to capture both long-range and fine spatial dependencies.
  • Experimental results on FEM-simulated data demonstrate a 61.9% error reduction, robust generalization, and enhanced performance under diverse heat-flux scenarios.

Physics-aware Neural Operator Transformer for Divertor Temperature Field Reconstruction

Motivation and Problem Formulation

The modeling of temperature fields in plasma-facing components of nuclear fusion devices is pivotal for operational safety and device longevity. In particular, the tungsten monoblock divertor on EAST faces highly localized thermal loading, necessitating rapid temperature field reconstruction for real-time monitoring and control. FEM approaches, while accurate, are computationally prohibitive for online inference. Machine learning surrogates, including PINNs and neural operators, have shown promise; however, prior approaches either compress spatial boundary conditions, lack explicit local heat propagation, or fail to enforce gradient regularization. This work introduces a Physics-aware Neural Operator Transformer (PNOT) for spatiotemporal PDE operator learning, mapping boundary heat flux and global operating conditions to temperature fields.

Model Architecture

Structured Input Encoding

PNOT encodes both global and boundary conditions as structured token sequences: global tokens are learned via an embedding of operating parameters, while boundary heat flux samples form a local graph, with nodes representing spatial sampling points and edges modeling geometric proximity and heat flux differences. Edge-aware bias is incorporated in the graph attention to retain spatial correlations of the boundary, improving the physical fidelity of downstream temperature predictions.

Query Point Embedding and Attention

Spatial query coordinates are embedded into position tokens. Cross-attention fuses query features with boundary and global condition tokens, constructing a hybrid memory representation. This enables condition-aware temperature estimation at arbitrary spatial-temporal query locations.

Physics Enhancement Modules

PNOT introduces two complementary mechanisms: (a) a global slice-based physics attention mechanism, grouping query points into latent states by physical similarity and facilitating global dependencies through slice attention/desslice operations; (b) a local Heat Graph Propagation module, constructing a KNN graph over query coordinates and propagating distance-weighted feature differences via Laplacian-style diffusion. Local spatial gradients are preserved through gated residual message passing.

Gradient-Constrained Sobolev Loss

Physical consistency is enforced by a graph-based Sobolev regularization term, penalizing predicted-versus-ground-truth directional gradient discrepancies along KNN graph edges. This joint optimization of solution values and spatial gradients regularizes local smoothness and improves out-of-distribution generalization. The training objective combines mean squared error with the Sobolev loss weighted by a tradeoff hyperparameter.

Experimental Validation

Dataset and Metrics

The evaluation leverages a finite-element-generated dataset simulating transient temperature fields in the EAST divertor under ten heat-source power levels (1โ€“10 MW) and diverse boundary heat-flux configurations. Each sample contains thousands of spatial nodes and temporal snapshots, with boundary heat flux discretized across 53 points. Metrics include relative L2, rMAE, rRMSE, and MAE.

Comparative Performance

PNOT achieves the lowest error rates across all metrics compared to a comprehensive suite of operator learning baselines (DeepONet, LNO, WNO, FNO, GNOT, Transolver, DPOT, TNO, RIGNO, etc.). For example, the reported relative L2 error is $0.0008$, outperforming the next-best model by a significant margin. Notably, PNOT demonstrates superior preservation of temperature gradients and robust generalization under unseen heat-flux scenarios.

Ablation Results

Component analysis confirms additive benefits from structured boundary encoding, Sobolev loss, and physics-aware modules. The combination produces a 61.9% error reduction versus baseline, indicating synergistic gains in both accuracy and physical consistency. Experiments optimizing block depth and KNN neighborhood size show optimal performance at three stacked PNOT blocks and K=8K=8 neighbors, with performance degradation observed beyond these thresholds.

Visual and Error Analysis

Temporal and spatial reconstructions exhibit high fidelity to FEM solutions, with absolute errors concentrated near boundaries and regions of steep temperature gradients. Variability across parameter yiy_i configurations is accurately captured, affirming model robustness to complex control parameter distributions.

Practical and Theoretical Implications

PNOT represents an advance in the application of neural operators to engineering PDEs by explicitly encoding structured boundary relationships and enforcing local/gradient-level physical priors. The model's speed, accuracy, and generalization facilitate integration into real-time fusion device monitoring and feedback control systems, with the potential for deployment in more complex or noisy experimental regimes. Theoretically, the adoption of slice attention and graph-based diffusion modules demonstrates the importance of incorporating both global latent state and local spatial coupling in operator learning architectures.

Limitations include reliance on finite-element simulated data and two-dimensional modeling assumptions; extension to real-world three-dimensional measurements and full-coupled multi-physics is needed for thorough applicability. Generalization across diverse device architectures has yet to be established.

Conclusion

The presented work introduces a Physics-aware Neural Operator Transformer for efficient temperature field reconstruction in the EAST tungsten monoblock divertor. By integrating structured boundary representation, physics-guided attention, spatial heat diffusion modeling, and gradient-constrained optimization, the model outperforms established neural operator baselines in accuracy and physical consistency. The architecture is validated for fast inference and strong generalization to unseen heat-flux and control parameter conditions. Future work will focus on validating the approach against empirical measurements and complex, high-dimensional scenarios, broadening its impact on real-world fusion engineering and operator learning for scientific PDEs.


Citation: "Temperature Field Reconstruction of Tungsten Monoblock Divertor on EAST using Physics-aware Neural Operator Transformer" (2606.31574)

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.