From 7790aaa44c49713512f576b9fcd13675f6702d64 Mon Sep 17 00:00:00 2001 From: Bilocq Amaury <amaury.bilocq@uliege.be> Date: Fri, 28 Feb 2025 16:30:53 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b0cd25..c5f93e7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # CompressibleTurbulenceGenerator -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. +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 (solenoidal and dilatational), pressure, and thermodynamic fields, as well as to compute and plot the energy spectrum of the generated turbulence. TODO: -- Add dilatational velocity fluctuations +- Verification of the implementation of the dilatational velocity   @@ -11,6 +11,7 @@ TODO: - Generate solenoidal velocity fields using Kraichnan's method, improved for mass conservation by Saad. - Compute incompressible pressure fluctuations using the method of Ristorcelli & Blaisdell. +- Compute the dilatational velocity field and combine it to the solenoidal velocity - Compute thermodynamic fields (density, pressure, temperature) from the generated velocity and pressure fields. - Plot the energy spectrum of the generated turbulence. -- GitLab