- The paper introduces invertible neural networks (INNs) that transform performance targets into multiple feasible combustor designs with high precision.
- It combines detailed CFD simulations and surrogate models to robustly map design parameters to performance labels across a diverse dataset.
- Results demonstrate reduced numerical errors and enhanced design diversity, outperforming Gaussian Process baselines for scalable exploration.
Generative Design of Gas Turbine Combustors via Invertible Neural Networks
Motivation and Background
The transition to zero carbon emissions in large-scale power generation necessitates significant advances in gas turbine combustor design. Specifically, the shift to fuel-flexible turbines capable of burning 100% H2​ in premix mode introduces pronounced challenges in ensuring stable combustion, low NOx​ emissions, and avoiding flashback. Conventional iterative design approaches, which rely heavily on parametric sweeps and computational fluid dynamics (CFD) simulations, are insufficiently scalable for the extensive design space, and often produce only a single viable design rather than exposing a range of alternatives. Legacy surrogate models, though expediting performance estimation, retain the forward-only paradigm and do not allow for prompt inversion from performance targets to feasible design parameters.
Generative AI, specifically invertible neural networks (INNs), are positioned to fundamentally alter this workflow. INNs, built on normalizing flows and affine coupling architectures, allow accurate modeling of conditional distributions of parameter vectors given performance targets. Consequently, the inverse design problem is re-cast as density estimation and generative inference, allowing rapid generation of multiple alternative geometries that comply with specified performance criteria. This paradigm enables the transfer of design knowledge across different engine classes and facilitates the inclusion of manufacturing and economic criteria by presenting a catalogue of feasible solutions.
Figure 1: Generative design workflow, mapping requirements to multiple geometry alternatives via INN.
Dataset Generation and Physical Modeling
The foundational dataset comprises parametrized combustor geometries, each defined by six independent parameters: ratio of free area at vortex generators (RA​), number of fuel injection holes (NH​), premixing tube diameter (DM​), ratio of lance to tube diameter (RD​), length-to-diameter ratio of the premixing tube (RL​), and combustor plenum length (LP​).
CFD and acoustic network simulation tools (Siemens STAR-CCM+, GeneAC) are employed to obtain three performance labels for each design: pressure loss (Δpt,rel​), unmixedness (UM​), and thermoacoustic growth rate (x​0). These labels are critical for assessing efficiency, emissions, and stability.
The CFD mesh features polyhedral elements and targeted refinement in regions of interest, with steady-state RANS and FGM combustion models applied to capture relevant phenomena. Thermoacoustic analysis via the x​1-x​2 model provides direct mapping from geometry to stability metrics.
Figure 2: Overview of parameterized combustor geometry, illustrating roles of x​3 in workflow.
Figure 3: Velocity x​4, progress variable x​5, and mixing quality visualizations for an exemplary flow field.
Figure 4: Quarter wave mode (86 Hz) profile from acoustic simulation.
Figure 5: Three quarter wave mode (204 Hz) profile from acoustic simulation.
1295 unique data points are generated via Latin Hypercube sampling, ensuring uniform exploration of the design space. Parameter-label relationships reveal strong nonlinear dependencies, particularly between x​6, x​7, and both pressure loss and unmixedness, underpinning the need for flexible modeling architecture.
Figure 6: Scatter plot showing design parameter-label relationships and stability boundaries across dataset.
Invertible Neural Networks: Methodology
The inverse design problem is characterized by information loss—multiple distinct parameter vectors can yield identical performance labels, precluding direct inversion. INNs address this by learning a bijective mapping from the high-dimensional parameter space to the combined space of labels and latent variables (x​8), which encode the hidden degrees of freedom.
Training of INNs proceeds in both forward (parameter to label) and backward (label plus latent to parameter) directions. Forward losses are enforced via MSE (for labels) and MMD (for latent distributions), while backward losses are exclusively MMD-based. The affine coupling block architecture ensures computational tractability and invertibility, with alternating blocks and coordinate permutations enhancing variable interdependence.
Figure 7: INN motivation—latent variable x​9 resolves multiplicity in inverse mapping problem.
Figure 8: INN training in both directions, detailing losses and flow of information.
Figure 9: Operations within a coupling block, elucidating invertible computation in forward/backward passes.
Universal approximation guarantees for INNs ensure feasibility in capturing the requisite mapping [ardizzone2018analyzing, ishikawa2023universal].
Implementation, Tuning, and Data Augmentation
The INN is constructed with ten coupling blocks, each with subfunctions as three-layer feedforward networks (115 neurons, ReLU activations). Training leverages the Hyperband algorithm for hyperparameter search, SMAC3 for Bayesian optimization, and Adam optimizer with tuned loss weightings.
A crucial aspect is the use of surrogate models—deep networks trained to emulate CFD and acoustic simulation outputs—for rapid performance prediction during hyperparameter tuning and dataset augmentation. Augmentation extends the dataset to up to 200,000 points, markedly enhancing generative diversity and precision.
Figure 10: Error trends (RA​0) as a function of augmented dataset size, demonstrating performance improvements.
INN and surrogate model training is highly efficient on modern GPUs, while CFD simulation is the primary bottleneck in original data generation.
Numerical Results and Analysis
Design targets are specified in a three-dimensional grid across RA​1, RA​2 and RA​3; for each, 5000 candidate parameter vectors are generated by the INN. Filtering ensures consistency within dataset bounds, followed by selection of top-performing and maximally diverse design alternatives.
Figure 11: Distributions of generated parameter vectors RA​4 across different target values.
Figure 12: Distributions of generated performance labels RA​5 for corresponding targets, demonstrating alignment.
Across the 27 target combinations, the INN achieves high numerical precision—mean errors for RA​6 are consistently RA​7, RA​8 achieves deviations within RA​9, and NH​0 values group tightly around targets, with uncertainly maximized at the stability boundary (NH​1). The performance labels, especially NH​2, exhibit strong correlation with specific design parameters, reflecting physical intuition.
The INN generative workflow dominates the Gaussian Process (GP) baseline in both accuracy and diversity, with relative error reductions exceeding 90% for several target values. INN inference is effectively instantaneous, enabling interactive design exploration.
Implications and Future Directions
Practically, this research establishes a scalable, invertible workflow for combustor design addressing multiple performance criteria. The method yields diverse solution sets, enabling post-processing for manufacturability and cost considerations. Expansion to higher dimensional parameter spaces and additional labels, including flashback propensity, is immediate given the scalable architecture and data regime.
Theoretically, the successful application of INNs to physical inverse design reinforces their suitability for problems characterized by dimensionality mismatch and hidden degrees of freedom, with universal approximation and tractable density estimation providing strong technical guarantees.
Anticipated developments include integration of experimental data, active learning for dataset expansion, and further application to free-form design spaces. This approach provides a robust foundation for AI-driven generative engineering in energy systems.
Conclusion
Invertible neural networks offer an efficient, accurate, and diverse generative design workflow for gas turbine combustors, supporting fuel flexibility and emission targets in modern power generation (2604.24322). The methodology reliably maps performance criteria to parameter vectors, outstripping conventional inverse modeling approaches. Surrogate-augmented data and scalable architectures extend applicability, promising future developments in active learning and experimental integration.