CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

2D_Panel-CFD v0.0.1 Release

Register Blogs Community New Posts Updated Threads Search

Rate this Entry

2D_Panel-CFD v0.0.1 Release

Posted December 8, 2021 at 04:06 by Fluidentity13

General Background
The project has been started as an Open Source repository for CFD solvers. The motive is to provide handy easy to understand code with multitude of CFD schemes for CFD developers. Also, it needs to remain functional as an easy to setup open source solver for users. This release only comprises of a terminal sequential prompt, simple and effective. We have immediate plans of implementing a PyQT GUI to it.

GITHUB

Code:
git clone https://github.com/Fluidentity/2D_Panel-CFD
or Install using:
Code:
pip install 2D_Panel-CFD
Head to the notion page for more information on, Validation, Installation, Setup & RUN tutorials. Also, it has information on how to add to this project:


  • GITHUB
  • https://github.com/Fluidentity/2D_Panel-CFD
  • PyPI
  • https://pypi.org/project/2D-Panel-CFD/

This version comprises of a 2D Staggered Grid with Inlet, Outlet & Wall Boundary conditions. Obstacles can be imported & transformed with a list of points or with the inbuilt elliptical geometries.
First order Upwind Scheme is used for Velocity with very good results for the benchmark Lid Driven Cavity problem when compared to results in Ghia etal.
The SIM runs stable with terminal-python for <10000 Cells after which Residual plotting becomes laggy. spyder (Anaconda IDE) provides great speed-ups with multi-core utilisation & also improves the post-processing experience. The Sequential prompts based model is based on a GUI approach and will be ported to it in the next update.
The lack of multi-threading support in python trumps the ease of accessibility of matplotlib library. We will be looking to port into C++ immediately utilizing vtk libraries with paraview & blender for visualization.
The framework is designed to test new FVM schemes, & Coupling solvers. All popular convection schemes will be added soon. Multiple solvers will be available in the next updates, the likes of SIMPLER, PISO, Pimple etc. Future plans also include Unsteady & VOF solvers.
The program works as a sequential prompt, for SIM Parameters. The prompts are designed keeping in mind a GUI approach, which will be available in the next update. There are frequent Check Cycles to render the result & modify any inputs. We'll go through an exemplary First Run in the next Section.
Posted in Uncategorized
Views 592 Comments 0 Edit Tags Email Blog Entry
« Prev     Main     Next »
Total Comments 0

Comments

 

All times are GMT -4. The time now is 20:26.