Off-line calculator for turbulent values.
In this repository you can find an offline calculator for turbulent values for CFD simulations.
In this repository you can find a simple Python code and a .exe file that read
1 Velocity
2 Turbulence length scale
3 Turbulence intensity
from the terminal and write:
1 Turbulence kinetic energy (k) [m^2/s^2]
2 Turbulence dissipation (ε) [m^2/s^3]
3 Specific tubulence dissipation (omega) [1/s]
on the terminal
For a similar code in which the input data are given via input file, feel free to use this:
https://github.com/Carlopasquinucci/k-epsilon-omega-python
The code is written in a very simple way, in order to be easily understood, but if you need other explanation, feel free to contact me:
mail: carlo.a.pasquinucci (at) gmail.com
skype: carlo_pasquinucci
The code is very simple and the results are compared with other on-line calculator, i.e. https://www.cfd-online.com/Tools/turbulence.php .
The code is tested with Python 2.7. The code is not robust, since the goal is that this code should be incorporate in other codes.
In any case, no warranty of accuracy, robustness and correctness is given.