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