Skip to content

physics-informed neural network for elastodynamics problem

Notifications You must be signed in to change notification settings

yizheng-wang/PINN-elastodynamics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

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;

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.)

Note

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

About

physics-informed neural network for elastodynamics problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%