gauravsdeshmukh / FlowPyLinks
A 2D finite difference fluid flow solver written in python with numpy vectorization for fast performance. Currently it supports single phase flow in the laminar regime.
☆54Updated 4 years ago
Alternatives and similar repositories for FlowPy
Users that are interested in FlowPy are comparing it to the libraries listed below
Sorting:
- A Computational Fluid Dynamics (CFD) course with Python☆95Updated last year
- Comparison of various numerical methods for computational fluid dynamics☆73Updated 4 months ago
- Create Your Own Finite Volume Fluid Simulation (With Python) Part 2: Boundary Conditions and Source Terms☆32Updated 4 months ago
- Simple one-dimensional examples of various hydrodynamics techniques☆119Updated 4 years ago
- Finite Volume simulation of the Kelvin-Helmholtz Instability☆137Updated 4 months ago
- MyPTV is an open source library designed for 3D particle Tracking (3D-PTV) measurements☆62Updated last month
- Create Your Own Navier-Stokes Spectral Method Simulation (With Python)☆51Updated 4 months ago
- Data-driven Reynolds stress modeling with physics-informed machine learning☆94Updated 6 years ago
- Finite volume method applied to the advection-diffusion equation☆46Updated last year
- Simple OOP Python Code to run some Pseudo-Spectral 2D Simulations of Turbulence☆68Updated 2 years ago
- A Python package for spectral proper orthogonal decomposition (SPOD).☆109Updated last week
- Finite volume discretization tools for Python.☆64Updated last year
- Resources for "The Craft of Finite Difference Computing with Partial Differential Equations" by H. P. Langtangen☆175Updated 5 years ago
- Numerical simulations using flexible Lattice Boltzmann solvers☆164Updated last year
- A Python library for training neural ODEs.☆25Updated 7 months ago
- flowTorch - a Python library for analysis and reduced-order modeling of fluid flows☆157Updated 6 months ago
- Framework for studying fluid dynamics with numerical simulations using Python (publish-only mirror). The main repo is hosted on https://…☆63Updated this week
- CFD course that I teach in the Chemical Engineering Department at the University of Utah - CHEN6355.☆61Updated 6 years ago
- RBniCS - reduced order modelling in FEniCS (legacy)☆111Updated 6 months ago
- A Python package for visualising 2D CFD datasets.☆62Updated 2 weeks ago
- Phaseflow simulates the convection-coupled melting and solidification of phase-change materials.☆53Updated 6 years ago
- Introduction to declarative PDE solvers☆42Updated 3 years ago
- An extensive introduction to applied numerical computing: scientific programming, finite difference method, and finite element method☆59Updated 3 years ago
- Data and Code supporting the eBook by Castro and Vanderwel (2021)☆20Updated 3 years ago
- Educational materials to learn how to employ Bayesian optimization techniques for parameter estimation of computational and statistical m…☆14Updated 2 years ago
- A simple numerical MHD simulation code in python.