pyro2
pyro2 copied to clipboard
A framework for hydrodynamics explorations and prototyping
We should have pyro2 be a proper module that can be installed centrally, this means it needs a directory structure like: * pyro2/ * setup.py * pyro/
We should explore what capabilities widgets could offer when playing with a simulation in a Jupyter notebook.
This addresses #46 Mapped grids can be defined by passing in a `sympy` expression describing the transformation from the physical coordinates to the cartesian grid coordinates. Sympy is then used...
Implements reactions for compressible flow. There is a base class called Network which can be inherited from to implement specific reaction networks. This is done to for the simple powerlaw...
To help creators of new solvers/problems, we could have a directory containing files with outlines of the functions required, similar to yt's [frontends/_skeleton](https://github.com/yt-project/yt/tree/master/yt/frontends/_skeleton) directory