Skip to content

z-titus/ARYA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARYA

ARYA is a CFD solver that is currently tested on a canonical lid-driven cavity flow (`sliding lid') problem on a uniform mesh using a finite-volume method with a first order upwind advection scheme. The sliding lid is shown in Figure 1. Momentum is diffused from the slip wall and eventually forms a large vortex that settles in the domain, and as the Reynolds number increases, secondary vortices form at the bottom corners. The solver uses a Semi-Implicit Method for Pressure Linked Equations (SIMPLE) approach. Equations on the 2D grid are solved using an alternating direction implicit (ADI) method, solving implicitly in one dimension at a given time, resulting in a tridiagonal system of equations that scales favorably with grid size.

sliding_lid drawio

Figure 1: Sliding lid configuration.

How to Use:

About

2D CFD solver for a lid driven cavity flow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors