Weiye Wang 42cdd427df liquid propert of C3/C7 implemented | před 1 rokem | |
---|---|---|
grid2 | před 1 rokem | |
restart | před 1 rokem | |
DropletCombustion3 | před 1 rokem | |
DropletCombustion4 | před 1 rokem | |
DropletCombustion8 | před 1 rokem | |
DropletCombustion9 | před 1 rokem | |
DropletCombustion11 | před 1 rokem | |
DropletCombustionTest1 | před 1 rokem | |
DropletCombustionTest3 | před 1 rokem | |
DropletCombustionTest4 | před 1 rokem | |
DropletCombustionTest5 | před 1 rokem | |
DropletCombustionTest7 | před 1 rokem | |
Makefile | před 1 rokem | |
UserData.cpp | před 1 rokem | |
UserData.d | před 1 rokem | |
UserData.h | před 1 rokem | |
UserData.o | před 1 rokem | |
gridRoutines.cpp | před 1 rokem | |
gridRoutines.d | před 1 rokem | |
gridRoutines.h | před 1 rokem | |
gridRoutines.o | před 1 rokem | |
lagrangianCombustion2 | před 1 rokem | |
macros.h | před 1 rokem | |
main.cpp | před 1 rokem | |
main.d | před 1 rokem | |
main.o | před 1 rokem | |
parse.cpp | před 1 rokem | |
parse.d | před 1 rokem | |
parse.h | před 1 rokem | |
parse.hpp | před 1 rokem | |
parse.o | před 1 rokem | |
readme.md | před 1 rokem | |
residue.cpp | před 1 rokem | |
residue.d | před 1 rokem | |
residue.h | před 1 rokem | |
residue.o | před 1 rokem | |
solution.cpp | před 1 rokem | |
solution.d | před 1 rokem | |
solution.h | před 1 rokem | |
solution.o | před 1 rokem | |
timing.h | před 1 rokem | |
timing.hpp | před 1 rokem |
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;