Skip to content

BharadwazBollu/NonOrthogonal_CFD-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

NonOrthogonal_FVM_SIMPLE_2D Whcih solves Non Dimensional Laminar Governing Equations. Solver is robust enough to handle 70+ Non Orthogoanlity with good precision and uses volumetric interpolation for better accuracy. Solver can handle even highly skewed grids. While giving co-ordinates of your own mesh, make sure that increments in rows is increment in x-direction. Solver contains preprocessing script to compute surface values and other parameters required for solver Solver contains postprocessing script to view results and also optional script to export to .plt format which can be viewed in ParaView/TecPlot.

Flow over Cylinder/Circle

Grid = 41x41, Reynolds Number = 30

Mesh bluffCircle_Ucontour bluffCircle_Vcontour bluffCircle_Quiver

Lid Driven Cavity

Grid = 41x41, Reynolds Number = 100

lidDrivenMesh U_lidDrivenCenterline V_lidDrivenCenterline lidDriven_Ucontour lidDriven_Vcontour

Pipe Bend Flow

Grid = 41x41, Reynolds Number = 100

pipeBend_Mesh pipeBend_Ucontour pipeBend_Vcontour pipeBend_Quiver

About

This is a CFD solver for 2D Laminar flow which can solve even Non-Orthogonal grid using SIMPLE algorithm.

Resources

Stars

Watchers

Forks

Packages

No packages published