All Projects → komahanb → unstructured-finite-volume

komahanb / unstructured-finite-volume

Licence: GPL-3.0 license
Unstructured Finite Volume Solver for Partial Differential Equations

Programming Languages

fortran
972 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to unstructured-finite-volume

navier-stokes-webgl
Stable fluid simulation on GPU using WebGL.
Stars: ✭ 27 (+3.85%)
Mutual labels:  fluid-dynamics, fluid-simulation
CFD
Basic Computational Fluid Dynamics (CFD) schemes implemented in FORTRAN using Finite-Volume and Finite-Difference Methods. Sample simulations and figures are provided.
Stars: ✭ 89 (+242.31%)
Mutual labels:  fluid-dynamics, fluid-simulation
SNaC
A multi-block solver for massively parallel direct numerical simulations (DNS) of fluid flows
Stars: ✭ 26 (+0%)
Mutual labels:  fluid-dynamics, fluid-simulation
shallow-water
Python model solving the shallow water equations (linear momentum, nonlinear continuity)
Stars: ✭ 78 (+200%)
Mutual labels:  fluid-dynamics, fluid-simulation
stable-fluids
A minimal Stable Fluids inspired fluid solver with Python and NumPy.
Stars: ✭ 148 (+469.23%)
Mutual labels:  fluid-dynamics, fluid-simulation
splashsurf
Surface reconstruction library and CLI for particle data from SPH simulations, written in Rust.
Stars: ✭ 18 (-30.77%)
Mutual labels:  fluid-dynamics, fluid-simulation
Fluid Simulation
Self advection, external force and pressure solve to a velocity field represented by a MaC grid.
Stars: ✭ 107 (+311.54%)
Mutual labels:  fluid-dynamics, fluid-simulation
CaNS
A code for fast, massively-parallel direct numerical simulations (DNS) of canonical flows
Stars: ✭ 144 (+453.85%)
Mutual labels:  fluid-dynamics, fluid-simulation
Fluid2d
A versatile Python-Fortran CFD code that solves a large class of 2D flows
Stars: ✭ 49 (+88.46%)
Mutual labels:  fluid-dynamics, fluid-simulation
UnsteadyFlowSolvers.jl
Solvers for problems involving unsteady fluid flow
Stars: ✭ 18 (-30.77%)
Mutual labels:  fluid-dynamics, fluid-simulation
Shizuku
Real time simulation and rendering of free surface fluid
Stars: ✭ 22 (-15.38%)
Mutual labels:  fluid-dynamics, fluid-simulation
canvas-fluid-solver
Real-time fluid simulation in Javascript.
Stars: ✭ 45 (+73.08%)
Mutual labels:  fluid-dynamics, fluid-simulation
reactorch
A Differentiable Reacting Flow Simulation Package in PyTorch
Stars: ✭ 24 (-7.69%)
Mutual labels:  fluid-dynamics
ludwig
A lattice Boltzmann code for complex fluids
Stars: ✭ 35 (+34.62%)
Mutual labels:  fluid-dynamics
TEGAN
Generative Adversarial Network (GAN) for physically realistic enrichment of turbulent flow fields
Stars: ✭ 60 (+130.77%)
Mutual labels:  fluid-dynamics
ArteryNetwork
A pipeline to extract vessels from MR images and perform analysis.
Stars: ✭ 21 (-19.23%)
Mutual labels:  fluid-simulation
euler-fluid-cpp
Euler fluid simulated with CPP and SFML
Stars: ✭ 50 (+92.31%)
Mutual labels:  fluid-dynamics
WABBIT
Wavelet Adaptive Block-Based solver for Interactions with Turbulence
Stars: ✭ 25 (-3.85%)
Mutual labels:  fluid-dynamics
peridyno
An AI-targeted physical simulation platform.
Stars: ✭ 21 (-19.23%)
Mutual labels:  fluid-dynamics
coarray-tutorial
A short tutorial to get people started with Fortran's coolest feature, coarrays.
Stars: ✭ 35 (+34.62%)
Mutual labels:  coarray-fortran

alt text alt text alt text

Unstructured Finite Volume Solver

Unstructured Finite Volume Solver for Partial Differential Equations

Principles/Goals

  1. Truly Fortran -std=[f2008,f2018] 😎
  2. Object Oriented Design for separation of geometry, physics and solution
  3. Coarrays for distributed memory parallelism
  4. pure, elemental, do concurrent for shared memory parallelism
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].