Skip to content

Raocp/PINN-elastodynamics

Repository files navigation

PINN-elastodynamics

physics-informed neural network for solving elastodynamics (elasticity) problem

Reference paper

This repo includes the implementation of physics-informed neural networks in paper:

Chengping Rao, Hao Sun and Yang Liu. Physics informed deep learning for computational elastodynamics without labeled data.

Description for each folder

  • PlateHoleQuarter: Training script and dataset for plate with a hole (stress concentration) problem in Sec 3.1;
  • ElasticWaveInfinite: Training script and dataset for elastic wave propagation in infinite domain in Sec 3.2;
  • ElasticWaveConfined: Training script and dataset for elastic wave propagation in confined (4 edges fixed) domain in Sec 3.2.
  • ElasticWaveSemiInfinite: Training script and dataset for elastic wave propagation in semi-infinite (top is traction-free) domain in Sec 3.2.

Results overview

Defected plate under cyclic load (top: PINN; bottom: FEM.)

Elastic wave propagation in infinite (unbounded) domain (top: PINN; bottom: FEM.)

Elastic wave propagation in confined domain (top: PINN; bottom: FEM.)

Elastic wave propagation in semi-infinite (half-bounded) domain (top: PINN; bottom: FEM.)

Note

  • These implementations were developed and tested on the GPU version of TensorFlow 1.10.0.

Releases

No releases published

Packages

No packages published

Languages