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