Ignis
|
#include "ignis.h"
#include "cantera/base/Solution.h"
#include "yaml-cpp/yaml.h"
#include "sootHeaders.h"
#include <iostream>
#include <sstream>
#include <string>
#include <iomanip>
#include <algorithm>
Go to the source code of this file.
Functions | |
int | driver_diffusion_table () |
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.