Codes for conditional analysis of Direct Numerical Simulation (DNS) result of turbulent combustion.
Find a file
2021-08-12 03:51:43 +09:00
.gitignore added .gitignore and README.md 2021-03-23 08:14:04 +09:00
binning_balance_terms_from_raw.py binning balance term base (copied ddxc d2dxc) 2021-08-12 03:51:43 +09:00
binning_ddxc_d2dxc_given_c_from_raw.py implemented binning 2nd order dervative 2021-08-12 03:50:07 +09:00
binning_ddxc_given_c_from_raw.py corrected variable Dm sampling points 2021-04-08 16:50:06 +09:00
binning_ddxc_given_c_from_raw_domain.py binning at every x coordinate over turbulent flame brush 2021-06-09 11:44:05 +09:00
binning_u_ddxc_uddxc_given_c_from_raw.py binning conditional fluctuation 2021-06-21 12:43:19 +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 dnstools added comment to filename pattern 2021-04-05 15:04:31 +09:00
extract_all.py binning conditional fluctuation 2021-06-21 12:43:19 +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 comments to fluctuation script 2021-04-02 14:47:51 +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 binning 2nd order derivative d2/dx2(c) and pycompact complete interface/bugfix 2021-08-12 03:42:21 +09:00
README.md tabulate file list 2021-03-23 17:35:40 +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

header header
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