Appendix A.1. Preliminary Model Development (Model A/B/C)
The initial Model A, which utilized a Convolutional Neural Network (CNN) operating on 290 airfoil coordinate points, demonstrated unsatisfactory performance. As shown in
Figure A1, the predicted pressure distributions (C
p) exhibited considerable deviation from the Euler solutions, with Root Mean Square Error (RMSE) values consistently around 0.2–0.35. More critically, its predictive capability for force coefficients was virtually non-existent for drag (C
d) and moment (C
m), with R
2 values of −6.568 and 0.331, respectively (
Figure A2,
Table A1). This failure underscored that CNNs, while powerful for image-like data, are not inherently suitable for this structured parameter-to-parameter regression task and can lead to severe overfitting with limited data.
Figure A1.
Comparison between Predicted and Ground Truth Pressure Distributions of Model A. (a) RMSE = 0.345, Ma = 0.68, AoA = 3.6°; (b) RMSE = 0.279, Ma = 0.61, AoA = 3.6°; (c) RMSE = 0.253, Ma = 0.66, AoA = 3.0°; (d) RMSE = 0.229, Ma = 0.47, AoA = 1.0°; (e) RMSE = 0.207, Ma = 0.53, AoA = 3.2°; (f) RMSE = 0.168, Ma = 0.62, AoA = 0.5°.
Figure A1.
Comparison between Predicted and Ground Truth Pressure Distributions of Model A. (a) RMSE = 0.345, Ma = 0.68, AoA = 3.6°; (b) RMSE = 0.279, Ma = 0.61, AoA = 3.6°; (c) RMSE = 0.253, Ma = 0.66, AoA = 3.0°; (d) RMSE = 0.229, Ma = 0.47, AoA = 1.0°; (e) RMSE = 0.207, Ma = 0.53, AoA = 3.2°; (f) RMSE = 0.168, Ma = 0.62, AoA = 0.5°.
Figure A2.
Scatter Plot of Force Coefficient Correlation for Model A. (a) Correlation Diagram for Lift Coefficient, R2 = 0.963. (b) Correlation Diagram for Drag Coefficient, R2 = −6.568. (c) Correlation Diagram for Moment Coefficient, R2 = 0.331.
Figure A2.
Scatter Plot of Force Coefficient Correlation for Model A. (a) Correlation Diagram for Lift Coefficient, R2 = 0.963. (b) Correlation Diagram for Drag Coefficient, R2 = −6.568. (c) Correlation Diagram for Moment Coefficient, R2 = 0.331.
Table A1.
Table of Force Coefficient Contributions for Model A.
Table A1.
Table of Force Coefficient Contributions for Model A.
| Percentage of Force Coefficients for Model A |
|---|
| Percentage of Lift Coefficient Predictions with <5% Error | 39% |
| Percentage of Lift Coefficient Predictions with <10% Error | 67% |
| Percentage of Lift Coefficient Predictions with <20% Error | 93% |
| Percentage of Drag Coefficient Predictions with <5% Error | 0% |
| Percentage of Drag Coefficient Predictions with <10% Error | 0% |
| Percentage of Drag Coefficient Predictions with <20% Error | 0% |
| Percentage of Moment Coefficient Predictions with <5% Error | 1% |
| Percentage of Moment Coefficient Predictions with <10% Error | 4% |
| Percentage of Moment Coefficient Predictions with <20% Error | 7% |
Model B addressed the input dimensionality by using the 14 original FFD parameters instead of the 290 coordinates. This change, coupled with max-value normalization, led to a marked improvement. As evidenced in
Figure A3, the predicted pressure distributions showed better agreement with the Euler solutions compared to Model A, though significant errors remained (RMSE ~0.1–0.3). The correlation for force coefficients also improved substantially, with lift coefficient (C
l) and moment coefficient (C
m) achieving strong correlations (R
2 > 0.98), as shown in
Figure A4. However, the model still failed to learn an accurate mapping for the drag coefficient (R
2 = 0.621). These results indicated that while simplifying the input was beneficial, the CNN-based feature extraction remained a limiting factor, particularly for capturing the complex relationships underlying drag prediction and detailed pressure distribution.
Figure A3.
Comparison between Predicted and Ground Truth Pressure Distributions of Model B. (a) RMSE = 0.298, Ma = 0.68, AoA = 3.6°; (b) RMSE = 0.241, Ma = 0.59, AoA = 4.0°; (c) RMSE = 0.212, Ma = 0.65, AoA = 2.2°; (d) RMSE = 0.181, Ma = 0.42, AoA = 2.8°; (e) RMSE = 0.157, Ma = 0.49, AoA = −0.5°; (f) RMSE = 0.114, Ma = 0.62, AoA = 0.5°.
Figure A3.
Comparison between Predicted and Ground Truth Pressure Distributions of Model B. (a) RMSE = 0.298, Ma = 0.68, AoA = 3.6°; (b) RMSE = 0.241, Ma = 0.59, AoA = 4.0°; (c) RMSE = 0.212, Ma = 0.65, AoA = 2.2°; (d) RMSE = 0.181, Ma = 0.42, AoA = 2.8°; (e) RMSE = 0.157, Ma = 0.49, AoA = −0.5°; (f) RMSE = 0.114, Ma = 0.62, AoA = 0.5°.
Figure A4.
Scatter Plot of Force Coefficient Correlation for Model B. (a) Correlation Diagram for Lift Coefficient, R2 = 0.986. (b) Correlation Diagram for Drag Coefficient, R2 = 0.621. (c) Correlation Diagram for Moment Coefficient, R2 = 0.993.
Figure A4.
Scatter Plot of Force Coefficient Correlation for Model B. (a) Correlation Diagram for Lift Coefficient, R2 = 0.986. (b) Correlation Diagram for Drag Coefficient, R2 = 0.621. (c) Correlation Diagram for Moment Coefficient, R2 = 0.993.
The consistently poor performance of the CNN-based architectures (Models A and B), particularly in predicting the drag coefficient (Cd), can be primarily attributed to a mismatch between the inductive biases of CNNs and the nature of our regression task. CNNs excel at learning translation-invariant features from grid-like, spatially correlated data (e.g., images). However, our task fundamentally involves mapping a low-dimensional parameter vector (14 FFD parameters + 2 flow conditions) to another low-dimensional vector of aerodynamic coefficients. This is a global parameter-to-parameter mapping problem rather than a feature detection problem on a spatial field.
The failure of Model A, which used raw coordinate points, suggests that presenting the geometry as a pseudo-‘image’ did not provide a meaningful spatial structure for the CNN to exploit. The improvement seen in Model B, which used the original FFD parameters, further supports this. It indicates that the critical information was contained within the parameter space itself, not in its spatial representation. The CNN’s complex feature extraction layers applied to this structured tabular data likely led to overfitting and an inability to learn the precise nonlinear relationships governing drag, which is highly sensitive to subtle changes in geometry and flow.
Therefore, we conclude that the suboptimal performance is inherent to the architecture’s bias, not merely due to data scarcity. A simpler Fully Connected Network, which is inherently more suited for learning global mappings between dense vectors, proved to be a far more effective and efficient choice for this task.
Model C adopted a purely Fully Connected Network (FCN) architecture. This simpler architecture, operating on the 14 FFD parameters and 2 flow conditions, yielded superior performance for pressure distribution prediction while maintaining comparable accuracy for force coefficients compared to Model B.
Model C adopted a simplified feature extraction backbone comprising only two 1D convolutional layers, followed by an eight-layer fully connected network. The first convolutional layer utilized 5 filters with a kernel size of 5, while the second layer employed 10 filters with a kernel size of 2; both were followed by 2 × 1 max pooling and ReLU activation. The resulting feature vector was flattened into 72 elements and processed by the FCN, which consisted of successive layers with 1024, 2048, 2048, 2048, 2048, and 586 ReLU-activated neurons, culminating in a linear output layer of 293 neurons. This architecture differed from Model B solely in the reduction in convolutional layers, retaining an identical FCN structure.
Figure A5.
Comparison between Predicted and Ground Truth Pressure Distributions of Model C. (a) RMSE = 0.373, Ma = 0.68, AoA = 3.6°; (b) RMSE = 0.214, Ma = 0.63, AoA = 3.3°; (c) RMSE = 0.141, Ma = 0.44, AoA = 2.1°; (d) RMSE = 0.119, Ma = 0.46, AoA = 3.4°; (e) RMSE = 0.103, Ma = 0.58, AoA = −0.9°; (f) RMSE = 0.069, Ma = 0.55, AoA = 0.7°.
Figure A5.
Comparison between Predicted and Ground Truth Pressure Distributions of Model C. (a) RMSE = 0.373, Ma = 0.68, AoA = 3.6°; (b) RMSE = 0.214, Ma = 0.63, AoA = 3.3°; (c) RMSE = 0.141, Ma = 0.44, AoA = 2.1°; (d) RMSE = 0.119, Ma = 0.46, AoA = 3.4°; (e) RMSE = 0.103, Ma = 0.58, AoA = −0.9°; (f) RMSE = 0.069, Ma = 0.55, AoA = 0.7°.
Appendix A.3. Results of the Two-Step Transfer Strategy (Model E1)
The initial attempt with the E1 model, which employed a two-step transfer (first Operating Condition, then fidelity), failed (
Figure A7 and
Figure A8,
Table A3). This suggests that the model became overly specialized to Euler physics in the first step, making subsequent correction to RANS intractable.
Figure A7.
Comparison between Predicted and Ground Truth Pressure Distributions of Model E1. (a) RMSE = 0.281, Ma = 0.39, AoA = 3.8°; (b) RMSE = 0.187, Ma = 0.11, AoA = 1.3°; (c) RMSE = 0.163, Ma = 0.39, AoA = −0.2°; (d) RMSE = 0.139, Ma = 0.15, AoA = −0.4°; (e) RMSE = 0.115, Ma = 0.26, AoA = 0.7°; (f) RMSE = 0.089, Ma = 0.27, AoA = 0.3°.
Figure A7.
Comparison between Predicted and Ground Truth Pressure Distributions of Model E1. (a) RMSE = 0.281, Ma = 0.39, AoA = 3.8°; (b) RMSE = 0.187, Ma = 0.11, AoA = 1.3°; (c) RMSE = 0.163, Ma = 0.39, AoA = −0.2°; (d) RMSE = 0.139, Ma = 0.15, AoA = −0.4°; (e) RMSE = 0.115, Ma = 0.26, AoA = 0.7°; (f) RMSE = 0.089, Ma = 0.27, AoA = 0.3°.
Figure A8.
Scatter Plot of Force Coefficient Correlation for Model E1. (a) Correlation Diagram for Lift Coefficient, R2 = 0.973. (b) Correlation Diagram for Drag Coefficient, R2 = −11.3. (c) Correlation Diagram for Moment Coefficient, R2 = 0.932.
Figure A8.
Scatter Plot of Force Coefficient Correlation for Model E1. (a) Correlation Diagram for Lift Coefficient, R2 = 0.973. (b) Correlation Diagram for Drag Coefficient, R2 = −11.3. (c) Correlation Diagram for Moment Coefficient, R2 = 0.932.
Table A3.
Table of Force Coefficient Contributions for Model E1.
Table A3.
Table of Force Coefficient Contributions for Model E1.
| Percentage of Force Coefficients for Model E1 |
|---|
| Percentage of Lift Coefficient Predictions with <1% Error | 11% |
| Percentage of Lift Coefficient Predictions with <5% Error | 61% |
| Percentage of Lift Coefficient Predictions with <10% Error | 84% |
| Percentage of Drag Coefficient Predictions within an Absolute Error of 1 Count | 7% |
| Percentage of Drag Coefficient Predictions with <5% Error | 16% |
| Percentage of Drag Coefficient Predictions with <10% Error | 29% |
| Percentage of Drag Coefficient Predictions with <20% Error | 69% |
| Percentage of Moment Coefficient Predictions with <5% Error | 5% |
| Percentage of Moment Coefficient Predictions with <10% Error | 19% |
| Percentage of Moment Coefficient Predictions with <20% Error | 37% |