Droplet Lagrangian Transient One-dimensional Reacting Code Implementation of both liquid and gas phase governing equations.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Weiye Wang 00e0f73495 Implementation of liquid/gas phase droplet ignition, single component pirms 1 mēnesi
bin Add the function:parseDropSpec for both droplet composition and droplet mole fractions pirms 3 mēnešiem
build Add the function:parseDropSpec for both droplet composition and droplet mole fractions pirms 3 mēnešiem
grid2 Add all these files to git repository pirms 1 gada
include Implementation of liquid/gas phase droplet ignition, single component pirms 1 mēnesi
restart Add all these files to git repository pirms 1 gada
src Implementation of liquid/gas phase droplet ignition, single component pirms 1 mēnesi
CMakeLists.txt Implementation of liquid/gas phase droplet ignition, single component pirms 1 mēnesi
Makefile Liquid Phase Property of n-Heptane/n-Dodecane updated pirms 9 mēnešiem
readme.md liquid propert of C3/C7 implemented pirms 9 mēnešiem

readme.md

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