Ignis
Loading...
Searching...
No Matches
main.cc File Reference
#include <string>
#include <iostream>
Include dependency graph for main.cc:

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[])
 

Function Documentation

◆ driver_premixed()

int driver_premixed ( )

Driver for a burner stabilized premixed flame

Definition at line 23 of file driver_premixed.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ driver_diffusion()

int driver_diffusion ( )

Driver for a simple diffusion flame.

Definition at line 21 of file driver_diffusion.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ driver_flamelet()

int driver_flamelet ( )

Driver for a simple laminar flamelet solved in mixture fraction space

Definition at line 21 of file driver_flamelet.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  nargs,
char *  argv[] 
)

Definition at line 17 of file main.cc.

Here is the call graph for this function: