|
vor 1 Jahr | |
---|---|---|
grid2 | vor 2 Jahren | |
restart | vor 2 Jahren | |
DropletCombustion3 | vor 2 Jahren | |
DropletCombustion4 | vor 2 Jahren | |
DropletCombustion8 | vor 1 Jahr | |
DropletCombustion9 | vor 1 Jahr | |
DropletCombustion11 | vor 1 Jahr | |
DropletCombustionTest1 | vor 1 Jahr | |
DropletCombustionTest3 | vor 1 Jahr | |
DropletCombustionTest4 | vor 1 Jahr | |
DropletCombustionTest5 | vor 1 Jahr | |
Makefile | vor 1 Jahr | |
UserData.cpp | vor 1 Jahr | |
UserData.d | vor 2 Jahren | |
UserData.h | vor 2 Jahren | |
UserData.o | vor 2 Jahren | |
gridRoutines.cpp | vor 1 Jahr | |
gridRoutines.d | vor 2 Jahren | |
gridRoutines.h | vor 1 Jahr | |
gridRoutines.o | vor 2 Jahren | |
lagrangianCombustion2 | vor 2 Jahren | |
macros.h | vor 2 Jahren | |
main.cpp | vor 1 Jahr | |
main.d | vor 2 Jahren | |
main.o | vor 1 Jahr | |
parse.cpp | vor 2 Jahren | |
parse.d | vor 2 Jahren | |
parse.h | vor 2 Jahren | |
parse.hpp | vor 2 Jahren | |
parse.o | vor 2 Jahren | |
readme.md | vor 1 Jahr | |
residue.cpp | vor 1 Jahr | |
residue.d | vor 2 Jahren | |
residue.h | vor 1 Jahr | |
residue.o | vor 1 Jahr | |
solution.cpp | vor 2 Jahren | |
solution.d | vor 2 Jahren | |
solution.h | vor 2 Jahren | |
solution.o | vor 2 Jahren | |
timing.h | vor 2 Jahren | |
timing.hpp | vor 2 Jahren |
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;