|
|
2年前 | |
|---|---|---|
| bin | 2年前 | |
| build | 2年前 | |
| grid2 | 2年前 | |
| include | 2年前 | |
| restart | 2年前 | |
| src | 2年前 | |
| CMakeLists.txt | 2年前 | |
| DropletCombustion3 | 2年前 | |
| DropletCombustion4 | 2年前 | |
| DropletCombustion8 | 2年前 | |
| DropletCombustion9 | 2年前 | |
| DropletCombustion11 | 2年前 | |
| DropletCombustionTest1 | 2年前 | |
| DropletCombustionTest3 | 2年前 | |
| DropletCombustionTest4 | 2年前 | |
| DropletCombustionTest5 | 2年前 | |
| DropletCombustionTest7 | 2年前 | |
| DropletCombustionTest7-Binary | 2年前 | |
| Makefile | 2年前 | |
| UserData.cpp | 2年前 | |
| UserData.d | 2年前 | |
| UserData.h | 2年前 | |
| UserData.o | 2年前 | |
| gridRoutines.cpp | 2年前 | |
| gridRoutines.d | 2年前 | |
| gridRoutines.h | 2年前 | |
| gridRoutines.o | 2年前 | |
| lagrangianCombustion2 | 2年前 | |
| macros.h | 2年前 | |
| main.cpp | 2年前 | |
| main.d | 2年前 | |
| main.o | 2年前 | |
| parse.cpp | 2年前 | |
| parse.d | 2年前 | |
| parse.h | 2年前 | |
| parse.hpp | 2年前 | |
| parse.o | 2年前 | |
| readme.md | 2年前 | |
| residue.cpp | 2年前 | |
| residue.d | 2年前 | |
| residue.h | 2年前 | |
| residue.o | 2年前 | |
| solution.cpp | 2年前 | |
| solution.d | 2年前 | |
| solution.h | 2年前 | |
| solution.o | 2年前 | |
| timing.h | 2年前 | |
| timing.hpp | 2年前 | |
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;