A Python Interface for ChiDG: A Chimera-based, discontinuous Galerkin solver
import pychidg
sim = pychidg.Sim()
sim.read_grid('gridfile.h5')
sim.read_boundaryconditions('gridfile.h5')
sim.set('Nonlinear Solver','Quasi-Newton')
sim.set('Linear Solver','Quasi-Newton')
sim.run()
- Python application
- Runs on Qt, PyQt, and PyQtGraph
PyChiDG is released under the BSD 3-clause license. See LICENSE file.
Nathan A. Wukie [email protected]