|
hips
|
Example demonstrating premixed combustion using HiPS and Cantera. More...
#include "hips.h"#include "cantera/base/Solution.h"#include "cantera/thermo.h"#include <vector>#include <string>#include <fstream>#include <sstream>#include <iostream>Go to the source code of this file.
Functions | |
| int | main () |
Example demonstrating premixed combustion using HiPS and Cantera.
This example simulates turbulent premixed flames using a stoichiometric ethylene/air mixture. It initializes a HiPS domain with six levels, where 25% of the parcels are pre-combusted, and the remaining 75% contain fresh reactants. The simulation uses Cantera to handle chemical kinetics.
The simulation produces temperature and species concentration profiles, saved in the output file.
Definition in file ex_2.cc.