All Projects → ashwinvis → caeroc

ashwinvis / caeroc

Licence: GPL-3.0 license
☴🖩 Compressible Aerodynamics Calculator for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to caeroc

hybridCentralSolvers
United collection of hybrid Central solvers - one-phase, two-phase and multicomponent versions
Stars: ✭ 42 (+68%)
Mutual labels:  gas-dynamics, compressible-flows
Calcu
CALCULADORAS
Stars: ✭ 22 (-12%)
Mutual labels:  calculator
Computator.net
Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
Stars: ✭ 174 (+596%)
Mutual labels:  calculator
Kernel
Kernel for z80 calculators
Stars: ✭ 245 (+880%)
Mutual labels:  calculator
Insect
High precision scientific calculator with support for physical units
Stars: ✭ 2,469 (+9776%)
Mutual labels:  calculator
MHWCalculator
Monster Hunter World: Iceborne - Calculator
Stars: ✭ 39 (+56%)
Mutual labels:  calculator
Pegparser
💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.
Stars: ✭ 164 (+556%)
Mutual labels:  calculator
netcalc
Advanced network calculator and address planning helper
Stars: ✭ 20 (-20%)
Mutual labels:  calculator
kalker
Kalker/kalk is a calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
Stars: ✭ 1,237 (+4848%)
Mutual labels:  calculator
Rink Rs
Unit conversion tool and library written in rust
Stars: ✭ 242 (+868%)
Mutual labels:  calculator
Toolchain
Toolchain and libraries for C/C++ programming on the TI-84+ CE calculator series
Stars: ✭ 229 (+816%)
Mutual labels:  calculator
Literate Calc Mode.el
🧮 Literate programming for M-x calc
Stars: ✭ 201 (+704%)
Mutual labels:  calculator
calculator-reactjs
Simple Calculator app created with React.js
Stars: ✭ 25 (+0%)
Mutual labels:  calculator
Cparse
A C++ configurable Expression Parser. Useful as a Calculator or for helping you write your own Programming Language
Stars: ✭ 194 (+676%)
Mutual labels:  calculator
WarpPI
WarpPI Calculator, Step-by-step algebra calculator for Raspberry Pi. (abandoned project)
Stars: ✭ 93 (+272%)
Mutual labels:  calculator
Amadia
Astus' Mathematical Display Application : A GUI for Mathematics (Calculator, LaTeX Converter, Plotter, ... )
Stars: ✭ 172 (+588%)
Mutual labels:  calculator
Pdd
📅 Tiny date, time diff calculator with piggybacked timers
Stars: ✭ 218 (+772%)
Mutual labels:  calculator
Mtail
extract internal monitoring data from application logs for collection in a timeseries database
Stars: ✭ 3,028 (+12012%)
Mutual labels:  calculator
Kelvin
A powerful language for symbolic computation written in Swift.
Stars: ✭ 23 (-8%)
Mutual labels:  calculator
bc
some useful math functions for linux calculator bc
Stars: ✭ 18 (-28%)
Mutual labels:  calculator

caeroc

Compressible Aerodynamics Calculator for Python

Latest version LICENSE travis

A python package for compressible flows. A dynamic toolkit which enables you to make use of the formulae governing compressible flows.

Screenshot
Demo. Click to see the full video

Requirements

  • Python 2.7, >=3.4
  • pylab (numpy, scipy and matplotlib)
  • ashwinvis/scikit-aero >= 0.2
  • PyQt5 / PySide (optional, but recommended for GUI)
  • pandas (optional: for making tables)
  • colorlog (optional: for coloured log)

Installation

To install from PyPI:

pip install -e git+https://github.com/AeroPython/scikit-aero.git#egg=scikit-aero

# Any of the following
pip install caeroc
pip install caeroc[pyqt]
pip install caeroc[pyside]

To install development versions of caeroc and scikit-aero

pip install pipenv
pipenv install -e git+https://github.com/ashwinvis/caeroc.git#egg=caeroc

If the current configuration of the GUI does not work for you, regenerate it by running:

cd caeroc/gui
./configure

Launch

Simply run in your terminal

caeroc-app

Features

  • [x] Command-line tool which opens a Qt based GUI calculator

    In development

  • [ ] Save data as a database

  • [ ] Plotting graphs

  • [ ] Generate gas tables

  • [ ] Calculate flow characteristics: Coefficient of pressure, lift and drag for basic profiles.

Courtesy

  • The idea for a compressible aerodynamics calculator in the form an online JS tool had been implemented by William Devenport here. This project is pushing more functionalities as an offline tool and allowing users to dynamically use the formulae for specific cases.
  • Thanks to the scikit-aero team for being the backend
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].