GitHub topics: burgers-equation
Habibu-Ahmad/Physics-Informed-Neural-Network-for-Lid-Driven-Cavity-Flow
A Physics-Informed Neural Network (PINN) implementation in TensorFlow for solving the 2D steady-state Navier–Stokes and Burger's equations .
Language: Jupyter Notebook - Size: 2.37 MB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

AJFMAHFOUF/4DVAR_BURGERS_1D
4D-Var assimilation with 1D Burgers model
Language: Fortran - Size: 15.2 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

whalenpt/rkstiff
Runge-Kutta adaptive-step solvers for nonlinear PDEs. Solvers include both exponential time differencing and integrating factor methods.
Language: Python - Size: 3.7 MB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 1

veydantkatyal/PINN-1D-burger-equation
A PyTorch-based implementation of Physics-Informed Neural Networks (PINNs) to solve the 1D Burgers' Equation by embedding physical laws directly into the learning process using automatic differentiation and collocation points.
Language: Jupyter Notebook - Size: 113 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

heruslu/Numerical-Methods-for-CFD
MATLAB functions and scripts for 1D Computational Fluid Dynamics
Language: Matlab - Size: 272 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 13 - Forks: 1

RePlasma/LiuCarleman2021
Efficient quantum algorithm for dissipative nonlinear differential equations
Language: Jupyter Notebook - Size: 1.33 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

skoohy/GPT-PINN
Generative Pre-Trained Physics-Informed Neural Networks Implementation
Language: Python - Size: 3.1 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 85 - Forks: 18

alsvinn/alsvinn
The fast Finite Volume simulator with UQ support.
Language: C++ - Size: 5.12 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 26 - Forks: 7

soumyasen1809/OpenMP_C_12_steps_to_Navier_Stokes
Parallelization attempt to the “12 steps to Navier–Stokes” lessons using OpenMP/C
Language: C - Size: 897 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 9 - Forks: 3

ansh63766/CH5710_COURSE_PROJECT
This repository contains all the code and files developed for our course project "CH5710 - Applications of Machine Learning in Reaction Engineering" at IIT Madras, Department of Chemical Engineering.
Language: Python - Size: 2.46 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

iwhoppock/viscous_burgers
Two solutions, written in MATLAB, for solving the viscous Burger's equation. They are both spectral methods: the first is a Fourier Galerkin method, and the second is Collocation on the Tchebyshev-Gauß-Lobatto points.
Language: Matlab - Size: 1.8 MB - Last synced at: 10 months ago - Pushed at: about 8 years ago - Stars: 12 - Forks: 8

JMcardenas/CS4ML
This is a repository for CS4ML. It is a general framework for active learning in regression problems. It approximates a target function arising from general types of data, rather than pointwise samples.
Language: MATLAB - Size: 4.61 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ailanxier/fno1d
利用 Mindspore 和傅里叶神经算子(Fourier Neural Operator,FNO)求解一维伯格斯方程(1-d Burgers' equation)
Language: Jupyter Notebook - Size: 8.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

314arhaam/burger-pinn
A Physics-Informed Neural Network for solving Burgers' equation.
Language: Jupyter Notebook - Size: 1.18 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 21 - Forks: 6

Francesco-Zeno-Costanzo/PDE
small examples of solving simple pde
Language: Fortran - Size: 20 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

ray-chew/mmidk
Course material I created for the tutorial "Mathematical Modelling in Climate Research" at the Freie Universität Berlin
Language: Jupyter Notebook - Size: 42.5 MB - Last synced at: about 9 hours ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ray-chew/data_assimilation_examples
Simple data assimilation studies
Language: Jupyter Notebook - Size: 583 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

L1ssandra/DG-with-WENO-Limiter
A simple Fortran code of DG+KXRCF Detector+WENO Limiter solving 2D Burgers Equation
Language: Fortran - Size: 3.94 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 0

sachabinder/Burgers_equation_simulation
Python script solving the Burgers' equation (équation de Burgers) 1D by using FFT pseudo-spectral method.
Language: Python - Size: 544 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 17 - Forks: 1

nishantsule/Burgers-Equation
Finite-difference solution to 1D viscid Burger's equation
Language: Jupyter Notebook - Size: 209 KB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 3

souryajitroy/Pseudo-Spectral-Methods
Some of my own pseudo-spectral method codes
Language: Jupyter Notebook - Size: 2.09 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

souryajitroy/Non-Linear-PDE-course-codes
Assignment codes from my Non -linear PDE course in ICTS TIFR
Language: Jupyter Notebook - Size: 18.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

saitoasukakawaii/Burgers
Solving 1D Burger's equation using discontinuous Galerkin method
Language: C++ - Size: 57.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

mino2357/Sample_program_PDE
偏微分方程式の数値計算サンプル.バグがまだ埋まってると思う.
Language: C++ - Size: 53.7 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

xavierdechamps/Burgers_1D
Solve the 1D forced Burgers equation with high order finite elements and finite difference schemes.
Language: MATLAB - Size: 12.1 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 2

iwhoppock/inviscid_burgers
Solution to Burger's Equation (inviscid), written in C, using Adams-Bashforth Methods. These methods include the one, two, and three step algorithms.
Language: C - Size: 1.45 MB - Last synced at: 10 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

ddrous/hyperbolic-solvers
A bunch of solvers for some of the most common hyperbolic problems in C.
Language: TeX - Size: 19.1 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

kimy-de/pinns
Physics-informed neural networks (PINNs)
Language: Jupyter Notebook - Size: 881 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

Junxiao-Zhao/Curve_fitting_2D_Multi_variables
Fitting 2D curves or Multi-variable partial Differential Equations
Language: Python - Size: 2.35 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

alanmatzumiya/pySpectralPDE
PySpectral is a Python package for solving the partial differential equation (PDE) of Burgers' equation in its deterministic and stochastic version.
Language: Python - Size: 1.41 GB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 2

predsci/HUX
Heliospheric Upwind eXtrapolation Technique (HUX)
Language: Jupyter Notebook - Size: 184 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 3

NohanJoemon/PDE-Datasets
This repository contains u,x,t datasets for 4 different Partial Differential Equations(PDEs) at various noise levels
Size: 39.9 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

whalenpt/spida
Spectral Integration and Differentiation Algorithms. Includes FFTs, Chebyshev Transforms, and Hankel transforms. Exponential time differencing and integrating factor Runge-Kutta methods.
Language: C++ - Size: 5.9 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

gagocarrilloedgar/Burgers1D_Solver
This report is developed with the purpose of giving the student a better understanding of what is turbulence modelling and its analysis. A brief introduction about the Burger's equation and the theories behind the models used later on the report. The study consist in the analysis of the Burger's equation in the Fourier space analysing the behaviour of the total energy as a function of the Reynolds Number [Re], the number of modes [N] and finally the effect of these two on the number of iterations of the model. Finally a comparison between LES [Large Eddy Simulation] and DNS [Direct Numerical Simulation] is made in order to analysis when the increase in computational cost is necessary.
Language: MATLAB - Size: 688 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 2

mschiffn/volterra_burgers
Evaluation of an analytical Volterra series solution to the Burgers equation
Language: MATLAB - Size: 1.24 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

shardoolk/NMPDE-project-
Language: HTML - Size: 761 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
