Vignesh2508 - Overview

View Vignesh2508's full-sized avatar

Computational Engineer interested in Fluid mechanics and programming

  • India

Block or report Vignesh2508

Popular repositories Loading

  1. A simple Delaunay mesh generator based on the Bowyer-Watson algorithm. I have based my code on the pseudocode present in the Wikipedia page. I have viewed other people's code and I believe this cod…

    Python 16 2

  2. 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 r…

    C++ 11 1

  3. ACM ACM Public

    Implementation of artifical compressiblity method in C. Thanks to Tanmay agrawal for his CFD lecture about this method (also took part of his code for visualisation in plt format). Also refer to "A…

    C 2 1

  4. First time writing a 2D diffusion solver using Finite Volume Method. I referred to Versteeg and Malalasekara for reference.

    C 1 1

  5. A Quadtree implementation in Python to identify the points.

    Python 1

  6. Game using pygame in python

    Python