Giter VIP home page Giter VIP logo

finite-volume-physics-informed-neural-network's Introduction

Finite Volume Physics-Informed Neural Networks for Compressible Flow & Hyperbolic Conservation Laws

Author: Alexandros Papados

FV-PINNs

FV-PINNs migrates away from using pre-built automatic differentiation kernels to differentiate the neural network w/r to the governing partial differential equations. Instead we utilize underlying finite volume schemes to calculate gradients of fluxs and classic time integration schemes such as RK-X methods. I coin this method Finite Volume Physics-Informed Neural Networks. Instead of the physics coming from the underlying PDE, the physics come from the numerical discretization scheme.

Setup

First, clone repository:

git clone https://github.com/alexpapados/FV-PINNs/

Once the repository is cloned locally, run:

bash setup.sh

If you do not have bash on your machine, try:

chmod u+x setup.sh; ./setup.sh

Libraries

All FV-PINNs code was written using Python. The libraries used are:

  • PyTorch
  • Pandas
  • SciencePlots
  • NumPy
  • ScriPy
  • Time

Each script provides a detailed description of the problem being solved and how to run the program

How to Run the Code

Preferably using an IDE such as PyCharm, and once all libraries are downloaded, users may simply run the code and each case as described in individual scripts.

finite-volume-physics-informed-neural-network's People

Contributors

alexpapados avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.