General overview about the folder structure is described in the main README.md
file.
Table of Contents
The selection is generated by first running a fully coupled FDS simulation with a time step of
flowchart LR
subgraph " "
a("FDS
(fully coupled)") -- "run simulation for 200 s" --> b("200 snapshots") -- "select representative set" --> c("40 snapshots")
end
The procedure that is documented in this git is shown in the diagram below.
flowchart TD
subgraph " "
a("40 snapshots") -- " " --> b("LBL-PMC (calculated solution is part of the repository)") -- " " --> f("comparison")
a("40 snapshots") -- "` `" --> c("fireRADFoam_MaCFP (radiation only)") -- " " --> f("comparison")
a("40 snapshots") -- "` `" --> d("FDS (radiation only)") -- " " --> f("comparison")
a("40 snapshots") -- "` `" --> e("your custom solver/configuration") -- " " --> f("comparison") -- " " --> g("postprocessing")
end
The main directory for the FM-Burner is in the macfp-db
project:
https://github.com/MaCFP/macfp-db/tree/master/Extinction/FM_Burner
There, the experimental setup for the FM-Burner
is described in detail:
https://github.com/MaCFP/macfp-db/tree/master/Extinction/FM_Burner/Documentation
And e.g. available experimental data is located at: https://github.com/MaCFP/macfp-db/tree/master/Extinction/FM_Burner/Experimental_Data