Droplet Lagrangian Transient One-dimensional Reacting Code Implementation of both liquid and gas phase governing equations.
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.

12345678910111213141516
  1. Dropletcombustion5 is the version which floor the small mass fraction(smaller than massfractionTolerance) to 0.00 ;
  2. Dropletcombustion6 is the version where the Antoine parameters are those of water ;
  3. Version 7 change the hardcode some tolerance after ignition:Max T> 1800K
  4. version 8: the x in the main.cpp is changed to the maxGradPosition
  5. version 9: isothermPosition function in residue.cpp is revised for droplet combustion
  6. version 10: both xOld and x is the position of isoTherm ;
  7. version 11: both xOld and x is the position of maximum curvature;
  8. DropletCombustionTest: test the variables in the program
  9. DropletCombustionTest1: Multiple the l function by 10.0
  10. DropletCombustionTest2: Multiple the l function by 100.0 and remove print timeScale;
  11. DropletCombustionTest3: Multiple the l function by 10.0 and print the maxTemp and add criteria for regrid
  12. DropletCombustionTest4: dxRatio to be 1.0e-2 and delta_T to be 150 [K]
  13. DropletCombustionTest5: dxRatio to be 1.0 and print x and xOld temperature, modified the fillGrid function;
  14. DropletCombustionTest7: JJRG has been implemented;