Next Article in Journal
Aeromechanical Stability of Rotor/Fuselage Coupling System in Helicopter Ground Taxiing
Previous Article in Journal
Dual-Stochastic Extreme Response Surface Reliability Analysis Method Based on Genetic Algorithm to Vector Nozzle
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Predicting Airplane Cabin Temperature Using a Physics-Informed Neural Network Based on a Priori Monotonicity

1
Key Laboratory of Aviation Integrated Environment, China Aero-Olytechnology Establishment, Beijing 100028, China
2
School of Reliability and Systems Engineering, Beihang University, Beijing 100191, China
3
School of Mechanical Engineering, Beijing Institute of Technology, Beijing 100081, China
*
Author to whom correspondence should be addressed.
Aerospace 2025, 12(11), 988; https://doi.org/10.3390/aerospace12110988
Submission received: 9 September 2025 / Revised: 30 October 2025 / Accepted: 3 November 2025 / Published: 4 November 2025
(This article belongs to the Section Aeronautics)

Abstract

Airplane cabin temperature is a critical environmental factor governing the safety and reliability of airborne equipment. Compared with measuring temperature, predicting temperature is more cost- and time-saving and can cover an extreme flight envelope. Physics-informed neural networks (PINNs) offer a promising prediction solution whose performance hinges on the availability of precise governing differential equations. However, building governing differential equations between flight parameters and cabin temperature is a great challenge, as it is comprehensively influenced by aerodynamic heat, avionic heat, and internal flow. To solve this, a new PINN framework based on “a priori monotonicity” is proposed. Underlying physical trends (monotonicity) from flight data are extracted to construct the loss function as a data-driven constraint, thus eliminating the need for any governing equations. The new PINN is developed to estimate the seven cabin temperatures of an unmanned aerial vehicle. The model was trained on data from four flight sorties and validated on another four independent sorties. Results demonstrate that the proposed PINN achieves a mean absolute error of 1.9 and a root mean square error of 2.6, outperforming a conventional neural network by approximately 35%. The core value of this work is a new PINN framework that bypasses the development of complex governing equations, which enhances its practicality for engineering applications.

1. Introduction

Cabin temperature data of the full-flight regime is fundamental for designing and testing of airborne equipment. In the design stage of airborne equipment, temperature data is used to define thermal performance parameters. In the testing stage of airborne equipment, the temperature data is used to develop safety indicators and formulate reliability metrics. Measurement [1,2], computational fluid dynamics [3,4], and neural networks [5,6] are conventional methods for obtaining cabin temperature. Among these, measurement is the most accurate method, although it is both costly and time-consuming. In addition, temperature data from extreme weather conditions is hard to measure. Computational fluid dynamics can predict the temperature field at any flight regime, although this method requires larger computing power, especially when modeling a dynamic process. The neural network method [7] introduces artificial intelligence to predict temperature, including feedforward neural networks [8], backpropagation neural networks [9], etc. This method needs less computing power compared with the calculated fluid dynamics. However, large amount of measured data is required to train the neural network, and the prediction accuracy highly relies on the data sample size. The methods above are costly and time-consuming.
Physics-informed neural network (PINN) is an emerging prediction method that introduces physical laws into neural networks [10,11]. Compared with the conventional neural network, the distinct difference that PINN introduces is the loss function of physics inconsistency [12,13]. When prediction results do not follow the physical law, the loss function of physics inconsistency exerts a penalty on the neural network. This penalty will be used to update the neural network structure. Li et al. [14] apply PINN to predict the temperature field in laser metal deposition, and the physics inconsistency loss includes the heat conduction, convection, and radiation. Introducing physics inconsistency loss reduces the training time by 1/3 with 2% maximum relative error. Zhang et al. [15] build a general loss function to simulate the flow field. The general loss function bridges the flow field and temperature field. Results show that using temperature data can effectively estimate flow fields. Xia et al. [16] use PINN to solve the frictional contact temperature. Zerrougui et al. [17] evaluated temperature fluctuations in proton exchange membrane electrolysis by the PINN. They use differential governing equations to develop the loss function of physics inconsistency.
However, this approach encounters a fundamental bottleneck in scenarios where precise governing equations are unavailable or excessively complex to derive. This is particularly true for aircraft cabin thermal systems, where temperature distribution results from the coupled effects of aerodynamic heating, internal avionics heat dissipation, complex airflow, and solar radiation. The difficulty in formulating accurate governing equations for such a system significantly hinders the application of conventional PINNs. A promising strategy to overcome this limitation is to shift from equation-based constraints to data-driven physical trends. Recent research has demonstrated that fundamental physical relationships, such as monotonicity, can serve as effective, low-fidelity physical constraints [18]. Monotonicity is a consistently increasing or decreasing tendency between system inputs and outputs. This approach has been successfully implemented in diverse fields, including the prediction of biomass gasification outcomes [19] and NOx emissions from combustion processes [20], where it improved model generalizability and physical consistency without requiring full governing equations.
Building upon this concept, this study introduces a new PINN framework that leverages a priori monotonicity for predicting airplane cabin temperatures. The core contribution is the replacement of unattainable governing equations with empirically derived monotonicity constraints, which are seamlessly integrated into the network loss function. This framework is validated using a dataset from four flight sorties of an unmanned aerial vehicle, encompassing cabin temperatures, altitude, Mach number, and ambient temperature. The monotonicity between variables is acquired from measurement data.

