Skip to content
Snippets Groups Projects
Commit 268c8764 authored by Amaury Bilocq's avatar Amaury Bilocq
Browse files

Add todo to readme

parent d08a2502
No related branches found
No related tags found
No related merge requests found
Pipeline #52466 failed
......@@ -2,6 +2,9 @@
pyTurbulence is a Python package for generating synthetic compressible turbulent fields for Direct Numerical Simulation (DNS) based on the method of Ristorcelli and Blaisdell. This package provides tools to generate velocity, pressure, and thermodynamic fields, as well as to compute and plot the energy spectrum of the generated turbulence.
TODO:
- add dilatational velocity fluctuations
## Features
- Generate solenoidal velocity fields using the method of Rogallo.
......
......@@ -16,7 +16,7 @@ requires-python = ">=3.6"
dependencies = [
"numpy>=1.21", # Required for numerical computations
"numba>=0.56", # For JIT optimization
"pytest>=7.0" # For testing
"pytest>=7.0", # For testing
"matplotlib>=3.4" # For plotting
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment