devanshuThakar / Computational-Fluid-Dynamics
This repository contains the MATLAB implementation of popular numerical methods in Computation Fluid dynamics. Starting from simple methods like Gauss Elimination, ADI method to advance methods like Rhie-chow interpolation, SIMPLE are implemented. This was done as a part of the CFD course offered at IIT Gandhinagar 2021.
☆11Updated 3 years ago
Alternatives and similar repositories for Computational-Fluid-Dynamics:
Users that are interested in Computational-Fluid-Dynamics are comparing it to the libraries listed below
- Basic Finite Volume Method codes of example problems☆8Updated 2 years ago
- This repository consists of MATLAB codes for CFD computations and simulations.☆14Updated 3 years ago
- Simple (and not-so-simple) CFD solvers written in Fortran with Python plotting routines☆16Updated 5 years ago
- ML-based Surrogate Models to enhance CFD solvers by solving the Pressure Poisson Equation☆7Updated last month
- Finite Volume PINNs for Hyperbolic Conservation Laws & Compressible Flow☆18Updated 2 years ago
- MATLAB functions and scripts for 1D Computational Fluid Dynamics☆13Updated 6 years ago
- In computational fluid dynamics (CFD), the SIMPLE algorithm is a widely used numerical procedure to solve the Navier–Stokes equations. SI…☆15Updated 4 years ago
- C++ implementation of the finite volume method with flux-limiting to solve 2-D compressible Euler Equations (Liska, 2003)☆12Updated 3 years ago
- SIMPLE Solver For CFD Flows☆10Updated 8 years ago
- This is a project to numerically solve the euler equations over a channel with a bump using jameson scheme finite volume analysis. The pr…☆8Updated 2 years ago
- 2 Dimensional Euler/Naviers-Stokes Equations solver☆17Updated 6 years ago
- Repository for project codes related to turbulence modelling.☆10Updated 6 months ago
- LES-ML closures for Kraichnan turbulence☆18Updated 5 years ago
- Project I : A control-volume-based finite element method is used to solve the in compressible flow, in a lid-driven cavity. Project II : …☆13Updated 4 years ago
- This repository contains the codes for DNS of channel flow.☆9Updated 3 years ago
- This repository contains code for data-driven LES of two-dimensional turbulence.☆11Updated 3 years ago
- 1D RANS model simulation at fully developed turbulent channel flow.☆17Updated 8 years ago
- A Numerical Analysis Package in Python☆12Updated 3 years ago
- This handbook is intended to support a medium/advanced OpenFoam® user during the usage of the software. It provides commands, explanation…☆13Updated 8 months ago
- Massively-parallelised Navier-Stokes solver with an immersed boundary method for moving bodies☆12Updated 2 months ago
- A Python toolkit to calculate and visualize turbulence anisotropy and turbulent viscosity from Reynolds stress tensor data.☆20Updated last year
- Wray-Agarwal Models developed by the CFD group at Washington University in St. Louis☆11Updated 6 years ago
- A collection of CFD papers related to fire-driven flows.☆10Updated 3 weeks ago
- ☆10Updated 11 months ago
- Basic tutorials of supervised, unsupervised, and reinforcement learning☆21Updated 2 years ago
- Development of a numerical model to characterize the coupled energy and mass transfer occur during the process of drying a freshly sliced…☆11Updated 5 years ago
- The lid-driven cavity is a popular problem within the field of computational fluid dynamics (CFD) for validating computational methods. I…☆14Updated 3 years ago
- Computational Fluid Dynamics (CFD) Finite Volume Code for 2D square geometry, arbitrary boundary conditions, and laminar flow. (BiCGSTAB …☆12Updated 2 years ago
- Reproduce the experiment result in paper “High‐Speed PIV of shock boundary layer interactions in the transonic buffet flow of a compresso…☆12Updated 2 years ago
- pyOpenFOAM 是一个基于有限体积方法(FVM)的计算流体动力学(CFD)库,用于模拟流体流动和热传递。该库提供了一套完整的工具来处理网格拓扑关系、方程求解、边界条件设置和结果可视化。采用OpenFOAM网格格式文件,主要离散格式和求解也参考了书籍《The Finit…☆9Updated 5 months ago