An open API service providing repository metadata for many open source software ecosystems.

Topic: "lid-driven-cavity"

jviquerat/lbm

A simple full-python 2D lattice-boltzmann code

Language: Python - Size: 116 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 100 - Forks: 20

Souritra-Garai/Lid-Driven-Flow-CFD-Simulation

Python code for solving Napier Stokes equation using finite volume method in the scenario of Lid driven flow. The quasi Rhie Chow algorithm has been implemented to arrive at the solution.

Language: Python - Size: 21.8 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 1

arturs-berzins/sniROM

Standardized Non-Intrusive Reduced Order Modeling

Language: Python - Size: 42.6 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 5

leo-aa88/cnavier

Explicit incompressible Navier-stokes solver written in C based on finite-difference schemes

Language: C - Size: 359 KB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 2

leo-aa88/cavity_flow

Solves Navier-Stokes equations for the 2D cavity flow using vorticity-stream function formulation

Language: Python - Size: 305 KB - Last synced at: 3 days ago - Pushed at: almost 5 years ago - Stars: 8 - Forks: 1

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.

Language: MATLAB - Size: 10.9 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 1

hinofafa/DeepPDE-LidDrivenCavityFlow

The lid-driven cavity is a popular problem within the field of computational fluid dynamics (CFD) for validating computational methods. In this repository, we will walk through the process of generating a 2D flow simulation for the Lid Driven Cavity (LDC) flow using Nvidia Modulus framework.

Language: Python - Size: 7.83 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 3

sthavishtha/LDC-using-FVM

simulation of incompressible flows in a lid driven cavity using euler explicit & staggered cartesian grid system.

Language: C - Size: 456 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 5 - Forks: 1

kuldeep-tolia/Finite_Volume_LBM_Codes

A finite volume-based LBM solver is developed and verified using canonical flow problems

Language: Fortran - Size: 284 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

vahadruya/Investigation_of_CFD_methods_on_the_Lid-Driven_Cavity_Problem

A simple investigation into various CFD methods (like SF-Vorticity approach, primitive variable FDM, FVM etc.) by using the Lid-Driven Cavity problem as an example

Language: Jupyter Notebook - Size: 39.6 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

n1ghtf4l1/refactored-physx

Experimentation & Results of nvidia-modulus-sym implementation using PINNs

Language: Python - Size: 230 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

jiaweili238/cme207-lid-driven-cavity-flow

Numerical simulator for lid driven flow problem (Incompressible Navier Stokes Equation)

Language: MATLAB - Size: 1.66 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

miguelggcc/CFD-SIMPLE-Rust

CFD solver based on the SIMPLE algorithm using a collocated grid mesh, written in Rust

Language: Rust - Size: 10.2 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

AbdulHannanRaja95/LidDrivenCavity

This repository basically combines all the data required for understanding the Lid Driven Cavity and Navier Stokes Equation's Numerical Solution by taking help from the 12 steps to Navier Stokes eq by lorena Barba

Language: MATLAB - Size: 13.3 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

KunalGhoshGitHub/Lid-Driven_Cavity_Flow_Simulation_Using_SIMPLE_on_Unstructured_Grid

Lid-Driven Cavity Flow Simulation Using Navier-Stokes Equations on Unstructured Grids with the SIMPLE Algorithm

Language: Jupyter Notebook - Size: 779 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

wangsu2000/CavityFlowNumpyOnly

2D Cavity Flow Simulation only depends on python numpy

Language: Python - Size: 4.56 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

julianlork/fdm-lid-driven-cavity-flow

Implementation of a lid driven cavity flow simulator using regular finite differences method with python.

Language: Python - Size: 49.6 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Bocchio01/CFD_Simulation_Engine

A compact but flexible CFD engine. Entirely written in C.

Language: C - Size: 5.91 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jviquerat/fvm

Monolithic staggered finite volume solvers in 2D

Language: Python - Size: 29 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

kuldeep-tolia/SIMPLE_Staggered_FVM_Codes

SIMPLE algorithm FVM codes on staggered grid

Language: Fortran - Size: 239 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mtsousa/MNT-2021-1_Lid-Driven_Cavity

Simulate the flow of a newtonian fluid in a lid-drive cavity with internal obstacles

Language: Python - Size: 42.2 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

blackwut/LBMCL

Lattice Boltzmann Method 3D (D3Q19) computing Lid Driven Cavity Problem written in OpenCL 1.2 with C++ bindings

Language: C++ - Size: 7.5 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1