You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matt McGurn edited this page Feb 2, 2023
·
8 revisions
Welcome to the experimental-post-processing wiki! This Wiki describe the general use of the MatLab and Python experimental/simulation post processing codes in the repo.
Much of the post-processing code uses a unified "chrest" file format. This file is an hdf5 file with the following structure:
data:
# attributes for metadatafuel:
oxidizer:
caseLabel: (experimental 20G case)date:
contact:
time: (snap shot time)# each data item hold a grid and associated fieldsgrid:
start: 0.0, 0.0, 0.0end: 1.0, 1.0, 1.0discretization: dx, dy, dzfields:
# example fields are stored as structured cell datatemperaturesootVolumeFractionvelocityheatflux_*density
The following are agreed upon names for variables: