Skip to content

This is a 2-D Finite Volume solver that solves the Euler equations (Laminar, Inviscid flow) The solver is based on the famous Jameson-Turkel-Schmidt (JST) scheme. Implements Explicit euler psuedo time marching.

License

Notifications You must be signed in to change notification settings

VishalKandala/Py-ler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py-ler: A 2D Euler Solver with JST Scheme

This is a 2D Finite Volume solver in Python for the Euler equations (laminar, inviscid flow). The solver is based on the Jameson-Schmidt-Turkel (JST) scheme for stable shock capturing in transonic regimes.

Key Features

  • Scheme: Jameson-Schmidt-Turkel (JST)
  • Method: Cell-centered Finite Volume
  • Physics: 2D Compressible Euler Equations

About

This is a 2-D Finite Volume solver that solves the Euler equations (Laminar, Inviscid flow) The solver is based on the famous Jameson-Turkel-Schmidt (JST) scheme. Implements Explicit euler psuedo time marching.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages