FVM-Demo

所属分类:物理/力学计算
开发工具:C#
文件大小:0KB
下载次数:0
上传日期:2023-10-31 20:16:07
上 传 者sh-1993
说明:  提出了一种以Navier-Stokes单元为中心的FVM方法——一种用于实验盖腔环境中不规则网格和规则网格上解的试验台...
(A Navier Stokes cell-centered FVM method - a testbed for experimenting with solutions on irregular and regular meshes in lid cavity environments.)

文件列表:
CFD/ (0, 2023-12-06)
CFD/BCSetter.cs (2328, 2023-12-06)
CFD/CFD.csproj (423, 2023-12-06)
CFD/CFDLogic.cs (1526, 2023-12-06)
CFD/CalcEngine.cs (6016, 2023-12-06)
CFD/IBCSetter.cs (718, 2023-12-06)
CFD/ICalcEngine.cs (201, 2023-12-06)
Core/ (0, 2023-12-06)
Core/Common/ (0, 2023-12-06)
Core/Common/Enums.cs (3153, 2023-12-06)
Core/Common/Farfield.cs (356, 2023-12-06)
Core/Common/MeshConstants.cs (1839, 2023-12-06)
Core/Common/Settings.cs (4613, 2023-12-06)
Core/Common/Utilities.cs (254, 2023-12-06)
Core/Core.csproj (206, 2023-12-06)
Core/Data Access/ (0, 2023-12-06)
Core/Data Access/DataAccessService.cs (16293, 2023-12-06)
Core/Data Access/DataPreparer.cs (371, 2023-12-06)
Core/Data Collections/ (0, 2023-12-06)
Core/Data Collections/Repository.cs (638, 2023-12-06)
Core/Dictionaries/ (0, 2023-12-06)
Core/Dictionaries/Dictionaries.cs (10732, 2023-12-06)
Core/Domain/ (0, 2023-12-06)
Core/Domain/BaseCell.cs (3709, 2023-12-06)
Core/Domain/BaseNode.cs (865, 2023-12-06)
Core/Domain/BaseTriangle.cs (820, 2023-12-06)
Core/Domain/BorderCell.cs (787, 2023-12-06)
Core/Domain/CalcDomain.cs (892, 2023-12-06)
Core/Domain/Cell.cs (8546, 2023-12-06)
Core/Domain/Edge.cs (2216, 2023-12-06)
Core/Domain/Fluid.cs (294, 2023-12-06)
Core/Domain/Node.cs (1702, 2023-12-06)
Core/Domain/ReplacementCell.cs (3771, 2023-12-06)
Core/Domain/UpdateCell.cs (922, 2023-12-06)
Core/Domain/UpgradeCell.cs (4701, 2023-12-06)
Core/Interfaces/ (0, 2023-12-06)
Core/Interfaces/IDataAccessService.cs (7477, 2023-12-06)
Core/Interfaces/IDataPreparer.cs (198, 2023-12-06)
... ...

# FVM-Demo This Windows Forms/C#/VB/.NET 7 application uses the cell-centered finite volume method (FVM) to generate fluid flow simulations by solving the incompressible Navier-Stokes equations for a lid-cavity problem. The application allows grids of different types to be generated (e.g. irregular triangles, equilateral triangles, rectangular) and uses the same grid-agnostic FVM solver for all grid types. A newly added feature allows grids to be transformed via 2D Conway tiling operations: kis, join, kis+join and trunc. Stable solutions are much easier to find on regular grids (play around with mesh granularity, lid velocity, density and viscosity) than on irregular grids, and also on grids which tend to have consistent cell sizes. An equilateral triangle mesh with kis tiling is especially robust at coarse mesh sizes. The code is well commented, so it can be read easily if you are looking for help with building your own FVM methods. The solution to the pressure equation, in particular, will be useful as it is not often well covered in online materials. Linear equations are solved step-by-step using the SIMPLE predictor-corrector method and central differencing. No matrix methods are used, but parallelization is used throughout. The images show sample plots at Reynolds Number 80 on an equilateral triangle grid with kis and join tiling: ![Equilateral Kis Join](https://github.com/Nikkinoodl/FVM-Demo/assets/17559271/3ab80cbf-6973-4ede-828d-1c6fcf10ffec) ![U Equilateral Kis Join 80 Re](https://github.com/Nikkinoodl/FVM-Demo/assets/17559271/3d9c82cc-4c19-4c86-a081-9f69a8b4c248) ![V Equilateral Kis Join 80 Re](https://github.com/Nikkinoodl/FVM-Demo/assets/17559271/886ec398-cd6a-4df8-90db-687f8eb80151) ![P Equilateral Kis Join 80 Re](https://github.com/Nikkinoodl/FVM-Demo/assets/17559271/54cfe3c4-75b9-414b-a0bd-2f89859baae2)

近期下载者

相关文件


收藏者