项目作者: sahilgupta2105

项目描述 :
2D lid driven cavity solver based on finite pointset method
高级语言: Python
项目地址: git://github.com/sahilgupta2105/Finite-Pointset-Method.git
创建时间: 2018-09-03T21:23:02Z
项目社区:https://github.com/sahilgupta2105/Finite-Pointset-Method

开源协议:

下载


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.