A sequence of Jupyter notebooks featuring the "12 Steps to Navier-Stokes" http://lorenabarba.com/
-
Updated
Oct 15, 2019 - 248 commits
- Jupyter Notebook
A sequence of Jupyter notebooks featuring the "12 Steps to Navier-Stokes" http://lorenabarba.com/
Lunar lander type game with computational fluid dynamics
SPlisHSPlasH is an open-source library for the physically-based simulation of fluids.
Overleaf documentation reflects this but not the code itself.
This is the analytic solution we're testing against: https://en.wikipedia.org/wiki/Taylor%E2%80%93Green_vortex#Taylor%E2%80%93Green_vortex_solution
The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations. All developement work and bug fixes should be based off the 'develop' branch, CGNS uses the branching model Gitflow. https://cgnsorg.atlassian.net is used for issue tracking.
Netgen/NGSolve is a high performance multiphysics finite element software. It is widely used to analyze models from solid mechanics, fluid dynamics and electromagnetics. Due to its flexible Python interface new physical equations and solution algorithms can be implemented easily.
Fluid dynamics component of Chemical Engineering Design Library (ChEDL)
OFF, Open source Finite volume Fluid dynamics code
LargeScale Multiphysics Scientific Simulation Environment-OneFLOW CFD
Adaptive computational fluid dynamics
Self advection, external force and pressure solve to a velocity field represented by a MaC grid.
气象相关书籍合集(持续更新)
A fluid dynamics implementation using Metal for iOS and OSX.
A multiphysics framework with robust mesh generation capabilities
A code for fast, massively-parallel direct numerical simulations (DNS) of canonical flows
New version of our solver for the incompressible Navier-Stokes equations
FluidNet re-written with ATen tensor lib
Basic Computational Fluid Dynamics (CFD) schemes implemented in FORTRAN using Finite-Volume and Finite-Difference Methods. Sample simulations and figures are provided.
A three-dimensional unstructured finite volume code for fluid flow simulations.
A 2D Lattice Boltzmann program
Generative Adversarial Network (GAN) for physically realistic enrichment of turbulent flow fields
CFDTool - Easy to Use Computational Fluid Dynamics (CFD) MATLAB Toolbox
Python model solving the shallow water equations (linear momentum, nonlinear continuity)
Vortex Lattice Method library written in Python
real-time fluids with SIMD optimization, Jos Stam's Stable Fluid algorithm
Wavelet Adaptive Block-Based solver for Interactions with Turbulence
While running test cases, I noticed the slope limiter is not defaulted to none. This caused me a bit of headache trying to figure out why a simulation wasnt behaving as expected. I can imagine the defaulted can cause problems for many users, particullarly with new users. I think in the remake of the config_template in #772 , the defaults should be made more clear.