A computer programming of SIMPLE algorithm based on triangle unstructured grid

Bo LIU,Zhong-yuan LI,Tao ZHANG
DOI: https://doi.org/10.7511/jslx201506016
2015-01-01
Abstract:A computer programming of SIMPLE (Semi-Implicit Method for Pressure Linked Equations) algorithm based on triangle unstructured grid was developed in order to lucubrate the basic algorithm associated with fluid flow.Self-defined variables were employed for storing element and interface information according to the feature of the FORTRAN language.Pointers which point to adjacent elements and interfaces were also defined within these variables.By reading the topological information from the grid files,the essential data structure for programming could be constructed.Thus,storing the topological information by arrays could be avoided.The readability,extendability and the potential of secondary development were largely improved.The program developed in this paper performed well and gave accurate and reasonable results compared to the physical reality when it was tested by several numerical examples such as lid-driven cavity flow,backward facing step flow and laminar flow passing a cylinder.On this basis,three dimensional computer program with higher application value could be developed.
What problem does this paper attempt to address?