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