fluidsim.base.output.prob_dens_func

Probability density functions

Provides:

class fluidsim.base.output.prob_dens_func.ProbaDensityFunc(output)[source]

Bases: SpecificOutput

Handle the saving and plotting of pdf of the turbulent kinetic energy.

Todo

Rewrite / move this class to as the code is specifically designed for sw1l solvers.

_tag = 'pdf'
_name_file = 'pdf.h5'
static _complete_params_with_default(params)[source]
_init_online_plot()[source]
_online_plot_saving(dict_pdf)[source]

online plot on pdf

compute()[source]

compute the values at one time.

load()[source]

load the saved pdf and return a dictionary.

plot(tmin=0, tmax=1000, delta_t=2)[source]

Plot some pdf.

Classes

ProbaDensityFunc(output)

Handle the saving and plotting of pdf of the turbulent kinetic energy.