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

Topic: "finite-volume-methods"

python-hydro/pyro2

A framework for hydrodynamics explorations and prototyping

Language: Jupyter Notebook - Size: 140 MB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 315 - Forks: 125

pmgbergen/porepy

Python Simulation Tool for Fractured and Deformable Porous Media

Language: Python - Size: 155 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 259 - Forks: 93

quinoacomputing/quinoa

Adaptive computational fluid dynamics

Language: C++ - Size: 225 MB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 110 - Forks: 22

python-hydro/hydro_examples

Simple one-dimensional examples of various hydrodynamics techniques

Language: Jupyter Notebook - Size: 666 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 105 - Forks: 69

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.

Language: C++ - Size: 1.54 MB - Last synced at: 7 days ago - Pushed at: over 5 years ago - Stars: 57 - Forks: 9

simulkade/JFVM.jl

A simple finite volume tool for Julia

Language: Julia - Size: 1.58 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 42 - Forks: 13

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)

Language: C++ - Size: 247 MB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 34 - Forks: 12

CFD-Institute/Euler2D-KFVS

2D solver for Euler equations in quadrilateral grid, using kinetic flux vector splitting scheme, written in OOP F2003

Language: Fortran - Size: 1.32 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 31 - Forks: 11

komahanb/unstructured-finite-volume

Unstructured Finite Volume Solver for Partial Differential Equations

Language: Fortran - Size: 2.1 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 28 - Forks: 2

haranjackson/phd

The working repository for my PhD project at the Centre for Scientific Computing, Cambridge

Language: C++ - Size: 105 MB - Last synced at: 5 months ago - Pushed at: about 5 years ago - Stars: 25 - Forks: 6

FiniteVolumeTransportPhenomena/PyFVTool

Finite volume toolbox in Python

Language: Python - Size: 6.71 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 23 - Forks: 5

inducer/numpde-notes

Slides/notes and Jupyter notebook demos for an introductory course of numerical methods for PDEs

Language: Jupyter Notebook - Size: 19.7 MB - Last synced at: 8 days ago - Pushed at: about 1 year ago - Stars: 19 - Forks: 8

truongdangqe/1D-Shallow-Water-equations

My MATLAB code and report of final practical test of the course "Natural Flow Model".

Language: Matlab - Size: 421 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 19 - Forks: 5

dmitriy-kats/LevelSetSwirlFEMandFVM

Level set modeling of multi-phase flow in a velocity field using the finite element and finite volume methods

Language: MATLAB - Size: 11.6 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 18 - Forks: 8

Jhuighuy/StormRuler

A very high order FVM framework

Language: C++ - Size: 78.9 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 17 - Forks: 4

eigemx/neatmesh

📐🔍 Mesh quality inspector

Language: Python - Size: 340 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 14 - Forks: 2

LorranSutter/CVFEM

Control finite volume element method - problem solving

Language: Python - Size: 68.4 KB - Last synced at: 1 day ago - Pushed at: almost 3 years ago - Stars: 12 - Forks: 3

truongdangqe/euler-2D-kfvs

Euler equations unstructured solver using kinetic flux vector splitting (KFVS) scheme

Language: Fortran - Size: 911 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 9 - Forks: 2

pvc1989/miniCFD

CFD solvers implemented in C++20

Language: C++ - Size: 7.8 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 8 - Forks: 7

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.

Language: Fortran - Size: 1.55 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 7 - Forks: 3

lucacarniato/shallow-water-equations

2D shallow water equations solver implemented in Octave.

Language: MATLAB - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 2

HydroCouple/FVHMComponent

A finite volume based integrated hydrologic model

Language: C++ - Size: 81.6 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

truongdangqe/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

Language: Fortran - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 1

thast/Math607E

Class Project: Simulation of electromagnetics diffusion in geophysics (Time-Domain Electromagnetics (TDEM))

Language: Python - Size: 3.19 MB - Last synced at: 21 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 4

sat14Siv/Euler-Equation-Solver

2-D Euler equation solver using Finite Volume Methods

Language: MATLAB - Size: 411 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 2

CosmicBug/Sci-Comp-WIAS-Berlin

Sol. to the Porous medium partial diff. eq. with FVM.

Language: Julia - Size: 950 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

truongdangqe/FVM_AdvectionDiffusion_1D

Finite volume code for 1D advection-diffusion equation with periodic BCs.

Language: C++ - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

mladenivkovic/hydro-playground

A simple unigrid 2D hydrodynamics solver in C++, intended as a playground for single-node optimization and parallelism

Language: C++ - Size: 907 KB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

DanielVandH/MovingBoundaryProblems1D.jl

