Ignis
|
#include <string>
#include <iostream>
Go to the source code of this file.
Functions | |
int | driver_premixed () |
int | driver_diffusion () |
int | driver_diffusion_table () |
int | driver_flamelet () |
int | main (int nargs, char *argv[]) |
int driver_premixed | ( | ) |
Driver for a burner stabilized premixed flame
Definition at line 23 of file driver_premixed.cc.
int driver_diffusion | ( | ) |
Driver for a simple diffusion flame.
Definition at line 21 of file driver_diffusion.cc.
int driver_diffusion_table | ( | ) |
Driver to run diffusion flames for various domain sizes L and times t. Adiabatic steady state files at a given L, and for each of those, run unsteady with radiative loss. (except for cases that blows out due to strain.) These files can be used to make a lookup table. L and t can be mapped to progress variable and enthalpy.
Definition at line 25 of file driver_diffusion_table.cc.
int driver_flamelet | ( | ) |
Driver for a simple laminar flamelet solved in mixture fraction space
Definition at line 21 of file driver_flamelet.cc.