7.1.1.6. FAQ
1) What should I do if the methane-oxygen failed to be ignited?
Check if the diffusion mechanisms and turbulence model are turned on.
Check if the ignitor model and ignition temperature has been set properly.
2) What should I do if the methane-oxygen can be ignited, but the pressure increase rate is too slow?
First, you need to clarify: compare to what the pressure increase is "too slow". Make sure you are using the same ignition condition as the one in the experiment. The treatment of ignition is always tricky.
Reasons could be:
1) the ignition is too weak.
2) the mesh is too coarse. Strong artificial diffusion may rapidly decrease the temperature in the ignitor cells.
Several things you could try:
If you are using one-step reaction, try to increase the frequency factor, freq_fact. The default value is 6.9e+14.
Impose an initial high temperature in the ignitor cells by using gasdef. In the example below, an initial temperature at 2500 K is used in the ignitor cells. The volume fraction of the gas species is the same as the one close to the ignitor cells.
Refine the mesh.
3) Should I turn on the heat and mass transfer models in the methane combustion simulations?
Yes. Any combustion simulation with adiabatic boundary conditions is strongly not recommended because the pressure (increase rate, peak value and decay rate) as well as the temperature can be highly overpredicted. In the predictive combustion simulations, heat and mass transfer mechanisms must be considered in any hydrogen or hydrocarbon combustion simulations, including thermal radiation, convective heat transfer, steam condensation and heat conduction in the solid structures.
4) Should I refine the mesh for the methane combustion simulations?
Yes, at least once. Please make sure your calculation results are mesh independent.
5) How to import the mesh file generated from the STL file?
You need to copy the file "cadarray" to the same folder as the "ingf" file. Then, turn on the option below,
import_cad = 1, ; read from cadarray file generated from CAD
6) How to refine the mesh?
For example, the meshes in x, y and z directions are refined 2 times.
7) Is there a sample input file?
Yes. You have to change the name of the file to ingf in order to run the GASFLOW code.
Last updated
Was this helpful?