rblack42 / iDerive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iDerive - Assistant for Deriving Equation Sets

Author: Roie R. Black
Email:roie.black@gmail.com
Docs:https://rblack42.github.io/iDerive
tests

This is a Python project that I use to derive finite difference equations for solutions of the full Navier-Stokes equations for fluid flow. The tool produced simply tracks the derivation steps and makes sure the rules are followed, and no terms are left out or signs flipped! Why did I write this? Don't ask!

Note

This tool is not intended to do most of what SymPy can do. The human operator is supposed to know what he/she is doing. It simply helps eliminate silly mistakes!

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 67.9%Language:Makefile 14.9%Language:TeX 12.6%Language:C++ 4.6%