Droplet Lagrangian Transient One-dimensional Reacting Code Implementation of both liquid and gas phase governing equations.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Weiye Wang 1f2967c7fd Liquid Phase Property of n-Heptane/n-Dodecane updated hace 1 año
grid2 Add all these files to git repository hace 1 año
restart Add all these files to git repository hace 1 año
DropletCombustion3 Modified the heat capacity of n-heptane hace 1 año
DropletCombustion4 function getTimescale added to main.cpp hace 1 año
DropletCombustion8 revise the isothermPosition function in residue.cpp hace 1 año
DropletCombustion9 revise the isothermPosition function in residue.cpp hace 1 año
DropletCombustion11 merge brach JJRG into branch main hace 1 año
DropletCombustionTest1 merge brach JJRG into branch main hace 1 año
DropletCombustionTest3 merge brach JJRG into branch main hace 1 año
DropletCombustionTest4 merge brach JJRG into branch main hace 1 año
DropletCombustionTest5 merge brach JJRG into branch main hace 1 año
DropletCombustionTest7 liquid propert of C3/C7 implemented hace 1 año
DropletCombustionTest7-Binary Liquid Phase Property of n-Heptane/n-Dodecane updated hace 1 año
Makefile Liquid Phase Property of n-Heptane/n-Dodecane updated hace 1 año
UserData.cpp Liquid Phase Property of n-Heptane/n-Dodecane updated hace 1 año
UserData.d function getTimescale added to main.cpp hace 1 año
UserData.h Liquid Phase Property of n-Heptane/n-Dodecane updated hace 1 año
UserData.o function getTimescale added to main.cpp hace 1 año
gridRoutines.cpp merge brach JJRG into branch main hace 1 año
gridRoutines.d function getTimescale added to main.cpp hace 1 año
gridRoutines.h merge brach JJRG into branch main hace 1 año
gridRoutines.o function getTimescale added to main.cpp hace 1 año
lagrangianCombustion2 Add all these files to git repository hace 1 año
macros.h liquid propert of C3/C7 implemented hace 1 año
main.cpp Liquid Phase Property of n-Heptane/n-Dodecane updated hace 1 año
main.d function getTimescale added to main.cpp hace 1 año
main.o revise the isothermPosition function in residue.cpp hace 1 año
parse.cpp liquid propert of C3/C7 implemented hace 1 año
parse.d function getTimescale added to main.cpp hace 1 año
parse.h liquid propert of C3/C7 implemented hace 1 año
parse.hpp liquid propert of C3/C7 implemented hace 1 año
parse.o function getTimescale added to main.cpp hace 1 año
readme.md liquid propert of C3/C7 implemented hace 1 año
residue.cpp Liquid Phase Property of n-Heptane/n-Dodecane updated hace 1 año
residue.d function getTimescale added to main.cpp hace 1 año
residue.h Liquid Phase Property of n-Heptane/n-Dodecane updated hace 1 año
residue.o revise the isothermPosition function in residue.cpp hace 1 año
solution.cpp Add all these files to git repository hace 1 año
solution.d function getTimescale added to main.cpp hace 1 año
solution.h Add all these files to git repository hace 1 año
solution.o function getTimescale added to main.cpp hace 1 año
timing.h Add all these files to git repository hace 1 año
timing.hpp Add all these files to git repository hace 1 año

readme.md

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;