termoshtt / eom

Configurable ODE/PDE solver
MIT License
56 stars 7 forks source link

Code usage in fluid dynamics software #69

Open mlgubolin opened 6 years ago

mlgubolin commented 6 years ago

Hello!

I found your library after searching about odes and solvers and it looks very promising :) (I'm the one from twitter).

Are you open to contribution? Because the fluid equation will be massively used in this new code and I want to help improve it! :)

termoshtt commented 6 years ago

Great :) I welcome your contribution! Simulation for fluid dynamics is the main target of this repo since this originates from my C++ code of spectral method in channel flow.

(sorry for later replay (´・ω・`)

mlgubolin commented 6 years ago

Don't worry :)

This is awesome! Do you work with what kind of simulation? My goal was to more or less replicate the PLUTO code in Rust but maybe do it more broadly?