Unstructured Finite Volume Solver for Partial Differential Equations
-
Updated
Aug 21, 2021 - Fortran
Unstructured Finite Volume Solver for Partial Differential Equations
2D solver for Euler equations in quadrilateral grid, using kinetic flux vector splitting scheme, written in OOP F2003
Simple (and not-so-simple) CFD solvers written in Fortran with Python plotting routines
Euler equations unstructured solver using kinetic flux vector splitting (KFVS) scheme
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.
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
Add a description, image, and links to the finite-volume-methods topic page so that developers can more easily learn about it.
To associate your repository with the finite-volume-methods topic, visit your repo's landing page and select "manage topics."