Codes for conditional analysis of Direct Numerical Simulation (DNS) result of turbulent combustion.
Find a file
2021-03-23 08:14:04 +09:00
.gitignore added .gitignore and README.md 2021-03-23 08:14:04 +09:00
binning_v_given_c.py prevent nan values for zero count bins 2021-03-11 05:12:39 +09:00
Compact.f90 added extract ddxc, timestamp to log 2021-03-05 22:45:26 +09:00
compact_doc.py added extract ddxc, timestamp to log 2021-03-05 22:45:26 +09:00
concatenate_cmean.py added program descriptions 2021-03-11 04:52:36 +09:00
dnstool.py fix some bugs 2021-03-02 23:07:56 +09:00
extract_all.py added program descriptions 2021-03-11 04:52:36 +09:00
extract_c.py added extract ddxc, timestamp to log 2021-03-05 22:45:26 +09:00
extract_ddxc.py added extract ddxc, timestamp to log 2021-03-05 22:45:26 +09:00
extract_u.py added extract ddxc, timestamp to log 2021-03-05 22:45:26 +09:00
fluctuation_product_u_ddxc.py added program descriptions 2021-03-11 04:52:36 +09:00
p_ddxc_given_c.py conditional pdf codes using fastKDE 2021-03-08 06:41:12 +09:00
p_u_given_c.py conditional pdf codes using fastKDE 2021-03-08 06:41:12 +09:00
pycompact.py added extract ddxc, timestamp to log 2021-03-05 22:45:26 +09:00
README.md added .gitignore and README.md 2021-03-23 08:14:04 +09:00
run_in_case_dir.sh added program descriptions 2021-03-11 04:52:36 +09:00
sbatch-job-binning-ddxc-array initial commit for run all step bash script 2021-03-08 11:40:21 +09:00

File Descriptions

run_in_case_dir.sh All-in-one script

Compact.f90 Compact FD scheme implemented in Fortran pycompact.py python wrapper class compact_doc.py print docstrings in f2py generated interface

dnstool.py library for DNS postprocessing

binning_v_given_c.py calculate conditional mean by data binning concatenate_cmean.py concatenate all data binning results

extract_all.py extract time and space dependent u, c, ddxc fields to single files extract_c.py extract only c extract_ddxc.py extract only ddxc extract_u.py extract only u

fluctuation_product_u_ddxc.py calculate product of conditional fluctuation field p_ddxc_given_c.py calculate conditional pdf of ddxc given c using fastKDE p_u_given_c.py calculate conditional pdf of u given c using fastKDE

sbatch-job-binning-ddxc-array slurm sbatch script