Skip to content
/ edpy Public

A postprocessing library in python to deal with large binary files, compute partial derivatives and a variety of other expensive operations.

Notifications You must be signed in to change notification settings

jortizta/edpy

Repository files navigation

mean_rms.py: computes the mean of the middle planes and the rms. This rms implementation does not compute all the Reynolds stresses.
mean_full5p.py :  computes the total mean of the 5p planes and the mean of the middle planes. It is slower than mean_rms.py
rms.py: computes all the Reynolds stresses and the TKE. You need all of them to compute production. 
production.py: computes production with the results of mean_full5p.py and rms.py

About

A postprocessing library in python to deal with large binary files, compute partial derivatives and a variety of other expensive operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published