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 42cdd427df liquid propert of C3/C7 implemented pirms 1 gada
grid2 Add all these files to git repository pirms 2 gadiem
restart Add all these files to git repository pirms 2 gadiem
DropletCombustion3 Modified the heat capacity of n-heptane pirms 1 gada
DropletCombustion4 function getTimescale added to main.cpp pirms 1 gada
DropletCombustion8 revise the isothermPosition function in residue.cpp pirms 1 gada
DropletCombustion9 revise the isothermPosition function in residue.cpp pirms 1 gada
DropletCombustion11 merge brach JJRG into branch main pirms 1 gada
DropletCombustionTest1 merge brach JJRG into branch main pirms 1 gada
DropletCombustionTest3 merge brach JJRG into branch main pirms 1 gada
DropletCombustionTest4 merge brach JJRG into branch main pirms 1 gada
DropletCombustionTest5 merge brach JJRG into branch main pirms 1 gada
DropletCombustionTest7 liquid propert of C3/C7 implemented pirms 1 gada
Makefile liquid propert of C3/C7 implemented pirms 1 gada
UserData.cpp liquid propert of C3/C7 implemented pirms 1 gada
UserData.d function getTimescale added to main.cpp pirms 1 gada
UserData.h liquid propert of C3/C7 implemented pirms 1 gada
UserData.o function getTimescale added to main.cpp pirms 1 gada
gridRoutines.cpp merge brach JJRG into branch main pirms 1 gada
gridRoutines.d function getTimescale added to main.cpp pirms 1 gada
gridRoutines.h merge brach JJRG into branch main pirms 1 gada
gridRoutines.o function getTimescale added to main.cpp pirms 1 gada
lagrangianCombustion2 Add all these files to git repository pirms 2 gadiem
macros.h liquid propert of C3/C7 implemented pirms 1 gada
main.cpp liquid propert of C3/C7 implemented pirms 1 gada
main.d function getTimescale added to main.cpp pirms 1 gada
main.o revise the isothermPosition function in residue.cpp pirms 1 gada
parse.cpp liquid propert of C3/C7 implemented pirms 1 gada
parse.d function getTimescale added to main.cpp pirms 1 gada
parse.h liquid propert of C3/C7 implemented pirms 1 gada
parse.hpp liquid propert of C3/C7 implemented pirms 1 gada
parse.o function getTimescale added to main.cpp pirms 1 gada
readme.md liquid propert of C3/C7 implemented pirms 1 gada
residue.cpp liquid propert of C3/C7 implemented pirms 1 gada
residue.d function getTimescale added to main.cpp pirms 1 gada
residue.h liquid propert of C3/C7 implemented pirms 1 gada
residue.o revise the isothermPosition function in residue.cpp pirms 1 gada
solution.cpp Add all these files to git repository pirms 2 gadiem
solution.d function getTimescale added to main.cpp pirms 1 gada
solution.h Add all these files to git repository pirms 2 gadiem
solution.o function getTimescale added to main.cpp pirms 1 gada
timing.h Add all these files to git repository pirms 2 gadiem
timing.hpp Add all these files to git repository pirms 2 gadiem

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;