A Unified Physics-Informed Neural Network for Modeling Coupled Electro- and Elastodynamic Wave Propagation Using Three-Stage Loss Optimization

· Source: cs.NE updates on arXiv.org · Field: Science & Research — Artificial Intelligence & Machine Learning, Mathematics & Computational Sciences, Engineering & Applied Sciences · Depth: Expert, extended

Summary

A Physics-Informed Neural Network (PINN) was developed to model one-dimensional coupled electro-elastodynamic wave propagation in linear piezoelectricity, a challenging multiphysics system. This PINN utilizes a feedforward architecture with 8 hidden layers and 180 neurons per layer, mapping space-time coordinates to mechanical displacement and electric potential. It achieved global relative L2 errors of 2.34% for displacement and 4.87% for electric potential on a 200,000-point evaluation grid. The model incorporates hard-constraint basis functions for boundary and initial conditions and a three-stage optimization strategy (Adam, AdamW, L-BFGS) for training on dual NVIDIA T4 GPUs. While successfully reproducing standing-wave behavior, the study identified limitations, including time-dependent error growth and amplified errors in the electric potential field due to derivative propagation.

Key takeaway

For AI Scientists and Research Scientists developing PINNs for coupled multiphysics problems, you should implement hard-constraint basis functions to ensure boundary accuracy and consider a multi-stage optimization strategy like Adam, AdamW, and L-BFGS for robust convergence. Be prepared for potential error amplification in coupled fields, particularly with derivatives, and explore advanced architectures or domain decomposition for long-time horizon simulations.

Key insights

PINNs can model coupled electro-elastodynamic systems, but face challenges with error propagation and time-dependent accuracy in multiphysics.

Principles

Method

A three-stage optimization (Adam, AdamW, L-BFGS) trains a feedforward PINN with hard-constrained boundary/initial conditions and physics residuals. Collocation points are sampled for PDE, boundary, and initial losses.

In practice

Topics

Best for: AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.NE updates on arXiv.org.