Weiye Wang 293673d25d merge brach JJRG into branch main | il y a 1 an | |
---|---|---|
grid2 | il y a 1 an | |
restart | il y a 1 an | |
DropletCombustion3 | il y a 1 an | |
DropletCombustion4 | il y a 1 an | |
DropletCombustion8 | il y a 1 an | |
DropletCombustion9 | il y a 1 an | |
DropletCombustion11 | il y a 1 an | |
DropletCombustionTest1 | il y a 1 an | |
DropletCombustionTest3 | il y a 1 an | |
DropletCombustionTest4 | il y a 1 an | |
DropletCombustionTest5 | il y a 1 an | |
Makefile | il y a 1 an | |
UserData.cpp | il y a 1 an | |
UserData.d | il y a 1 an | |
UserData.h | il y a 1 an | |
UserData.o | il y a 1 an | |
gridRoutines.cpp | il y a 1 an | |
gridRoutines.d | il y a 1 an | |
gridRoutines.h | il y a 1 an | |
gridRoutines.o | il y a 1 an | |
lagrangianCombustion2 | il y a 1 an | |
macros.h | il y a 1 an | |
main.cpp | il y a 1 an | |
main.d | il y a 1 an | |
main.o | il y a 1 an | |
parse.cpp | il y a 1 an | |
parse.d | il y a 1 an | |
parse.h | il y a 1 an | |
parse.hpp | il y a 1 an | |
parse.o | il y a 1 an | |
readme.md | il y a 1 an | |
residue.cpp | il y a 1 an | |
residue.d | il y a 1 an | |
residue.h | il y a 1 an | |
residue.o | il y a 1 an | |
solution.cpp | il y a 1 an | |
solution.d | il y a 1 an | |
solution.h | il y a 1 an | |
solution.o | il y a 1 an | |
timing.h | il y a 1 an | |
timing.hpp | il y a 1 an |
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;