Droplet Lagrangian Transient One-dimensional Reacting Code Implementation of both liquid and gas phase governing equations.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Weiye Wang 1f2967c7fd Liquid Phase Property of n-Heptane/n-Dodecane updated vor 1 Jahr
grid2 Add all these files to git repository vor 1 Jahr
restart Add all these files to git repository vor 1 Jahr
DropletCombustion3 Modified the heat capacity of n-heptane vor 1 Jahr
DropletCombustion4 function getTimescale added to main.cpp vor 1 Jahr
DropletCombustion8 revise the isothermPosition function in residue.cpp vor 1 Jahr
DropletCombustion9 revise the isothermPosition function in residue.cpp vor 1 Jahr
DropletCombustion11 merge brach JJRG into branch main vor 1 Jahr
DropletCombustionTest1 merge brach JJRG into branch main vor 1 Jahr
DropletCombustionTest3 merge brach JJRG into branch main vor 1 Jahr
DropletCombustionTest4 merge brach JJRG into branch main vor 1 Jahr
DropletCombustionTest5 merge brach JJRG into branch main vor 1 Jahr
DropletCombustionTest7 liquid propert of C3/C7 implemented vor 1 Jahr
DropletCombustionTest7-Binary Liquid Phase Property of n-Heptane/n-Dodecane updated vor 1 Jahr
Makefile Liquid Phase Property of n-Heptane/n-Dodecane updated vor 1 Jahr
UserData.cpp Liquid Phase Property of n-Heptane/n-Dodecane updated vor 1 Jahr
UserData.d function getTimescale added to main.cpp vor 1 Jahr
UserData.h Liquid Phase Property of n-Heptane/n-Dodecane updated vor 1 Jahr
UserData.o function getTimescale added to main.cpp vor 1 Jahr
gridRoutines.cpp merge brach JJRG into branch main vor 1 Jahr
gridRoutines.d function getTimescale added to main.cpp vor 1 Jahr
gridRoutines.h merge brach JJRG into branch main vor 1 Jahr
gridRoutines.o function getTimescale added to main.cpp vor 1 Jahr
lagrangianCombustion2 Add all these files to git repository vor 1 Jahr
macros.h liquid propert of C3/C7 implemented vor 1 Jahr
main.cpp Liquid Phase Property of n-Heptane/n-Dodecane updated vor 1 Jahr
main.d function getTimescale added to main.cpp vor 1 Jahr
main.o revise the isothermPosition function in residue.cpp vor 1 Jahr
parse.cpp liquid propert of C3/C7 implemented vor 1 Jahr
parse.d function getTimescale added to main.cpp vor 1 Jahr
parse.h liquid propert of C3/C7 implemented vor 1 Jahr
parse.hpp liquid propert of C3/C7 implemented vor 1 Jahr
parse.o function getTimescale added to main.cpp vor 1 Jahr
readme.md liquid propert of C3/C7 implemented vor 1 Jahr
residue.cpp Liquid Phase Property of n-Heptane/n-Dodecane updated vor 1 Jahr
residue.d function getTimescale added to main.cpp vor 1 Jahr
residue.h Liquid Phase Property of n-Heptane/n-Dodecane updated vor 1 Jahr
residue.o revise the isothermPosition function in residue.cpp vor 1 Jahr
solution.cpp Add all these files to git repository vor 1 Jahr
solution.d function getTimescale added to main.cpp vor 1 Jahr
solution.h Add all these files to git repository vor 1 Jahr
solution.o function getTimescale added to main.cpp vor 1 Jahr
timing.h Add all these files to git repository vor 1 Jahr
timing.hpp Add all these files to git repository vor 1 Jahr

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;