Metadata-Version: 2.1
Name: hydes
Version: 0.0.1
Summary: Hydrodinamical equation solver
Home-page: https://github.com/andreuva/HyDES
Author: Andres Vicente Arevalo
Author-email: andres.vicente.arevalo@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/andreuva/HyDES/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# HyDES
HydroDinamical Equation Solver Code to numerically solve the hydrodynamical equations in 2 dimensions in a regular rectangular mesh. The code performs a first order staggered Lax-Friedrich scheme in time and a central first order derivative in space. There are several initial conditions to test and a some boundary conditions, like 0 derivative in the boundaries or periodic ones. The code is impleted originaly in IDL in may 2019 and it will be transcripted to python.


