finite-volume-methods
There are 54 repositories under finite-volume-methods topic.
python-hydro/pyro2
A framework for hydrodynamics explorations and prototyping
pmgbergen/porepy
Python Simulation Tool for Fractured and Deformable Porous Media
python-hydro/hydro_examples
Simple one-dimensional examples of various hydrodynamics techniques
quinoacomputing/quinoa
Adaptive computational fluid dynamics
haranjackson/PyPDE
A Python library for solving any system of hyperbolic or parabolic Partial Differential Equations. The PDEs can have stiff source terms and non-conservative components.
simulkade/JFVM.jl
A simple finite volume tool for Julia
dumux/dumux
DuMux: an open-source simulator for flow and transport processes in porous media (repository mirrored from https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git)
komahanb/unstructured-finite-volume
Unstructured Finite Volume Solver for Partial Differential Equations
CFD-Institute/Euler2D-KFVS
2D solver for Euler equations in quadrilateral grid, using kinetic flux vector splitting scheme, written in OOP F2003
dmitriy-kats/LevelSetSwirlFEMandFVM
Level set modeling of multi-phase flow in a velocity field using the finite element and finite volume methods
FiniteVolumeTransportPhenomena/PyFVTool
Finite volume toolbox in Python
haranjackson/phd
The working repository for my PhD project at the Centre for Scientific Computing, Cambridge
inducer/numpde-notes
Slides/notes and Jupyter notebook demos for an introductory course of numerical methods for PDEs
JOThurgood/SimpleCFD
Simple (and not-so-simple) CFD solvers written in Fortran with Python plotting routines
trgdang/1D-Shallow-Water-equations
My MATLAB code and report of final practical test of the course "Natural Flow Model".
Jhuighuy/StormRuler
A very high order FVM framework
eigemx/neatmesh
📐🔍 Mesh quality inspector
LorranSutter/CVFEM
Control finite volume element method - problem solving
cheshirepezz/PDE
Numerical methods to solve Partial Differential Equations
trulsmoholt/masterthesis
Discretization methods for porous media flow problems.
yanastaneva8/lax-wendroff-finite-volume
Solving hyperbolic PDEs using the Lax-Wendroff Scheme and a finite volume method.
pvc1989/miniCFD
CFD solvers implemented in C++20
sat14Siv/Euler-Equation-Solver
2-D Euler equation solver using Finite Volume Methods
trgdang/euler-2D-kfvs
Euler equations unstructured solver using kinetic flux vector splitting (KFVS) scheme
DavidCico/Two-dimensional-flow-in-Finite-Volume-Method
This repository contains a Fortran implementation of a 2D flow using Finite Volume Method (FVM). The code models the transport of a passive scalar for both orthogonal and skewed meshes.
lucacarniato/shallow-water-equations
2D shallow water equations solver implemented in Octave.
HydroCouple/FVHMComponent
A finite volume based integrated hydrologic model
thast/Math607E
Class Project: Simulation of electromagnetics diffusion in geophysics (Time-Domain Electromagnetics (TDEM))
jviquerat/fvm
Monolithic staggered finite volume solvers in 2D
trgdang/FVM_LaplaceEq2D
Implement finite volume scheme to solve the Laplace equation (3.4), page 33 of "Finite Volume Methods", by Robert Eymard, Thierry Gallouet, and Raphaele Herbin. The link of the book: https://www.cmi.univ-mrs.fr/~herbin/PUBLI/bookevol.pdf
carlosalvarezh/CFD
Curso de Dinámica de Fluidos Computacional Aplicada (CFD) creado en la herramienta Jupyter Notebook y empleando Python V3.7
casfeq/Geomec2D
FVM for 2D poroelasticity problems
NikitaMatckevich/SWE_FVM
Tiny finite-volume framework for solving 2D nonlinear shallow water equations with source terms and wet/dry fronts
AlbertoCuadra/FVM1D
Educational GUI to learn about Finite Volume Methods in 1D (linear and non-linear equations)
nklb/CentralNetworkScheme
Central schemes for networks of scalar conservation laws
trgdang/FVM_AdvectionDiffusion_1D
Finite volume code for 1D advection-diffusion equation with periodic BCs.