Open Access
ARTICLE
Physics-Informed Neural Networks for Hail-Impact Dynamics of Photovoltaic Panels: Multi-Condition Forward Modeling and Inverse Identification of Contact Stiffness
1 Multi-Scale Analysis of Materials (MUSAM), IMT School for Advanced Studies, Lucca, Italy
2 School of Mechanical Sciences, Indian Institute of Technology Bhubaneswar, Kansapada, India
* Corresponding Authors: Hassaan Idrees. Email: ; Marco Paggi. Email:
Computers, Materials & Continua 2026, 89(2), 20 https://doi.org/10.32604/cmc.2026.085634
Received 14 May 2026; Accepted 27 July 2026; Issue published 15 September 2026
Abstract
Hail impacts on photovoltaic laminates generate strongly nonlinear contact forces whose polynomial restoring form and coefficients govern the resulting damage pattern. Predicting the dynamic response across a range of impact velocities, and inferring substrate properties from post-event vibration measurements, are two tasks that classical time-integration schemes do not address in a unified manner. This work develops a physics-informed neural network (PINN) framework that handles both. For the forward problem, the network is conditioned on the initial velocity and trained simultaneously at four representative hail-impact speeds, i.e., m/s, so that it learns a solution operator rather than a single trajectory; relative errors against Newmark- reference solutions reach for the soft and medium substrate regimes and for the hard regime, in both undamped and damped configurations. The predictive performance of the PINN was evaluated across both interpolation and extrapolation scenarios. For interpolation at an initial velocity of 5 m/s, the model achieved computational speed-ups of approximately 30×, 19×, and 4× for soft, medium, and hard undamped stiffness, respectively. Furthermore, in an extrapolation scenario at 7 m/s, the model demonstrated a 40× speed-up for the soft undamped case. For the inverse problem, a two-phase algorithm alternates network refinement with an analytical least-squares update under gradient-balanced physics regularization and an exponential loss ramp. All polynomial stiffness coefficients are recovered within 6% of their true values from as few as 300 sparse displacement–velocity samples, and the damping coefficient with an error below 1%. Benchmark verification on the Duffing and belt–mass oscillators yields parameter errors below 0.4%, confirming that the strategy is not tied to the polynomial restoring-force structure. The inverse methodology was then evaluated using data corrupted by Gaussian noise, demonstrating robust noise insensitivity. Although the coefficients for the soft, medium, and hard substrates differ by one to two orders of magnitude, the achieved identification accuracy is sufficient to discriminate substrate type and, by extension, to flag mechanical degradation of a PV backing layer from data obtained through numerical simulation. For future work, the proposed model should be evaluated using similar experimental data.Keywords
The global installed capacity of photovoltaic (PV) systems has surpassed one terawatt [1], yet the structural resilience of PV laminates against severe weather events, such as hailstorms, remains a critical concern for long-term energy yield and asset valuation. Experimental hail-impact studies have shown that the contact between a hail particle and a PV glass panel generates strongly nonlinear restoring forces. These forces depend largely on the compliance of the supporting substrate and produce qualitatively distinct indentation, cracking, and delamination patterns.
Researchers demonstrated that the resulting contact dynamics can be represented by a single-degree-of-freedom (SDOF) oscillator [2]. This experimentally grounded model forms the physical basis of the present study. From a design and monitoring standpoint, two complementary tasks arise. First, for a given substrate and hail-speed scenario, the forward impact response must be predicted rapidly enough to permit parametric screening across the range of impact velocities. Second, when sparse vibration measurements are available from an instrumented panel after a hail event, the effective contact stiffness coefficients must be identified from those data, as deviations from baseline values serve as indicators of substrate degradation. Classical time-integration schemes such as the Newmark-
In recent years, PINNs have emerged as a promising approach to address these challenges. PINNs belong to the broader class of physics-informed machine learning methods that incorporate governing equations and initial/boundary conditions directly into the training process of neural networks [4–11]. By embedding known physical laws into the loss function, PINNs are capable of learning solutions to differential equations with minimal or even no labeled data.
A particular focus within the mechanics community has been the application of PINNs to dynamic simulations, i.e., time-dependent problems such as vibrations, wave propagation, and structural responses to external loads. In the standard PINN formulation, time is treated as an additional input variable, allowing the neural network to learn the complete space-time solution of a dynamical system [12–14]. Recent studies have further extended PINNs to contact mechanics. For instance, Sahin et al. [15] proposed a mixed-variable PINN with output transformations to enforce boundary conditions and incorporated Karush-Kuhn-Tucker (KKT) contact constraints through a Fischer–Burmeister formulation, demonstrating accurate forward, inverse, and surrogate modeling for the Hertzian contact problem. More broadly, PINNs and their variants have been applied to a wide spectrum of nonlinear dynamical systems [16–18]. For example, Zhu et al. [19] employed PINNs for hydrodynamic analysis to model vortex-induced vibrations, while Shaikh et al. [20] developed a PINN-based inverse framework to identify forcing functions in Duffing oscillators, achieving high accuracy in dynamic load identification.
A well-documented challenge for PINNs applied to dynamical systems is spectral bias: neural networks trained with gradient descent tend to learn low-frequency components of the target function more readily than high-frequency features [21]. This tendency is rooted in the spectral properties of the neural tangent kernel [22] and has been shown to hinder the accurate learning of solutions containing sharp gradients or rapid oscillations precisely the features present in stiff impact dynamics. Several mitigation strategies have been proposed, including curriculum learning [23], multiscale Fourier feature mappings [24], Kronecker architectures [25], and modal-informed network design [26]. While these approaches show promising improvements for specific problem classes, many require problem-specific tuning and labeled data, and their integration can complicate the unified forward inverse workflow that is a key advantage of the standard PINN framework [27]. In the present work, spectral bias is mitigated through careful nondimensionalization of all variables and coefficients (Section 2.3.1), which brings the polynomial stiffness terms spanning up to fifteen orders of magnitude in their dimensional form into a numerically balanced range. This practical strategy, combined with the multi-condition training approach described in Section 2.4, proves sufficient for the systems considered here without requiring specialized network architectures.
Beyond forward simulation, PINNs have attracted increasing interest for inverse problems in structural and nonlinear dynamics, particularly for identifying unknown system parameters from measured response data. Lai et al. [28] combined physics-informed Neural ODEs with sparse regression to identify structural models from vibration measurements, while Haghighat et al. [29] developed a multi-network PINN architecture for material-parameter inversion in solid mechanics. Linka et al. [30] incorporated Bayesian inference within the PINN framework to quantify parametric uncertainty in nonlinear oscillators under sparse and noisy data. More recently, Zhai et al. [31] proposed a Runge-Kutta PINN (RK-PINN) that embeds integration cells to enable parameter estimation for nonlinear dynamical systems subjected to external excitations. Raj and Banerjee [32] introduced Fisher-information-guided PINNs with Fourier feature embeddings for real-time parameter identification in digital twins of vibratory systems.
These studies highlight the versatility of physics-informed learning for solving inverse problems. However, to the best of the authors’ knowledge, no existing study has applied physics-informed learning to the specific problem of characterizing contact stiffness in hail-loaded PV laminates, with highly stiff nonlinear equations. This combination of extreme coefficient ranges, stiff dynamics, and the practical need for both rapid forward evaluation and sparse-data inverse identification constitutes an unresolved challenge at the intersection of nonlinear dynamics and structural health monitoring of renewable energy systems.
It is also important to recognize the broader limitations of PINNs reported in the literature. In many cases, training a PINN can be orders of magnitude slower than executing a conventional solver for a single scenario [33], and the models are often more difficult to tune due to their problem-dependent optimization behavior [34]. In terms of forward-simulation accuracy, Grossmann et al. [35] showed that PINNs do not consistently outperform standard finite element methods, reinforcing that they are not yet a replacement for established numerical solvers. Despite growing interest in PINN-based computational mechanics and structural dynamics, there are still gaps in the literature that motivate the present work. First, most PINN formulations for engineering problems train a separate network per initial condition, yielding single-trajectory surrogates that require full retraining for each new loading scenario [4,29]. Second, although parametric PINNs have recently been proposed to embed problem parameters as explicit inputs [36], their application has remained confined to canonical benchmark PDEs, and velocity-conditioned nonlinear impact dynamics have not been addressed. Third, PINN-based contact studies are restricted to static or quasi-static elasticity, while prior PV hail-impact work has demonstrated the decisive role of substrate stiffness on damage yet relies on conventional finite element solvers without inverse-identification capability [2]. The present work closes all three gaps by introducing a velocity-conditioned parametric PINN that learns a multi-speed impact solution map, paired with a physics-informed two-phase inverse algorithm that recovers polynomial contact stiffness coefficients from sparse, noisy measurements across soft, medium, and hard substrate regimes.
In light of the current state of the art, this study focuses on the intersection of PINNs and nonlinear impact mechanics, an area that presents both significant potential and unresolved challenges. The main contributions of the present work are summarized as follows:
1. Parametric PINN for nonlinear hail-impact dynamics. A forward PINN formulation is developed in which the impact velocity is introduced as an explicit input parameter. This allows a single trained network to represent the transient response over a range of impact conditions, instead of learning only one fixed trajectory. The trained model is further evaluated at unseen impact velocities to assess its interpolation capability and to demonstrate that it learns a velocity-dependent solution map.
2. Physics-informed inverse PINN framework for parameter estimation. A hybrid inverse-identification strategy is proposed for estimating the effective coefficients of the nonlinear impact model from sparse displacement data from numerical simulation with Gaussian noise. The approach combines physics-informed residual minimization with a least-squares parameter-update step, enabling the recovery of contact stiffness parameters relevant to PV backing-layer degradation assessment without requiring direct indentation-based characterization.
3. Robust validation across impact regimes, benchmark systems, and noisy observation. The proposed framework is systematically evaluated on six hail-impact configurations, covering soft, medium, and hard stiffness regimes with both undamped and damped responses. In addition, two representative benchmark oscillators, namely the Duffing oscillator and the belt–mass system, are considered. The forward model is tested at unseen impact velocities, while the inverse framework is assessed under noisy displacement and velocity observations to examine its robustness under more realistic measurement conditions.
The remainder of this paper is organized as follows. Section 2 presents the governing equations of the considered nonlinear dynamical systems, along with the proposed PINNs framework. This includes the multi-condition and inverse formulations, and the loss function design. Section 3 focuses on the forward problem, where the capability of the PINN to accurately reproduce system dynamics is assessed for different nonlinear oscillators. It also includes addresses the inverse problem, demonstrating the identification of unknown physical parameters using the proposed hybrid and physics-informed strategies. Section 4 concludes the paper and outlines potential directions for future research.
In this section, we introduce the analytical models considered in this work, focusing on three representative nonlinear dynamical systems: (i) a single-degree-of-freedom (SDOF) impact oscillator with polynomial restoring forces; (ii) the Duffing oscillator, a classical nonlinear system with cubic stiffness and viscous damping; and (iii) a belt–mass oscillator that combines linear and quadratic damping with cubic stiffness, capturing nonlinear dissipation effects.
These systems allow us to examine the proposed framework across different types of nonlinear behavior, ranging from stiffness-driven impact dynamics to nonlinear resonance and damping-dominated responses. The section also outlines the key components of the methodology, including the multi-condition PINN architecture, the physics-informed inverse formulation, the adopted non-dimensionalization strategy, the design of the loss function, and the Newmark–
2.1 Nonlinear Analysis of Single-Degree-of-Freedom Oscillator
The nonlinear single-degree-of-freedom (SDOF) oscillator is derived from Newton’s second law for a lumped mass–spring–damper system with a nonlinear restoring force
where
In the present study, the focus is on the unforced (
To emulate impact behavior using a smooth surrogate, the restoring force is modeled with a high-order polynomial that stiffens rapidly as the amplitude increases:
Substituting Eq. (3) into Eq. (2) and dividing by
The coefficients in Eq. (4) are expressed in mass-normalized form in Eq. (5):
To investigate the influence of stiffness severity and nonlinearity, three regimes are considered: soft, medium, and hard. These regimes are defined by the coefficients listed in Table 1, which were experimentally determined from indentation tests on substrates made of different materials [2].

These three substrate types are directly relevant to photovoltaic panel construction. In standard PV laminate assemblies, the glass–encapsulant–cell stack is mounted on a backing layer whose compliance governs the contact mechanics during hail impact. The coefficients in Table 1 were determined by Corrado et al. [2] from quasi-static indentation tests on substrates representative of those used in commercial PV modules. The physical system could be observed in Fig. 1. In the experiments, each regime corresponds to a distinct type of substrate. The hard case represents a wooden board, which exhibits the highest stiffness and produces localized indentation with concentrated cracking around the impact point. The medium case corresponds to an alveolar polycarbonate layer, providing moderate compliance and resulting in a broader crack field characterized by both radial and circumferential features. The soft case represents an expanded polystyrene layer, which has the lowest stiffness and leads to widespread deformation accompanied by extended circumferential cracking.

Figure 1: Hail-impact model for photovoltaic laminates. (a) Physical configuration showing the layered laminate and three substrate types of increasing stiffness. (b) Equivalent SDOF oscillator with polynomial contact stiffness.
For compact notation, these cases may equivalently be treated as a parametric family which is represented in Eq. (6):
where
The baseline initial conditions are adopted from experimental hail-impact tests on photovoltaic panels [2]:
To investigate the stabilizing influence on stiff dynamics, we consider an additional model that incorporates viscous damping. Following a derivation analogous to that for the undamped case, the generalized ODE for the damped system is given by Eq. (8):
where the damping coefficient per unit mass
To demonstrate the generality and portability of the PINN framework beyond impact dynamics, two benchmark nonlinear oscillators with distinct damping and stiffness terms, namely, the Duffing oscillator and the belt-mass oscillator, are considered here. Their formulations and parameters are adopted from the literature [31,40] and shown in Figs. 2 and 3. Herein, the Duffing oscillator represents a single-degree-of-freedom mass–spring system with cubic nonlinear stiffness, commonly used to study nonlinear resonance and amplitude-dependent dynamics. While, the belt–mass system models a mass interacting with a moving belt, where the presence of both linear and quadratic damping captures nonlinear dissipation effects typical of friction-driven systems.

Figure 2: Benchmark System A: Duffing oscillator.

Figure 3: Benchmark System B: Belt–mass system.
The nonlinear governing equation for the damped vibration of the Duffing oscillator reads:
The following parameters expressed in international system and adopted from [31,40]:
and the initial conditions
are adopted for the analysis.
2.2.2 Belt–Mass Oscillator with Linear-Quadratic Damping and Cubic Stiffness
As a second benchmark problem, the belt–mass oscillator with linear–quadratic damping and cubic stiffness is considered, whose governing equation is given in Eq. (12) as:
The following parameters expressed in international system and are adopted from [31,40]:
and the initial conditions
are adopted for the analysis. This model captures rapid energy dissipation through the
2.3 Physics-Informed Neural Networks
PINNs provide a framework for approximating the solution of differential equations by embedding the governing physics directly into the training of a neural network. In this work, a feed-forward neural network
Fig. 4 illustrates the overall PINN framework adopted in this work. The neural network takes time

Figure 4: Schematic of the physics-informed neural network (PINN) framework. The neural network maps time to displacement, while automatic differentiation provides the required derivatives to enforce the governing equation. The training is guided by a combined loss incorporating physics, data, and initial condition constraints.
The governing equation for a generic nonlinear oscillator can be written as in Eq. (15):
Within the PINN framework, the network prediction
which is minimized at collocation points
Loss Function
Direct training on dimensional variables proved to be unstable due to large differences in the magnitudes of the coefficients. To improve numerical conditioning, all variables and coefficients are therefore expressed in nondimensional form shown below:
In Eq. (17),
The total loss (
For the specific systems considered in this work, the residual
evaluated at collocation points
The IC loss (
The data loss term (
which is restricted to the early transient phase. Furthermore, the variable
For the current problem, a PINN architecture with 3 hidden layers and 64 neurons was chosen. To justify the selected PINN architecture, a width-and-depth sensitivity analysis was performed for the soft-undamped case at 6.0 m/s initial velocity. Networks with widths of 32, 64, and 128 neurons and depths of 2, 3, and 4 hidden layers were compared for 3000 training epochs. The results shown in the Fig. 5, indicate that two-layer networks were less accurate, while four-layer networks increased the computational cost and did not consistently improve the prediction accuracy. The 3

Figure 5: Architecture ablation study for optimal depth and width of the network.
The network is trained using the Adam optimizer with a learning rate of
For the baseline impact oscillator, no displacement data are used; the training relies solely on physics residuals and initial conditions. For the benchmark problems, hybrid terms are selectively introduced to incorporate partially supervised data into the loss function. The PINNs training procedure is presented in Algorithm 1. It describes the training of the forward PINNs for a given nonlinear oscillator. The network is trained by minimizing a loss composed of the governing equation residual and initial condition constraints. At each iteration, collocation points are sampled, after which the network prediction and its derivatives are computed via automatic differentiation. Finally the parameters are updated using gradient-based optimization.

2.4 Multi-Condition Forward Training
A key limitation of standard PINN training for ODEs is that the learned model is tied to a single initial condition and therefore lacks predictive capability for other trajectories of the same system. To address this limitation, we augment the network input with the initial velocity
In Eq. (23),
During each training epoch, the loss is accumulated over all
where in Eq. (24), each component is evaluated along the trajectory corresponding to
In this study, each impact case is analyzed using four (
The benchmark systems (Duffing and belt–mass oscillators) are considered with single initial conditions, as their dynamics are already well validated in the existing literature.
2.5 Inverse PINN Formulation for Parameter Estimation
For the inverse problem, the objective is to recover the unknown physical parameters
A central challenge is that jointly optimizing the network weights and physical parameters through a single composite loss is notoriously ill-conditioned: inaccurate parameter estimates create a spurious physics-loss landscape that corrupts the network’s displacement field, which in turn leads to even poorer parameter estimates in a destructive feedback loop. This issue is addressed through a three-pronged strategy: (i) alternating updates of the network weights and physical parameters so that each subproblem remains well conditioned, (ii) gradient-balanced weighting of the physics loss to prevent the ODE residual from overwhelming the data signal, and (iii) an exponential ramp that gradually introduces the physics loss during training.
Phase 1: Warm-up.
The neural network
where
Phase 2: Alternating optimization with gradient-balanced physics
Training proceeds for
Step A—Analytical least-squares parameter update
At the beginning of each round-and periodically every
where
where
For the impact cases, the design matrix columns are defined as:
for the damped system, and
for the undamped system, where
Step B—Gradient-balanced network refinement
The neural network weights are updated using the Adam optimizer to minimize the composite loss, as mentioned in Eq. (30):
where the physics loss
Crucially, the parameters appearing in
Inverse-Dirichlet gradient balancing
The effective physics weight
where in Eq. (31),
For computational efficiency, the gradient norms are recomputed every 100 epochs; between updates, the most recently computed value of
Tracking of best model state
Throughout Phase 2, the model state and parameters corresponding to the lowest relative
The complete procedure is summarized in Algorithm 2. This algorithm presents the proposed inverse PINN framework. The training proceeds in two stages. First, a short warm-up phase is performed using only data and initial condition losses to obtain a stable initial solution. This is followed by an alternating optimization procedure, where the physical parameters are updated through a least-squares step, and the network is subsequently refined using a gradient-balanced loss that incorporates physics. This decoupled strategy improves stability and robustness in parameter identification.

2.6 Benchmark Numerical Solver: Newmark-
To benchmark the accuracy of the proposed PINN framework, reference solutions are computed using the classical Newmark family of time-integration schemes, which are widely employed in structural dynamics. A general nonlinear oscillator can be represented in Eq. (32) as:
with restoring force
where

This setup provides highly accurate reference trajectories against which the PINN predictions are compared. The Newmark solution was also validated against the inbuilt Python solver solve_ivp, showing good agreement, as illustrated in Figs. 6 and 7 for the soft-stiffness case. It shows the evolution of displacement and velocity for an impact oscillator with time. The results are further consistent with those reported in the literature [2]. The good agreement of the figures with the literature and other numerical methods validates our approach.

Figure 6: Comparison of displacement time histories from the Newmark and RK45 methods.

Figure 7: Velocity comparison between the Newmark and RK45 methods.
3.1 Forward Problem: Undamped Impact Oscillator
The nonlinear impact oscillator in the absence of damping (
The soft stiffness case corresponds to the parameter set listed in Table 1, whose coefficients produce relatively smooth oscillatory responses. Figs. 8 and 9 show the displacement response and the corresponding relative

Figure 8: Comparison of displacement predictions for the soft-stiffness material without damping: PINN vs. Newmark method.

Figure 9: Relative
The two solutions exhibit close agreement over the full 2.4 ms simulation window, with the PINNs accurately reproducing both the amplitude envelope and the oscillation frequency for all three impact velocities. The relative


Figure 10: PINNs prediction for an extrapolation case for unseen velocity of 7 m/s.
For comparison, a vanilla neural network (NN) trained for an initial velocity of 6 m/s is shown in Fig. 11. The vanilla neural network reproduces the reference trajectory faithfully within its supervised training interval but diverges rapidly beyond it, as can be seen in Fig. 11. This comparison shows the specific contribution of the physics-informed loss, i.e., the governing equation residual acts as an inductive bias that constrains the network to the manifold of physically admissible trajectories. The physics loss also prevents the extrapolation failure that is characteristic of purely data-driven surrogates. For impact dynamics applications, where the goal is to predict the full contact oscillation sequence from a model trained on partial or heterogeneous data, this physics-constrained generalization is essential.

Figure 11: Comparison of PINN, NN, and Newmark solutions for the soft-stiffness material without damping, showing the predicted displacement.
Similarly, simulations were performed for the medium-stiffness case. Increasing the stiffness coefficients by roughly one to two orders of magnitude (Table 1) activates the higher-order polynomial terms more strongly. This results in a markedly sharper restoring force and a corresponding increase in oscillation frequency. Figs. 12 and 13 show that the PINN maintains accuracy at the

Figure 12: Comparison of predicted displacement for the medium-stiffness material without damping with the Newmark method.

Figure 13: Relative
The numerical solution shows close agreement with the PINN predictions, with both amplitude and phase matching well throughout the plotted interval. The network successfully reproduces the higher oscillation frequency induced by the medium stiffness coefficients, accurately capturing the zero-crossings and peak displacements at the same time instants as the Newmark solution. For the medium and hard undamped cases, interpolation at an unseen velocity within the training range also produced errors of the order of
In the hard-stiffness regime, the restoring force coefficients increase by a further one to two orders of magnitude, producing near-impulsive contact dynamics with sharp displacement peaks. Remarkably, the PINN achieves its lowest errors in this most challenging regime, with the relative

Figure 14: Comparison of displacement predictions for the hard-stiffness material without damping: PINN vs. Newmark method.

Figure 15: Relative
In contrast to the soft- and medium-stiffness cases, the error for the hard-stiffness material is on the order of
3.2 Forward Problem: Damped Impact Oscillator
We now include viscous damping, which plays a dual role: physically, it dissipates energy and stabilizes the response; computationally, it regularizes the PINN optimization by suppressing long-horizon error accumulation. In real PV laminate systems, energy dissipation arises from viscoelastic material behavior in between the layers, and the effective damping level varies with temperature, loading rate, and material aging state. Modeling the damped response is therefore essential for capturing realistic post-impact oscillations. As in the undamped case, the PINN is trained simultaneously on three initial velocities
The results for the soft-stiffness case with damping are presented in Figs. 16 and 17. The PINN solution shows excellent agreement with the Newmark reference over the entire simulation horizon. The introduction of damping alters the system response, and this change is accurately captured by the PINN. Moreover, damping reduces the sensitivity of the PINN to training inaccuracies by stabilizing the dynamics. While the minimum relative

Figure 16: Comparison of displacement predictions for the soft-stiffness material with damping: PINN vs. Newmark method.

Figure 17: Relative
The medium-stiffness scenario with damping is presented in Figs. 18 and 19. The PINN again closely matches the Newmark solution, accurately capturing both the higher oscillation frequency and the dissipative decay. Notably, the number of training epochs required to reach the minimum error is reduced, as the relative error attains the order of

Figure 18: Comparison of displacement predictions for the medium-stiffness material with damping: PINN vs. Newmark method.

Figure 19: Relative
The hard-stiffness case with damping is presented in Figs. 20 and 21. Compared to the undamped counterpart, damping significantly delays the onset of deviations. The PINN accurately captures the initial oscillations and reproduces the decaying amplitude trend observed in the Newmark solution. Toward the end of the simulation horizon, some phase drift and slight underestimation of the displacement amplitude are observed; however, the errors remain smaller and accumulate more slowly than in the undamped case.

Figure 20: Comparison of displacement predictions for the hard-stiffness material with damping: PINN vs. Newmark method.

Figure 21: Relative
Similar to the undamped cases, interpolation tests were performed for the damped cases at the unseen velocity of 5 m/s within the training range. In all damped cases, the relative errors remained of the order of

3.3 Benchmark Problem I: Damped Duffing Oscillator
The Duffing oscillator is a canonical benchmark for nonlinear vibration analysis and is included here not as an additional application case but as an independent verification of the PINN framework on a well-characterized system with known analytical properties. It incorporates linear and cubic stiffness terms along with viscous damping, making it a representative test case for systems exhibiting hardening or softening nonlinearities. Parameter values are listed in Table 4, with initial conditions

Before applying PINNs, the problem was solved using the Newmark-

Figure 22: Comparison of displacement responses from the Newmark and RK45 methods for the Duffing oscillator.

Figure 23: Comparison of velocity responses from the Newmark and RK45 methods for the Duffing oscillator.
Hybrid PINN Solution
A hybrid PINN was then applied to Eq. (9). Unlike the impact problem, where no data were used, the Duffing oscillator PINN incorporates both physics-informed residuals and partial supervised data over the first half of the time domain (
The network architecture follows the setup described in Section 2.3, with two hidden layers of 64 neurons each and the tanh activation function. Inputs and outputs were non-dimensionalized using
The total loss function combines all the relevant loss terms and be written as in Eq. (34):
where
The PINN was trained for 80,000 epochs using the Adam optimizer with a learning rate of
Figs. 24 and 25 show the PINN predictions compared with the reference numerical solution, along with the corresponding relative

Figure 24: Performance of PINNs for the Duffing oscillator compared with the Newmark method.

Figure 25: Relative
3.4 Benchmark Problem II: Nonlinear Belt–Mass System
The belt–mass system (Eq. (12)) represents a more complex nonlinear oscillator, incorporating viscous damping, quadratic damping, and cubic stiffness nonlinearities. This system provides a second independent verification case and is particularly relevant because the quadratic damping term


Figure 26: Displacement comparison between the Newmark and RK45 methods for the nonlinear Belt-Mass system.

Figure 27: Velocity comparison between the Newmark and RK45 methods for the nonlinear Belt-Mass system.
Hybrid PINN Solution
A hybrid PINN was trained on the belt–mass system using the same architecture as in the previous setups, comprising two hidden layers of 64 neurons each with tanh activation functions. Inputs and outputs were nondimensionalized to enhance numerical stability. The loss function combined physics, initial condition, and supervised data terms, with the supervised contribution restricted to the first half of the simulation window (
Figs. 28 and 29 show the PINN predictions compared with the numerical solution and the corresponding relative

Figure 28: Performance of Hybrid PINNs for nonlinear Belt-Mass system compared with the Newmark method

Figure 29: Relative
This section demonstrates the inverse capability of the proposed framework, i.e., recovering all governing physical coefficients from sparse displacement–velocity observations, without prior knowledge of the true parameter values. In the context of hail-impact assessment, this corresponds to the scenario of estimating the effective contact stiffness properties of a PV substrate in a simulation setting. The ability to perform such identification from sparse data is the principal engineering contribution of this work. The network is provided with
Table 6 summarizes the identified parameters for the three undamped stiffness regimes. All four coefficients

Fig. 30 shows the parameter convergence histories. During the initial warm-up phase, all parameters remain near their initial guesses. Once the alternating optimization with gradient-balanced physics loss commences, the parameters converge steadily toward their true values. The staircase-like pattern corresponds to the discrete LS updates at the start of each round, while the smooth plateaux during intermediate Adam epochs reflect the network’s refinement of the displacement field.

Figure 30: Parameter convergence histories for the three undamped impact cases (inverse PINN). Dashed lines indicate true values; final-epoch percentage errors are annotated.
For the damped cases, the inverse PINN also identifies the damping coefficient

Fig. 31 reveals distinct convergence behaviours across damping regimes. The hard damped case (

Figure 31: Parameter convergence for the three damped impact cases (inverse PINN). The damping coefficient
3.5.3 Benchmark Inverse Problems
Table 8 reports the results for the Duffing oscillator and the belt-mass system. Both the systems are treated with the full inverse PINN framework (data + IC + physics), with the physics loss evaluated as a strong-form collocation residual at 500 uniformly spaced interior points.

All benchmark parameters are recovered with errors below 0.4%, as shown in Fig. 32. It confirms that the current strategy is not specific to the polynomial restoring force structure of the impact oscillator. The belt–mass system is especially instructive because its quadratic damping term

Figure 32: Parameter convergence for the benchmark inverse cases. Left: belt-mass system (4 parameters including quadratic damping
3.5.4 Inverse Parameters Estimations with Noise
The inverse problem was extended by adding gaussian noise to the data obtained from the Newmark solver, to test the scenario of real data potentially acquired by sensors. The results are listed in Tables 9 and 10 and show that our methodology remains reasonably robust to moderate noise.


3.5.5 Quantitative Uncertainty Quantification
To assess the influence of the equivalent SDOF assumption, a bootstrap-based uncertainty analysis was performed for the soft undamped case using 15 repeated identification runs, as shown in Fig. 33. The estimated distributions of

Figure 33: Bootstrap-based uncertainty analysis for the inverse parameters estimation.
3.5.6 Role of Gradient Balancing
The gradient-balanced physics weighting (Eq. (31)) is the key ingredient that enables the inverse PINN to function reliably. Without it, the physics loss produces large, misdirected gradients that corrupt the data-learned displacement field. The exponential ramp provides an additional layer of protection during early training, ensuring that the physics contribution remains negligible until the LS has had several rounds to refine the parameters toward physically meaningful values.
To examine the influence of the gradient-balancing ratio (

Table 12 lists the case-adaptive hyperparameters. The gradient-balance ratio

4 Conclusion and Future Perspectives
This work has developed and validated a Physics-Informed Neural Network frame work for hail-induced impact dynamics, addressing both forward simulation and inverse parameter estimation across soft, medium, and hard stiffness regimes with and without viscous damping. For the forward problem, the multi-condition PINN reproduced the Newmark-
For the inverse problem, a two-phase algorithm was adopted which decoupled the learning tasks that destabilize the joint optimization. The physical coefficient updates was carried out by least squares method and its stability was ensured by a physics loss contribution. Across the six impact configurations, all stiffness coefficients, i.e.,
From the standpoint of photovoltaic module assessment, the practical implication is direct. Because the coefficient differences between soft, medium and hard substrates span one to two orders of magnitude, so a 6% identification error discriminates substrate type unambiguously. the inverse methodology was evaluated using data corrupted by Gaussian noise, demonstrating robust noise insensitivity. The current study can be extended in various directions, such as deploying and testing the inverse model on experimental data to ensures its practicality for real world scenarios. Finally, a meta learning strategy could be adopted in which a neural network would learn the context of the training, i.e., mapping the inputs to the outputs and would ensure that all the possibilities around this problem could be covered.
Acknowledgement: None.
Funding Statement: The authors received no specific funding for this study.
Author Contributions: The authors confirm contribution to the paper as follows: Conceptualization, Hassaan Idrees, Pattabhi Ramaiah Budarapu, Marco Paggi; methodology, Hassaan Idrees, Pattabhi Ramaiah Budarapu, Marco Paggi; validation, Hassaan Idrees, Pattabhi Ramaiah Budarapui; formal analysis, Hassaan Idrees, Pattabhi Ramaiah Budarapu, Marco Paggi; resources, Pattabhi Ramaiah Budarapu, Marco Paggi; data curation, Hassaan Idrees, Pattabhi Ramaiah Budarapu; writing—original draft preparation, Hassaan Idrees; writing—review and editing, Pattabhi Ramaiah Budarapu, Marco Paggi; visualization, Hassaan Idrees; project administration, Pattabhi Ramaiah Budarapu, Marco Paggi. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: All data generated or analysed during this study are included in this published article.
Ethics Approval: Not applicable.
Conflicts of Interest: Given his role as Editorial Board Member of this journal, Marco Paggi had no involvement in the peer review of this article and had no access to information regarding its peer review. Full responsibility for the editorial process for this article was delegated to another journal editor. The authors declare no other conflicts of interest.
References
1. Jäger-Waldau A. Snapshot of photovoltaics—May 2023. EPJ Photovolt. 2023;14:23. [Google Scholar]
2. Corrado M, Infuso A, Paggi M. Simulated hail impacts on flexible photovoltaic laminates: testing and modelling. Meccanica. 2017;52(6):1425–39. doi:10.1007/s11012-016-0483-2. [Google Scholar] [CrossRef]
3. Newmark NM. A method of computation for structural dynamics. J Eng Mech Div. 1959;85(3):67–94. doi:10.1061/jmcea3.0000098. [Google Scholar] [CrossRef]
4. Raissi M, Perdikaris P, Karniadakis GE. Physics-informed neural networks: a deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. J Comput Phys. 2019;378:686–707. [Google Scholar]
5. Cuomo S, Di Cola V, Schiano GF, Rozza G, Raissi M, Piccialli F. Scientific machine learning through physics-informed neural networks: where we are and what’s next. J Sci Comput. 2022;92(3):88. [Google Scholar]
6. Karniadakis GE, Kevrekidis IG, Lu L, Perdikaris P, Wang S, Yang L. Physics-informed machine learning. Nat Rev Phys. 2021;3(6):422–40. doi:10.1038/s42254-021-00314-5. [Google Scholar] [CrossRef]
7. Chen Z, Liu Y, Sun H. Physics-informed learning of governing equations from scarce data. Nat Commun. 2021;12(1):6136. doi:10.1038/s41467-021-26434-1. [Google Scholar] [CrossRef]
8. Pang G, Lu L, Karniadakis GE. fPINNs: fractional physics-informed neural networks. SIAM J Sci Comput. 2019;41(4):A2603–26. doi:10.1137/18m1229845. [Google Scholar] [CrossRef]
9. Raissi M, Perdikaris P, Ahmadi N, Karniadakis GE. Physics-informed neural networks and extensions. arXiv:2408.16806. 2024. [Google Scholar]
10. Luo K, Zhao J, Wang Y, Li J, Wen J, Liang J, et al. Physics-informed neural networks for PDE problems: a comprehensive review. Artif Intell Rev. 2025;58(10):1–43. doi:10.1007/s10462-025-11322-7. [Google Scholar] [CrossRef]
11. Sophiya AA, Nair AK, Maleki S, Krishnababu SK. A comprehensive analysis of PINNs: variants, applications, and challenges. arXiv:2505.22761. 2025. [Google Scholar]
12. Barbulescu R, Ciuprina G, Duca A, Machado P, Silveira LM. Physics-informed neural networks for a highly nonlinear dynamic system. J Math Ind. 2025;15(1):7. doi:10.1186/s13362-025-00172-1. [Google Scholar] [CrossRef]
13. Goswami S, Bora A, Yu Y, Karniadakis GE. Physics-informed deep neural operator networks. In: Machine learning in modeling and simulation: methods and applications. Cham, Switzerland: Springer; 2023. p. 219–54. [Google Scholar]
14. Mandl L, Goswami S, Lambers L, Ricken T. Separable physics-informed DeepONet: breaking the curse of dimensionality in physics-informed machine learning. Comput Methods Appl Mech Eng. 2025;434:117586. [Google Scholar]
15. Sahin T, von Danwitz M, Popp A. Solving forward and inverse problems of contact mechanics using physics-informed neural networks. Adv Model Simul Eng Sci. 2024;11(1):11. doi:10.1186/s40323-024-00265-3. [Google Scholar] [CrossRef]
16. Haywood AM, Arcieri G, Kamariotis A, Chatzi E. Response estimation and system identification of dynamical systems via physics-informed neural networks. Adv Model Simul Eng Sci. 2025;12(1):8. doi:10.1186/s40323-025-00291-9. [Google Scholar] [CrossRef]
17. Cardoso-Bihlo E, Bihlo A. Exactly conservative physics-informed neural networks and deep operator networks for dynamical systems. Neural Netw. 2025;181(6):106826. doi:10.1016/j.neunet.2024.106826. [Google Scholar] [CrossRef]
18. Stiasny J, Zhang B, Chatzivasileiadis S. PINNSim: a simulator for power system dynamics based on physics-informed neural networks. Elect Power Syst Res. 2024;235:110796. [Google Scholar]
19. Zhu Y, Yan Y, Zhang Y, Zhou Y, Zhao Q, Liu T, et al. Application of physics-informed neural network (PINN) in the experimental study of vortex-induced vibration with tunable stiffness. In: Proceedings of the 33rd International Ocean and Polar Engineering Conference; 2023 Jun 19–23; Ottawa, Canada. p. ISOPE-I. [Google Scholar]
20. Shaikh SA, Cherukuri H, Khan T. Recovering the forcing function in systems with one degree of freedom using ANN and physics information. Algorithms. 2023;16(5):250. doi:10.3390/a16050250. [Google Scholar] [CrossRef]
21. Rahaman N, Baratin A, Arpit D, Draxler F, Lin M, Hamprecht F, et al. On the spectral bias of neural networks. In: Proceedings of the 36th International Conference on Machine Learning; 2019 Jun 9–15; Long Beach, CA, USA. p. 5301–10. [Google Scholar]
22. Wang S, Yu X, Perdikaris P. When and why PINNs fail to train: a neural tangent kernel perspective. J Comput Phys. 2022;449:110768. [Google Scholar]
23. Krishnapriyan A, Gholami A, Zhe S, Kirby R, Mahoney MW. Characterizing possible failure modes in physics-informed neural networks. Adv Neural Inf Process Syst. 2021;34:26548–60. [Google Scholar]
24. Cao Y, Fang Z, Wu Y, Zhou DX, Gu Q. Towards understanding the spectral bias of deep learning. arXiv:1912.01198. 2019. [Google Scholar]
25. Waheed UB. Kronecker neural networks overcome spectral bias for PINN-based wavefield computation. IEEE GeosciRemote Sens Lett. 2022;19:1–5. doi:10.1109/lgrs.2022.3209901. [Google Scholar] [CrossRef]
26. Ding W, He Q, Tong H, Wang Q, Wang P. Solving coupled differential equation groups using PINO-CDE. Mech Syst Signal Process. 2024;208(4):111014. doi:10.1016/j.ymssp.2023.111014. [Google Scholar] [CrossRef]
27. Zhang R, Liu Y, Sun H. Physics-guided convolutional neural network (PhyCNN) for data-driven seismic response modeling. Eng Struct. 2020;215(5):110704. doi:10.1016/j.engstruct.2020.110704. [Google Scholar] [CrossRef]
28. Lai Z, Mylonas C, Nagarajaiah S, Chatzi E. Structural identification with physics-informed neural ordinary differential equations. J Sound Vib. 2021;508(2):116196. doi:10.1016/j.jsv.2021.116196. [Google Scholar] [CrossRef]
29. Haghighat E, Raissi M, Moure A, Gomez H, Juanes R. A physics-informed deep learning framework for inversion and surrogate modeling in solid mechanics. Comput Methods Appl Mech Eng. 2021;379(7553):113741. doi:10.1016/j.cma.2021.113741. [Google Scholar] [CrossRef]
30. Linka K, Schäfer A, Meng X, Zou Z, Karniadakis GE, Kuhl E. Bayesian physics informed neural networks for real-world nonlinear dynamical systems. Comput Methods Appl Mech Eng. 2022;402(9):115346. doi:10.1016/j.cma.2022.115346. [Google Scholar] [CrossRef]
31. Zhai W, Tao D, Bao Y. Parameter estimation and modeling of nonlinear dynamical systems based on Runge–Kutta physics-informed neural network. Nonlinear Dyn. 2023;111(22):21117–30. doi:10.1007/s11071-023-08933-6. [Google Scholar] [CrossRef]
32. Raj NNB, Banerjee S. FIM-guided PINNs for real-time parameter identification in digital twins of nonlinear vibratory systems. Knowl Based Syst. 2026;335:115198. [Google Scholar]
33. Chuang PY, Barba LA. Experience report of physics-informed neural networks in fluid simulations: pitfalls and frustration. arXiv:2205.14249. 2022. [Google Scholar]
34. Hao Z, Yao J, Su C, Su H, Wang Z, Lu F, et al. PINNacle: a comprehensive benchmark of physics-informed neural networks for solving PDEs. arXiv:2306.08827. 2023. [Google Scholar]
35. Grossmann TG, Komorowska UJ, Latz J, Schönlieb CB. Can physics-informed neural networks beat the finite element method? arXiv:2302.04107. 2023. [Google Scholar]
36. Cho W, Jo M, Lim H, Lee K, Lee D, Hong S, et al. Parameterized physics-informed neural networks for parameterized PDEs. arXiv:2408.09446. 2024. [Google Scholar]
37. Li J, Chen JB. Stochastic dynamics of structures. Singapore: John Wiley & Sons; 2009. [Google Scholar]
38. Lyu MZ, Chen JB. A unified formalism of the GE-GDEE for generic continuous responses and first-passage reliability analysis of multi-dimensional nonlinear systems subjected to non-white-noise excitations. Struct Saf. 2022;98(4):102233. doi:10.1016/j.strusafe.2022.102233. [Google Scholar] [CrossRef]
39. Ma F, Zhang H, Bockstedte A, Foliente GC, Paevere P. Parameter analysis of the differential model of hysteresis. J Appl Mech. 2004;71(3):342–9. doi:10.1115/1.1668082. [Google Scholar] [CrossRef]
40. Ge X, Luo Z, Ma Y, Liu H, Zhu Y. A novel data-driven model based parameter estimation of nonlinear systems. J Sound Vib. 2019;453(3):188–200. doi:10.1016/j.jsv.2019.04.024. [Google Scholar] [CrossRef]
41. Wang S, Teng Y, Perdikaris P. Understanding and mitigating gradient flow pathologies in physics-informed neural networks. SIAM J Sci Comput. 2021;43(5):A3055–81. doi:10.1137/20m1318043. [Google Scholar] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools