Skip to content

2D lid driven cavity solver based on finite pointset method

Notifications You must be signed in to change notification settings

sahilgupta2105/Finite-Pointset-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lid Driven Cavity solver based on Finite Pointset Method (FPM)

This implements a fluid flow solver based on the meshfree Finite Pointset Method. The derivatives are found using the Moving Least Squares approach and the Poissons equation is solved using the GMRES Krylov iterative method. The default settings generate close to 1000 points and Re = 100. The mesh module for hole-filling is based on Voronoi hole filling algorithm.

For info look here.

Releases

No releases published

Packages

No packages published

Languages