A collection of python notebooks used to solve Physics Informed Neural Networks (PINNs) for phase change material problems. PINN essentially solves differential equations. Most of the mechanical based problem are governed by differential equations, hence a robust differential equation solver is required. Hence, PINN has grown into prominence for its ability to provide accurate answers for a differential equation.
This paper is submitted for publication .Henforth, main/final codes aren't revealed in this projects. Certain sample codes have been uploaded
Implemented Res-Net based architecture to implement diffuse interface based formulation. Moreover, utilised radial basis function as the activation function for this project
- Transfer Learning, RNN and GRU based time stepping methodologies.
- Gradient enhanced PINN
- Coupling of gradient and evolutionary optimiser(genetic algorithm)
- General Architecture of PINN.
-Res-Net based architecture for improving the performance of PINN
- Create activation functions that is robust in training Higher order derivatives
- Maziar Raissi, Paris Perdikaris, George Em Karniadakis, "Physics Informed Deep Learning (Part I): Data-driven Solutions of Nonlinear Partial Differential Equations," [URL: http://arxiv.org/abs/1711.10561], November 2017.
- Chang Miao, Yibo Yang, Paris Perdikaris, Daniel E. Hurtado, Ellen Kuhl, "Physics-Informed Neural Networks for Cardiac Activation Mapping," Frontiers in Physics, vol. 8, February 2020. [DOI: 10.3389/fphy.2020.00042]
