Metadata-Version: 2.1
Name: hydes
Version: 0.0.3
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 Reports, https://github.com/andreuva/HyDES/issues
Project-URL: Funding, https://donate.pypi.org
Project-URL: Source, https://github.com/andreuva/HyDES
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
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: setuptools (>=54)
Requires-Dist: wheel
Provides-Extra: movie
Requires-Dist: opencv-python ; extra == 'movie'

# 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.


