Skip to content

We provide the action of the Fourier Neural Operator over the Burger's Equation with non-dimensional parameter value of the system as 10.

License

Notifications You must be signed in to change notification settings

himanshuvnm/Learning_Fourier_Neural_Operator

Repository files navigation

Learning Fourier Neural Operator

This repository reproduces and analyzes the Fourier Neural Operator (FNO) for learning solution operators of partial differential equations.

We focus on the 1D viscous Burgers' equation at Reynolds number Re=10 and study generalization across spatial resolutions.


Background

Fourier Neural Operators (Li et al., 2020) learn mappings between infinite-dimensional function spaces and have shown strong performance on parametric PDEs.

This project investigates:

  • operator learning for nonlinear PDEs
  • spectral neural architectures
  • resolution invariance and generalization
  • data efficiency of operator learning

PDE Setup

We solve the viscous Burgers' equation:

$$ u_t + u u_x = \nu u_{xx}; \nu = Re=10. $$

The model learns the operator:

$$ \mathcal{G}: u(x,0) \to u(x,T) $$

64resolution 256resolution 1024resolution FNO_Berger_Learning

We observe stable operator generalization across discretizations. Also for datasets use: https://drive.google.com/drive/folders/1UnbQh2WWc6knEHbLn-ZaXrKUZhp7pjt-

Research Theme

-- Operator learning

-- Scientific machine learning

-- Spectral neural networks

-- PDE surrogate modeling

-- Physics-informed learning

About

We provide the action of the Fourier Neural Operator over the Burger's Equation with non-dimensional parameter value of the system as 10.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors