Found 204 repositories(showing 30)
memoakten
C++ openFrameworks addon for solving and drawing 2D fluid systems based on Navier-Stokes equations and Jos Stam's paper "Real-Time Fluid Dynamics for Games"
This repository provides MATLAB code for the lid-driven cavity flow where incompressible Navier Stokes equation is numerically solved using a simple 2nd order finite difference scheme on a staggered grid system.
I have created this repository to share my code for 2D numerical solving of Navier stokes equations (incompressible flow); although it will take a little time for me to completely update the repository
BYUignite
2D incompressible Navier Stokes solver written in Python for a lid-driven cavity
singhsidhukuldeep
As the field of Computational Fluid Dynamics (CFD) progresses, the fluid flows are more and more analysed by using simulations with the help of high speed computers. In order to solve and analyse these fluid flows we require intensive simulation involving mathematical equations which governs the fluid flow, these are Navier Stokes (NS) equation. Solving these equations has become a necessity as almost every problem which is related to fluid flow analysis call for solving of Navier Stokes equation. These NS equations are partial differential equations so different numerical methods are used to solve these equations. Solving these partial differential equations so different numerical methods requires large amount of computing power and huge amount of memory is in play. Only practical feasible way to solve these equation is write a parallel program to solve them, which can then be run on powerful hardware capable of parallel processing to get the desired results High speed supercomputer will provide us very good performance in terms of reduction in execution time. In paper focus will be on finite volume as a numerical method. We will also see what GPGPU (General-Purpose computing on Graphics Processing Units) is and how we are taking its advantages to solve CFD problems.
envfluids
Python 2D Navier-Stokes solver
This repository contains a Fortran implementation of a 2D flow using the projection method, with Finite Volume Method (FVM) approach. The code solves Navier Stokes equations in a 2D lid driven cavity, with computation of the rotational as well.
VHeusinkveld
Simple 2D incompressible Navier-Stokes solver. Fully implemented in python.
shantanu7
CFD assignment 2D incompressible Navier-Stokes solver
tarcisiofischer
Using FVM to solve navier stokes equations in the 2D lid driven cavity problem
KBhar1994
Bayesian PINN codes to solve 2D/3D Navier Stokes for wind fields
2D Navier-Stokes solver for the square cavity flow using a spectral collocation method
Solves the compressible Navier-Stokes equations using the finite difference method to simulate a 2D Rayleigh-Taylor instability.
jbrillon
Solves the 2D compressible Navier-Stokes equations using finite-difference with a staggered grid arrangement to simulate acoustic waves.
JiahanBro
This repository provides code solving the 2D Incompressible Navier-Stokes equations numerically
rishabhstein
Navier-Stokes solver using FDM for 2D Lid driven cavity problem
ludvigak
Fast integral equation solver for the incompressible Navier-Stokes equations in 2D
spietz
2D Navier-Stokes Solver for the square cavity flow using the finite-volume method
mintgen
This is the shallowInterFoam solver, described in the paper 'A bi-directional coupling of 2D shallow water and 3D Reynolds-averaged Navier–Stokes models' (DOI: 10.1080/00221686.2017.1419989)
sintefmath
Vortex Particle Method for solving Navier Stokes in 2D and 3D
leo-aa88
Solves Navier-Stokes equations for the 2D cavity flow using vorticity-stream function formulation
SureshMurugaiyan
Finite Volume Solver 2D PISO Algorithm for Navier Stokes
valenpe7
2d parallel fluid flow solver based on incompressible Navier-Stokes equations for a specified fluid and environment
plosan
Numerical solution to the incompressible Navier-Stokes Equations using the Fractional Step Method. Application to solve the 2D Driven-Cavity problem.
A 2D Navier Stokes Solver using the Immersed Boundary Projection Method
saaipraneeth
A 2D Compressible Navier stokes solver on a uniform mesh with riemann solvers, real fluid thermodynamics
Abugamil
Numerical solution of the 3D Navier-Stokes equation by finite difference methods in Fortran using OpenMP Solution Consists ConsoleApp.f90 - Main enter Program diffscheme - approximation scheme for differential equations modules - Initialization parameters pardiso_sym_f90 - direct poisson equation solver with mkl Poisson 2D - poisson equation solver with mkl
bsanderse
incompressible Navier-Stokes solver in 2D
glwagner
Simple solver for the 2D Navier-Stokes equation written in Julia.
KushAgniCodes
PINN to solve 2D steady-state Navier-Stokes equations for fluid flow around a cylinder