Related data repo.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.8KB

  1. #Problem constants:
  2. domainLength=5.0e-03 #in meters
  3. constantPressure=1 #1=isobaric, 0=isochoric
  4. dPdt=0.0e0 #Units: Pa/s
  5. problemType=0 #0=heatsource to ignite(premix),1=premix, 2=custom initial condition
  6. reflectProblem=0 #If 1, the initial conditions are reflected across the center of the domain. Useful for spherically imploding flames for instance.
  7. mdot=0.0
  8. initialTemperature=300.0 #in Kelvin
  9. initialPressure=1.0 #in atmospheres
  10. gasFile=nitrogenPlasma.cti #File containing thermodynamic, kinetic, and transport info
  11. gasPhase=gas
  12. transportPhase=transport
  13. transportModel=Mix #Transport model
  14. mixtureComposition=N2:1.0 #Mole Fractions!
  15. crossFile=N2.dat
  16. metric=1 #0=planar,1=cylindrical,2=spherical
  17. heatType=1
  18. ignTime=9e-04 #Time over which energy is supplied in seconds
  19. QDot=6.8e10 #Power supplied in units of W/m3
  20. heatFile=discharge.csv
  21. radFile=rad.csv
  22. therCondFile=therCondAirPlasma.csv
  23. kernelSize=0.5e-03
  24. mixingWidth=0.6e-03 #mixing layer width in m (for diffusion problem)
  25. shift=4e-03 #shift of mixing layer into domain (for diffusion problem)
  26. dirichletInner=0 #Boundary conditions for scalars (T,Y)
  27. dirichletOuter=0
  28. wallTemperature=300.0
  29. #Grid settings:
  30. adaptiveGrid=0
  31. moveGrid=0
  32. Rg=300
  33. gridOffset=0
  34. basePts=1000
  35. gridDensitySlope=70.0e0
  36. fineGridHalfWidth=8e-03
  37. gridRefinement=1000.0e0;
  38. leftRefineFactor=0.01
  39. rightRefineFactor=0.01
  40. refineLeft=1
  41. refineRight=1
  42. position=0.0
  43. isotherm=1000.0
  44. #Solver settings:
  45. nSaves=100 #Save solution every nSaves timesteps
  46. writeEveryRegrid=0
  47. writeRates=0
  48. relativeTolerance=1e-06
  49. radiusTolerance=1e-09 #absolute tolerance for radius
  50. temperatureTolerance=1e-09
  51. pressureTolerance=1e-09
  52. massFractionTolerance=1e-09
  53. bathGasTolerance=1e-09
  54. electronTolerance=1e-15
  55. finalTime=1.0e0 #in seconds
  56. setConstraints=0
  57. suppressAlg=0
  58. nThreads=1
  59. printYdot=0
  60. printY=0
  61. dryRun=0