2. Method

A physics-informed neural network is developed in this section. Compared with a conventional neural network, a distinct difference between physics-informed neural network is the physics loss function. The physics loss function ensures the neural network obeys the physics rules. Monotonicity between the variables is selected as physical rules to establish the loss function. Accordingly, experimental measurements are conducted to determine the monotonicity among the different variables and provide a database for network training and testing. The research workflow of this study is illustrated in Figure 1.

2.1. Development of Physics-Informed Neural Network

The new PINN is aimed at predicting the temperatures of seven cabins of an unmanned aerial vehicle (UAV). The shape of the unmanned aerial vehicle and the relative position of each cabin are illustrated in Figure 2. The cabin temperatures are mainly influenced by the flight state of the unmanned aerial vehicle.
Building the conventional PINN relies on the governing equation of the UAV heat transfer process, although this process is complex, as shown in Figure 3. Cabin temperatures are influenced by aerodynamic heating, avionic heat, natural convection in the cabin, and solar radiation [21,22]. Hence, it is difficult to build the governing equation of this process. In addition, the thermal properties of air, skin materials, and avionic materials are necessary to calculate cabin temperature by conventional PINN.
In comparison, using monotonicity to replace the governing equation in PINN eliminates the need for any governing equations, as depicted in Figure 4. Monotonicity is the underlying physical trend between the flight parameters and cabin temperature. This changing tendency also contains physical constraints and can be injected into PINN as physics-informed parts. The advantages of using monotonicity are simplifying physics-informed parts.
Based on monotonicity, a physics-informed neural network is developed to predict cabin temperature, and its structure is shown in Figure 5. It contains two parts: (1) a conventional neural network and (2) a loss function. The loss function imposes a penalty when the prediction result of conventional neural work does not follow the physics rule.
The structure of a conventional neural network includes three inputs: altitude and Mach number of the unmanned aerial vehicle, and ambient temperature. The output of the neural network is cabin temperature. When N training samples { ( X i , Y i ) } i = 1 N are measured, the prediction results of conventional neural networks are shown in Equation (1). X i and Y i are the input and output vectors of ith sample.
O i = β g ( w X i + b )
where Oi is the prediction result of the conventional neural network. β is the bias vector connecting the hidden and output layers. w is the weight matrix that connects the input and hidden layers. g(·) is the activation function. b is the bias vector of the hidden layer.
The prediction error of a conventional network is calculated according to Equation (2).
E Reconstruction = i = 1 N ( O i Y i ) 2
The loss function includes physics loss function EPhysics, reconstruction loss function EReconstruction, and structural loss function EStructural, as calculated in Equation (3).
L = E Reconstruction + λ Structural E Structural + λ Physics E Physics
where λ i is the weight coefficient.
Typically, the physics loss function is construed based on the governing equation of the physical process. However, two problem: (1) It relies on a deep understanding of the physics process. If some influencing factors are incidentally omitted, the accuracy would be affected. (2) Input partial differential equations, increasing the modeling difficulty. Hence, this work uses prior monotonicity to represent the governing equation as the prior physics rules. This method can easily build a physics loss function by analyzing measured data.
The physics loss function EPhysics and prior monotonicity are calculated in Equations (4) and (5), respectively. If the monotonicity between the input and output parameters is positive, the monotonicity value m j ( i ) is set to 1. Otherwise, the value m j ( i ) is set to −1. During neural network training, the physics loss function EPhysics serves as a penalty when the calculated monotonicity sign [ O j / X j ] differs from the prior monotonicity m j ( i ) .
E Physics = j = 1 n i = 1 T j 1 m j ( i ) × sign [ O j / X j ] 2
m j ( i ) = 1 ,   O j X j > 0 1 ,   O j X j < 0
where T is the number of prior monotonicity. Sign is sign ( θ ) = 1 , θ < 0 1 , θ 0 , and i is ith sample.
The structural loss function EStructural is used to avoid overfitting and is calculated using Equation (6). When a small quantity of samples is collected to train a neural network, the neural network usually increases the weight on those data points. As a result, overfitting occurs, and the prediction accuracy of other data points is undesirable. The structural loss function calculates the L2-norm of the neural network weight, and imposes a penalty when some weights are so large. This method aims to eliminate overfitting influences.
E S t r u c t u r a l = j = 1 n k = 1 N ˜ ( w j k ) 2 + k = 1 N ˜ ( β k ) 2

