Skip to content
/ aero Public
forked from jgressier/aerokit

python package of compressible flow functions

Notifications You must be signed in to change notification settings

kai-zheng/aero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aero

Python packages for compressible flow computations

Features

  • Mach dependent functions for isentropic total pressure, temperature and mass flow
  • local Rankine-Hugoniot shock wave equations
  • conical shock waves
  • real gaz thermo functions
  • kerozen thermo functions
  • Fanno equations for momentum losses in a duct
  • Rayleigh equations for heating/cooling in a duct
  • misc: degree based trigo functions, Newton iterative solve, ODE integration

Installation & usage

  • aero folder must be placed in a PYTHONPATH structure

  • or append $PWDto your PYTHONPATH

    PYTHONPATH=$PWD:$PYTHONPATH python examples/test.py

Requirements

About

python package of compressible flow functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 1.2%