Implementation of the finite volume method for moving boundary problems in 1D.

Language: Julia - Size: 1.5 MB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

AlbertoCuadra/FVM1D

Educational GUI to learn about Finite Volume Methods in 1D (linear and non-linear equations)

Language: MATLAB - Size: 30.4 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

nklb/CentralNetworkScheme

Central schemes for networks of scalar conservation laws

Language: Julia - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

jontateixeira/fv_solver

cell centered FVM, specifically Multi-Point Flux Approximation, for incompressible two-phase flow equation

Language: MATLAB - Size: 21.5 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

carlosalvarezh/CFD

Curso de Dinámica de Fluidos Computacional Aplicada (CFD) creado en la herramienta Jupyter Notebook y empleando Python V3.7

Language: Jupyter Notebook - Size: 2.3 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 2

Universite-Gustave-Eiffel/bil

A modeling platform based on finite volume/element methods

Language: C - Size: 291 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 1

nishantak/numerical_sim_PINN

Finite Volume Numerical Analysis | PINN Solver

Language: Jupyter Notebook - Size: 53.8 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

NikitaMatckevich/SWE_FVM

Tiny finite-volume framework for solving 2D nonlinear shallow water equations with source terms and wet/dry fronts

Language: Jupyter Notebook - Size: 4.77 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

HenriqueCCdA/pyHeat1D_web

🦕 Aplicação web para pyheat1D

Language: Python - Size: 173 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

HenriqueCCdA/pyHeat1D

⚔️ Volume finitos 1D em Python-Fortran

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

perpendicooler/Computational_Fluid_Dynamics

Numerical Methods

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

JoshuaLampert/finite-volume-for-conservation-laws

High order finite volume schemes for (systems of) hyperbolic conservation laws

Language: Python - Size: 349 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

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

lmn-labest/SFR3D

Software de volume finitos SFR3D

Language: C - Size: 360 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

yezhengkai/simpeg_ecosys

Language: Python - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

bindi-nagda/NumPDE

Language: C++ - Size: 438 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

KYANJO/Comp_exam

Comprehensive Exam for Boise State University Ph.D. in computing (Computational Math Science and Engineering)

Language: Jupyter Notebook - Size: 52.1 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 3

ggrbill/CavSim

Cavity Simulator

Language: C++ - Size: 73.2 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

WIAS-BERLIN/FUHRI2021

Files, data, and information for Julia Hackathon taking place during the FUHRI2021 colloquium.

Language: Julia - Size: 254 KB - Last synced at: 12 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

Related Topics
python 10 numerical-methods 9 cfd 8 finite-element-methods 7 computational-fluid-dynamics 7 simulation 6 finite-volume 6 partial-differential-equations 5 numerical-analysis 5 fluid-dynamics 4 scientific-computing 4 cpp 4 pde 4 shallow-water-equations 4 hydrodynamics 4 navier-stokes-equations 3 conservation-laws 3 matlab 3 euler-equations 3 boundary-conditions 3 solver 3 pde-solver 3 advection-diffusion 3 jupyter-notebook 3 multigrid 2 rk4 2 matplotlib 2 fortran90 2 unstructured-meshes 2 finite-difference-method 2 fortran2003 2 fem 2 riemann-solvers 2 scheme 2 eigen 2 fortran 2 julia 2 finite-volume-method 2 porous-media 2 navier-stokes 2 advection 2 weno 2 godunov-peshkov-romenski 2 ader 2 differential-equations 2 discontinuous-galerkin 2 finite-difference 1 krylov-methods 1 firedrake 1 high-performance-computing 1 lecture-notes 1 notes 1 hpc 1 org-mode 1 geometry 1 numerical-combustion 1 multiphysics 1 geometry-processing 1 oop 1 mesh 1 mesh-processing 1 modern-fortran 1 one-dimensional 1 steady-state 1 cavity-simulators 1 hacktoberfest 1 wuds 1 convection-diffusion 1 convex-hull 1 coupled-model 1 darcy 1 modeling 1 multi-physics 1 pore-network 1 porous-media-flow 1 fortran77 1 fortran95 1 weno-limiters 1 astrophysical-simulation 1 pyro 1 adaptive-refinement 1 asynchronous-tasks 1 charmplusplus 1 continuous-galerkin 1 load-balancing 1 parallel-computing 1 quinoa 1 optimization 1 teaching 1 educational-project 1 matlab-gui 1 matlab-toolbox 1 convection-diffusion-reaction 1 scientific-computing-with-python 1 transport-phenomena 1 godunov 1 pdes 1 weno-schemes 1 2-dimensional-heat 1 boundary-element-method 1