2.2. Experimental Measurement Method

The experimental measurement work is conducted to acquire prior monotonicity and a database for neural network training. The measurement is conducted in Jiangxi, China. The measurement system is illustrated in Figure 6, and the measurement instrument parameters are listed in Table 1. On the ground, the system components, including the K-type thermocouples, battery, and computer, were integrated with the data acquisition instrument. Key parameters of the data acquisition instrument, such as sample rate and active channels, were then configured to align with the objectives of the flight test. During flight operations, the system transitioned to autonomous data logging, with the data acquisition instrument sampling temperature data throughout the flight sortie. All K-type thermocouples were mounted at the geometric center of each cabin, away from any corner or structural member to avoid localized thermal boundary effects.
Flight parameters of 8 flight sorties are measured, including the altitude and Mach number of the unmanned aerial vehicle, ambient temperatures, and temperatures of seven cabins. A flight sortie contains the process from take-off to landing.
The measurement procedures are listed as follows.
(1)
On the ground, configure the data acquisition instrument and check the temperatures of the K-type thermocouple.
(2)
Stick the K-type thermocouple on the airplane and fix it with aluminum foil tape.
(3)
Configure the time of flight control computer and data acquisition instrument in consensus.
(4)
Data sampling during a flight sortie.
(5)
Collect flight parameters from the flight control computer, including ambient temperature, flight altitude, and Mach number.
(6)
Build a database consisting of flight parameters and cabin temperature.
To ensure the accuracy and reliability of the flight test data, an assurance procedure was implemented throughout the measurement process:
(1)
Instrument Calibration and Verification: All K-type thermocouples were calibrated prior to installation.
(2)
System Integration Testing: On the ground, the complete measurement system, including thermocouples, battery, and data acquisition instrument, was fully integrated and tested. This pre-flight check verified the proper functionality and interconnection of all components.
(3)
Automated Data Logging: During flight, the data acquisition instrument operated autonomously, disconnected from the computer, to sample temperature data continuously. This approach eliminated potential disruptions from ground equipment and ensured uninterrupted data capture.
(4)
Data Consistency Checking: Post-flight, a consistency check was performed by comparing data from multiple sources and across different flight sorties. The consistent physical patterns observed across eight separate sorties confirm the reliability and repeatability of the measured data.
The Pearson correlation coefficient is selected to acquire prior monotonicity. The Pearson correlation coefficient is in the range of −1 to +1. The value of 0 means that two variables have no relationship and −1 or 1 means that two variables have a strong relationship [23]. In this work, if the Pearson correlation coefficient is negative, the prior monotonicity is set as negative. Otherwise, the prior monotonicity is set as positive. The Pearson correlation coefficient of the variables a and b is calculated in Equation (7) [24].
r h o ( a , b ) = i = 1 N ( a i a ¯ ) ( b i b ¯ ) i = 1 N ( a i a ¯ ) 2 i = 1 N ( b i b ¯ ) 2

2.3. Training of Physics-Informed Neural Network

Eight flight parameters are measured, and four groups are used as a training set. Four groups are divided into a testing set. Before neural work training, the measured data are normalized according to Equation (8). Conducting normalization can eliminate dimension differences and avoid weight imbalance.
x norm = x x min x max x min
The parameter setting during neural network training is listed in Table 2. Training physics-informed neural networks commonly uses adaptive moment estimation (Adam) [25], batch gradient descent [26], and stochastic gradient descent [27] as optimization algorithms. Given that Adam shows advantages in being insensitive to initial learning rate and fast convergence [25,28], this study applies Adam as an optimization algorithm.
Two indicators are introduced to comprehensively evaluate the accuracy of physics-informed neural networks: root mean square error (RMSE) and mean absolute error (MAE). The RMSE is more sensitive to outliers, while the MAE reflects prediction results more directly. Calculation equations of RMSE and MAE are shown in Equations (9) and (10), respectively.
R M S E = i = 1 n ( x i x ^ i ) 2 n
M A E = 1 n i = 1 n ( x i x ^ i )

3. Result and Discussion

3.1. Analysis of Measurement Result

