Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 741 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 741 Bytes

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