Skip to content
#

fvm

Here are 27 public repositories matching this topic...

leoafarias
leoafarias commented Jun 7, 2021

Problem:

Right now the user needs to manually configure their IDE path for VSCode in order to have all IDE tooling running properly. This causes some support issues to be opened, need to view the documentation, and also a less ideal Dev experience.

Solution:

When the developer does fvm use <version> fvm should automatically detect the IDE and configure the version if it has not be

enhancement help wanted good first issue

This repository contains a Fortran implementation of a 2D flow using the projection method, with Finite Volume Method (FVM) approach. The code solves Navier Stokes equations in a 2D lid driven cavity, with computation of the rotational as well.

  • Updated Mar 7, 2019
  • Fortran

Implemented a NS solver using SIMPLE algorithm and solved the benchmark cavity problem. There are some small bugs that have to be fixed. But the thoery behind the code is well established. I used reference from a CFD book written by Versteeg. I found the explanation in this book to be better compared to the Patankar book. Next part is to implement the channel flow benchmark problem using this code.

  • Updated Aug 21, 2020
  • C++

Improve this page

Add a description, image, and links to the fvm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fvm topic, visit your repo's landing page and select "manage topics."

Learn more