The flight altitudes and Mach numbers of eight sorties are shown in Figure 7 and Figure 8, respectively. Due to the unpublished natures of flight parameters, the actual y-axis values are replaced with relative values. In the measurement range, the flight parameter shows great change between different sorties and flight times. This wide range of data can be used to determine the generalizability of the PINN in this study.
The temperature changing tendency of the measured point (taking flight sortie #1 as an example) is depicted in Figure 9. The general temperature changing tendency of each measured point is that the temperature decreases in the take-off stage. Then, as the flight altitude increases, the ambient temperature declines, leading to the cabin temperature decrease. In contrast, during the descent and landing stage, the ambient temperature rises with the decrease in flight altitude, and the cabin temperature increases. Although the temperature-changing tendency is the same, the degrees of change differ. The center cabin is surrounded by other cabins; thus, the temperature change is small. The cabin 6 is close to the engine air intake, and the air flow speed is high, enhancing heat exchange between indoor and outdoor air. Hence, the cabin 6 shows the sharpest temperature change.
According to the measured data, the neural network should have great prediction accuracy in a wide temperature range, which is the main difficulty in neural network development. The maximum and minimum values of each temperature measurement point are illustrated in Table 3, which shows that every cabin endures a great temperature change. For example, the maximum temperature difference in cabin 6 during the entire flying process is 48.9 K.
The prior monotonicity is obtained by calculating the Pearson correlation coefficient, as depicted in Figure 10. Results indicated that the cabin temperature strongly correlates with ambient temperature, since all Pearson correlation coefficients are close to 0.7. In addition, the monotonicity between ambient temperature and cabin temperature is positive. Regarding flight altitude and Mach number, although the Pearson correlation coefficient shows a great difference in different cabins, the coefficient is below 0. Therefore, the monotonicity between flight altitude and cabin temperatures, and between Mach number and cabin temperatures is negative.

3.2. Prediction Result Analysis of Physics-Informed Neural Network

Comprehensive evaluation of the proposed PINN framework was conducted through multi-sortie validation (sorties 5–8) and detailed error analysis. This section presents the prediction performance across diverse flight conditions and provides statistical characterization of model accuracy. In addition, the influence of the iteration count is analyzed.
The influences of iteration count are shown in Figure 11. In the beginning, the loss function values dramatically decrease with the increase in iteration count. Then, the loss function values approach 3 × 10−6 and show no change when the iteration count is over 46,000. With the iteration count further increased, the loss function values remain stable. This changing tendency indicates that the training has converged around 46,000 iterations.
The generalization capability of the PINN framework was assessed using four independent test sorties (sorties 5–8), representing diverse flight conditions and operational scenarios. The overall prediction results demonstrate satisfactory accuracy across all test scenarios. As shown in Table 4, MAE values range from 0.78 to 3.74 across the four test sorties. The maximum MAE of 3.74, observed in sortie 8, remains within acceptable limits for engineering applications. This comprehensive evaluation confirms the model capability to generalize across unseen flight conditions.
Figure 12 presents the detailed MAE and RMSE comparison across different cabins and sorties. The results reveal a clear performance pattern: cabin 3 consistently achieves the best accuracy with minimum MAE of 0.78, while cabins 5 and 7 exhibit higher errors at 2.57 and 1.76, respectively, across all test sorties.
This performance distribution can be directly attributed to the physical locations and thermal environments of the cabins. Cabin 3 is situated at the nose of the aircraft. The thermal transfer is primarily influenced by flight speed, which serves as an input parameter to the PINN network. In contrast, cabins 5 and 6 are located near engine compartments and air intake systems, where complex heat transfer phenomena occur. These peripheral cabins are subject to strong influences from propulsion system heat dissipation, variable air flow patterns, and rapid temperature fluctuations during flight maneuvers.
The RMSE values follow similar patterns but are generally higher than corresponding MAE values, indicating the presence of some larger prediction errors that are appropriately penalized by the square term in RMSE calculation. This pattern is particularly noticeable in cabins 5 and 6, where complex thermal environments occasionally produce larger prediction errors.
Figure 13 displays the MAE distribution through boxplot analysis, providing insights into prediction consistency across different cabins and sorties. The boxplots reveal that while central tendency values remain within acceptable ranges, the variation patterns differ significantly between cabins.
Cabin 3 shows the most compact distribution with the smallest interquartile range, indicating highly stable prediction performance. Conversely, cabin 6 exhibits wider distributions with higher variability, reflecting the dynamic and complex thermal environments near propulsion systems.
The variation across sorties also follows understandable patterns. Sorties 5–7 show similar distribution characteristics, while sortie 8 exhibits elevated errors across most cabins. This can be attributed to the more challenging flight conditions encountered during sortie 8, including extended high-altitude operations and more complex flight maneuvers that create more dynamic thermal environments.
The temporal analysis of prediction errors confirms consistent performance across all flight phases, including take-off, climb, cruise, descent, and landing. No systematic error accumulation or phase-dependent performance degradation was observed, demonstrating the model robustness under various operating conditions.
The physical validation of error patterns provides strong evidence for the effectiveness of the monotonicity-based approach. The spatial distribution of prediction errors correlates strongly with known thermal characteristics of different cabin locations. This alignment between mathematical performance and physical reality confirms that the prior monotonicity constraints successfully embed essential physical relationships into the data-driven approach.

3.3. Comparison with Convention Neural Network

This section presents a comparative evaluation between the proposed physics-informed neural network and a conventional neural network to quantify the performance improvement achieved through the integration of physical constraints. The analysis focuses on the effectiveness of a priori monotonicity in enhancing prediction accuracy and reliability.
The comparative analysis employs identical network architectures and training procedures for both modeling approaches, with the fundamental distinction residing in the loss function formulation, as depicted in Figure 14. The conventional neural network utilizes a purely data-driven approach, optimizing solely based on prediction accuracy. In contrast, the PINN incorporates additional physics-based constraints through a priori monotonicity relationships derived from flight data analysis. Both models were evaluated using the same four test sorties (sorties 5–8) across seven cabin locations. This controlled experimental design ensures that performance differences directly reflect the impact of physical constraint integration.
The evaluation demonstrates substantial performance advantages for the physics-informed approach. As illustrated in Figure 15, the PINN achieves average MAE and RMSE values of 1.99 and 2.66, respectively. These values represent significant improvements over the conventional neural network, which yields corresponding values of 3.09 and 4.14. The performance differential corresponds to a 35% reduction in MAE and a 35% reduction in RMSE, clearly demonstrating the benefit of incorporating physical knowledge through monotonicity constraints.
The superior performance of the PINN framework can be attributed to the effective integration of domain knowledge through monotonicity constraints. These constraints guide the learning process toward physically meaningful solutions, particularly in regions with limited training data or during extrapolation to unseen flight conditions.
The conventional neural network, lacking such physical guidance, demonstrates higher susceptibility to learning spurious correlations and producing predictions that may violate fundamental physical principles. This limitation becomes particularly evident in complex thermal environments where multiple physical phenomena interact nonlinearly.
Comparative results provide compelling evidence for the value of incorporating physical knowledge into data-driven modeling approaches for complex thermal systems. The a priori monotonicity constraints successfully bridge the gap between purely data-driven methods and physics-based modeling, delivering enhanced accuracy while maintaining physical consistency.

4. Conclusions

This study has developed and validated a new physics-informed neural network (PINN) framework that leverages a priori monotonicity for predicting the cabin temperatures of an unmanned aerial vehicle (UAV). The core innovation of this work is the replacement of complex governing differential equations with data-driven monotonicity constraints, which are derived from flight data and integrated into the neural network loss function. The key findings and contributions are summarized as follows:
(1)
Reliable Prediction Accuracy: The proposed model was trained on data from four flight sorties and achieved satisfactory prediction performance when tested on another four separate sorties (sorties 5–8), across seven cabins. The mean absolute error (MAE) across all test cases is 1.6–2.79, demonstrating the model robustness across diverse flight conditions.
(2)
Performance Enhancement over Conventional Methods: A comparative analysis with a conventional neural network revealed the substantial benefit of incorporating physical constraints. The PINN framework achieved a 35% reduction in both MAE and RMSE, underscoring the value of the priori monotonicity in guiding the learning process toward physically consistent and accurate solutions.
(3)
Practical and Simplified Modeling Method: This approach eliminates the need to derive and solve intricate governing equations for cabin heat transfer, thereby reducing model development complexity and making PINNs more accessible for practical engineering applications in complex systems.
Despite these promising results, the current study has limitations. The framework performance is contingent on the quality and representativeness of the flight data used for monotonicity extraction. Furthermore, the assumption of global monotonicity may not fully capture all nonlinearities in extremely dynamic thermal environments, and the model is static, not explicitly accounting for transient heat accumulation effects.

Author Contributions

Conceptualization, Z.L. and J.Z.; methodology, Z.L. and L.C.; software, Z.L. and Y.H.; validation, Z.L. and Z.R.; formal analysis, Z.L.; investigation, Z.L. and C.D.; resources, J.Z. and Z.R.; data curation, Z.L. and L.C.; writing—original draft preparation, Z.L. and L.C.; writing—review and editing, Z.L. and L.C.; visualization, Z.L. and L.C.; supervision, J.Z.; project administration, J.Z.; funding acquisition, J.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Technology Basic Research Project of the State Administration of Science, Technology and Industry for National Defense in China (JSHS2020205B001).

Data Availability Statement

Data is unavailable due to privacy or ethical restrictions.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

Nomenclature
βBias
EError
HFlight altitude
LLoss function
mMonotonicity
MaMach number
ONeural network output
rhoPearson correlation coefficient
TTemperature
wWeight
Subscripts
aAmbient
cCenter
meaMeasured
predPredicted
Abbreviations
AdamAdaptive moment estimation
MAEMean absolute error
PINNPhysics-informed neural network
RMSERoot mean square error
UAVUnmanned aerial vehicle

References

  1. Yan, J.N. Design and Implementation a Measurement System for Aircraft Cabin Heat Comfort Test. In Proceedings of the Asia Conference on Mechanical Engineering and Aerospace Engineering (MEAE), China University of Geosciences, Wuhan, China, 23–25 June 2018. [Google Scholar]
  2. Zeng, X.J.; Su, X.; Zhang, X.H.; Pan, W.X.; Long, Z.W.; Shen, X. Experimental investigation of convective heat transfer in the aircraft cabin environment at low air pressure. Build. Environ. 2023, 233, 110125. [Google Scholar] [CrossRef]
  3. Ma, T.; Li, C.R.; Rong, S.L. The study on airborne equipment’s life prediction based on the finite element simulation under comprehensive stress. In Proceedings of the 2nd International Conference on Machine Design and Manufacturing Engineering (ICMDME), Jeju Island, Republic of Korea, 1–2 May 2013; pp. 224–228. [Google Scholar]
  4. Wróblewski, A.; Macek, A.; Banasiewicz, A.; Gola, S.; Zawislak, M.; Janicka, A. CFD Analysis of the Forced Airflow and Temperature Distribution in the Air-Conditioned Operator’s Cabin of the Stationary Rock Breaker in Underground Mine under Increasing Heat Flux. Energies 2023, 16, 3814. [Google Scholar] [CrossRef]
  5. Liu, R.X.; Song, J.Z.; Luo, P.J.; Tian, F.F.; Li, W.P. Analysis and prediction of temperature of an assembly frame for aircraft based on BP neural network. Int. J. Comput. Mat. Sci. Eng. 2023, 12, 2350006. [Google Scholar] [CrossRef]
  6. Chen, G.; Yang, S.; Peng, W.; Duo, L.; Zhang, J.; Liu, X. Transient Temperature Prediction Method for Spacecraft Using Process Neural Network. Spacecr. Eng. 2023, 32, 25–30. [Google Scholar]
  7. Li, H.; Zhang, J.J.; Cai, L.X.; Li, M.W.; Fu, Y.; Hao, Y.J. The Dynamic Prediction Method for Aircraft Cabin Temperatures Based on Flight Test Data. Aerospace 2024, 11, 755. [Google Scholar] [CrossRef]
  8. Fei, F.; Wang, D. PTC power control of electric vehicle thermal management system based on neural network feedforward. Appl. Therm. Eng. 2024, 253, 123803. [Google Scholar] [CrossRef]
  9. Xu, S.T.; Wang, C.H.; Yang, C.X. Optimal Design of Regenerative Cooling Structure Based on Backpropagation Neural Network. J. Thermophys. Heat Transf. 2022, 36, 637–649. [Google Scholar] [CrossRef]
  10. Verma, A.K.; French, R.H.; Carter, J.L.W. Physics-Informed Network Models: A Data Science Approach to Metal Design. Integr. Mater. Manuf. Innov. 2017, 6, 279–287. [Google Scholar] [CrossRef]
  11. Cai, K.; Wang, J.Y. Physics-informed neural networks for solving incompressible Navier-Stokes equations in wind engineering. Phys. Fluids 2024, 36, 121303. [Google Scholar] [CrossRef]
  12. Sun, R.Z.; Jeong, H.; Zhao, J.C.; Gou, Y.X.; Sauret, E.; Li, Z.R.; Gu, Y.T. A physics-informed neural network framework for multi-physics coupling microfluidic problems. Comput. Fluids 2024, 284, 106421. [Google Scholar] [CrossRef]
  13. Le-Duc, T.; Lee, S.; Nguyen-Xuan, H.; Lee, J. A hierarchically normalized physics-informed neural network for solving differential equations: Application for solid mechanics problems. Eng. Appl. Artif. Intell. 2024, 133, 108400. [Google Scholar] [CrossRef]
  14. Li, S.L.; Wang, G.; Di, Y.L.; Wang, L.P.; Wang, H.D.; Zhou, Q.J. A physics-informed neural network framework to predict 3D temperature field without labeled data in process of laser metal deposition. Eng. Appl. Artif. Intell. 2023, 120, 105908. [Google Scholar] [CrossRef]
  15. Zhang, C.; Li, C.G.; Li, X.; Ye, M.; Liu, Z.M. A general Physics-Informed Neural Network approach for deriving fluid flow fields from temperature distribution. Chem. Eng. Sci. 2025, 302, 120950. [Google Scholar] [CrossRef]
  16. Xia, Y.C.; Meng, Y.G. Physics-Informed Neural Network (PINN) for Solving Frictional Contact Temperature and Inversely Evaluating Relevant Input Parameters. Lubricants 2024, 12, 62. [Google Scholar] [CrossRef]
  17. Zerrougui, I.; Li, Z.L.; Hissel, D. Physics-Informed Neural Network for modeling and predicting temperature fluctuations in proton exchange membrane electrolysis. Energy AI 2025, 20, 100474. [Google Scholar] [CrossRef]
  18. Kim, S.; Choi, J.H.; Kim, N.H. Data-driven prognostics with low-fidelity physical information for digital twin: Physics-informed neural network. Struct. Multidiscip. Optim. 2022, 65, 255. [Google Scholar] [CrossRef]
  19. Ren, S.J.; Wu, S.L.; Weng, Q.H. Physics-informed machine learning methods for biomass gasification modeling by considering monotonic relationships. Bioresour. Technol. 2023, 369, 128472. [Google Scholar] [CrossRef] [PubMed]
  20. Zhu, B.Y.; Ren, S.J.; Weng, Q.H.; Si, F.Q. A physics-informed neural network that considers monotonic relationships for predicting NOx emissions from coal-fired boilers. Fuel 2024, 364, 131026. [Google Scholar] [CrossRef]
  21. Utomo, M.S.K.T.S.; Yohana, E.; Mahendra, C.; Utama, I.Y. Analysis of blended winglet parameters on the aerodynamic characteristics of NXXX aircraft using Computational Fluid Dynamics (CFD). Results Eng. 2024, 24, 102901. [Google Scholar] [CrossRef]
  22. Wei, Y.; Zhang, T.; Jin, H. Rapid prediction of airborne gaseous pollutant transport in aircraft cabins based on proper orthogonal decomposition and the Markov chain method. Build. Environ. 2023, 228, 109816. [Google Scholar] [CrossRef]
  23. Schober, P.; Boer, C.; Schwarte, L.A. Correlation Coefficients: Appropriate Use and Interpretation. Anesth. Analg. 2018, 126, 1763–1768. [Google Scholar] [CrossRef] [PubMed]
  24. Akoglu, H. User’s guide to correlation coefficients. Turk. J. Emerg. Med. 2018, 18, 91–93. [Google Scholar] [CrossRef] [PubMed]
  25. Varshney, R.P.; Sharma, D.K. Optimizing Time-Series forecasting using stacked deep learning framework with enhanced adaptive moment estimation and error correction. Expert Syst. Appl. 2024, 249, 123487. [Google Scholar] [CrossRef]
  26. Zhang, C.X.; Song, D.J.; Huang, C.; Swami, A.; Chawla, N.V.; Assoc Comp, M. Heterogeneous Graph Neural Network. In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining (KDD), Anchorage, AK, USA, 4–8 August 2019; pp. 793–803. [Google Scholar]
  27. Heusel, M.; Ramsauer, H.; Unterthiner, T.; Nessler, B.; Hochreiter, S. GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium. In Proceedings of the 31st Annual Conference on Neural Information Processing Systems (NIPS), Long Beach, CA, USA, 4–9 December 2017. [Google Scholar]
  28. Yang, J.X.; Long, Q. A modification of adaptive moment estimation (adam) for machine learning. J. Ind. Manag. Optim. 2024, 20, 2516–2540. [Google Scholar] [CrossRef]
Figure 1. Research schedule for neural network development.
Figure 1. Research schedule for neural network development.
Aerospace 12 00988 g001
Figure 2. Shape of unmanned aerial vehicle.
Figure 2. Shape of unmanned aerial vehicle.
Aerospace 12 00988 g002
Figure 3. Schematic of cabin heat transfer (demonstrated).
Figure 3. Schematic of cabin heat transfer (demonstrated).
Aerospace 12 00988 g003
Figure 4. Comparison of physics-informed parts between conventional and new PINN.
Figure 4. Comparison of physics-informed parts between conventional and new PINN.
Aerospace 12 00988 g004
Figure 5. Structure of physics-informed neural network.
Figure 5. Structure of physics-informed neural network.
Aerospace 12 00988 g005
Figure 6. Measurement system. (a) Diagram. (b) Photo.
Figure 6. Measurement system. (a) Diagram. (b) Photo.
Aerospace 12 00988 g006aAerospace 12 00988 g006b
Figure 7. Flight altitude data of 8 sorties.
Figure 7. Flight altitude data of 8 sorties.
Aerospace 12 00988 g007
Figure 8. Mach number data of 8 sorties.
Figure 8. Mach number data of 8 sorties.
Aerospace 12 00988 g008
Figure 9. Temperature changing tendency of measured point (1# flight sortie).
Figure 9. Temperature changing tendency of measured point (1# flight sortie).
Aerospace 12 00988 g009
Figure 10. Heatmap of Pearson correlation coefficients between cabin temperature and external environment.
Figure 10. Heatmap of Pearson correlation coefficients between cabin temperature and external environment.
Aerospace 12 00988 g010
Figure 11. Influence of iteration count on loss function values.
Figure 11. Influence of iteration count on loss function values.
Aerospace 12 00988 g011
Figure 12. MAE and RMSE of prediction result (cabin 7 is center cabin). (a) MAE. (b) RMSE.
Figure 12. MAE and RMSE of prediction result (cabin 7 is center cabin). (a) MAE. (b) RMSE.
Aerospace 12 00988 g012
Figure 13. Sorties MAE distribution of prediction result (cabin 7 is center cabin). (a) Different cabins. (b) Different sorties.
Figure 13. Sorties MAE distribution of prediction result (cabin 7 is center cabin). (a) Different cabins. (b) Different sorties.
Aerospace 12 00988 g013
Figure 14. Differences between the physics-informed and conventional neural network.
Figure 14. Differences between the physics-informed and conventional neural network.
Aerospace 12 00988 g014
Figure 15. Performance comparison between the PINN and conventional neural network.
Figure 15. Performance comparison between the PINN and conventional neural network.
Aerospace 12 00988 g015
Table 1. Measurement instrument parameters.
Table 1. Measurement instrument parameters.
InstrumentsModelsParameters
Data acquisition instrumentKAM-500, ACRA CONTROLMaximum sample rate: 500 K/s
BatteryDH15206, DONGHUA Co., Ltd.14.8 V, 6.6 Ah
ThermocoupleK-type, DONGHUA Co., Ltd.Measurement range: −200~200 °C; Accuracy: 0.1 K
Table 2. Parameter setting during neural network training.
Table 2. Parameter setting during neural network training.
ParametersValues
Maximum number of iterations50,000
Sortie number of training set 4
Sortie number of test set4
Number of hidden layers2
Number of nodes per layer30
Activation functionTanh
OptimizerAdam
Learning rate0.01
Decay rate0.005
Mini-batch size256
Table 3. The maximum and minimum temperatures of ambient and seven cabins (sorties 1).
Table 3. The maximum and minimum temperatures of ambient and seven cabins (sorties 1).
AreaMaximum Temperature/°CMinimum Temperature/°C
1Ambient35−47.1
2Center cabin48.632.9
31# cabin38.213.3
42# cabin39.84.2
53# cabin35.1−10.1
64# cabin3813.3
75# cabin36.2−12
86# cabin36.1−12.8
Table 4. The sortie 5–8 MAE of prediction results.
Table 4. The sortie 5–8 MAE of prediction results.
SortieAverage MAEStd DevMin MAEMax MAE
51.600.680.993.00
61.720.650.782.57
71.860.680.822.80
82.790.931.273.74
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Liu, Z.; Cai, L.; Zhang, J.; He, Y.; Ren, Z.; Ding, C. Predicting Airplane Cabin Temperature Using a Physics-Informed Neural Network Based on a Priori Monotonicity. Aerospace 2025, 12, 988. https://doi.org/10.3390/aerospace12110988

AMA Style

Liu Z, Cai L, Zhang J, He Y, Ren Z, Ding C. Predicting Airplane Cabin Temperature Using a Physics-Informed Neural Network Based on a Priori Monotonicity. Aerospace. 2025; 12(11):988. https://doi.org/10.3390/aerospace12110988

Chicago/Turabian Style

Liu, Zijian, Liangxu Cai, Jianjun Zhang, Yuheng He, Zhanyong Ren, and Chen Ding. 2025. "Predicting Airplane Cabin Temperature Using a Physics-Informed Neural Network Based on a Priori Monotonicity" Aerospace 12, no. 11: 988. https://doi.org/10.3390/aerospace12110988

APA Style

Liu, Z., Cai, L., Zhang, J., He, Y., Ren, Z., & Ding, C. (2025). Predicting Airplane Cabin Temperature Using a Physics-Informed Neural Network Based on a Priori Monotonicity. Aerospace, 12(11), 988. https://doi.org/10.3390/aerospace12110988

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop