Droplet Lagrangian Transient One-dimensional Reacting Code Implementation of both liquid and gas phase governing equations.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Weiye Wang 73b9451213 Add the function:parseDropSpec for both droplet composition and droplet mole fractions 9 månader sedan
bin Add the function:parseDropSpec for both droplet composition and droplet mole fractions 9 månader sedan
build Add the function:parseDropSpec for both droplet composition and droplet mole fractions 9 månader sedan
grid2 Add all these files to git repository 1 år sedan
include Add the function:parseDropSpec for both droplet composition and droplet mole fractions 9 månader sedan
restart Add all these files to git repository 1 år sedan
src Add the function:parseDropSpec for both droplet composition and droplet mole fractions 9 månader sedan
CMakeLists.txt Add the function:parseDropSpec for both droplet composition and droplet mole fractions 9 månader sedan
DropletCombustion3 Modified the heat capacity of n-heptane 1 år sedan
DropletCombustion4 function getTimescale added to main.cpp 1 år sedan
DropletCombustion8 revise the isothermPosition function in residue.cpp 1 år sedan
DropletCombustion9 revise the isothermPosition function in residue.cpp 1 år sedan
DropletCombustion11 merge brach JJRG into branch main 1 år sedan
DropletCombustionTest1 merge brach JJRG into branch main 1 år sedan
DropletCombustionTest3 merge brach JJRG into branch main 1 år sedan
DropletCombustionTest4 merge brach JJRG into branch main 1 år sedan
DropletCombustionTest5 merge brach JJRG into branch main 1 år sedan
DropletCombustionTest7 liquid propert of C3/C7 implemented 1 år sedan
DropletCombustionTest7-Binary Liquid Phase Property of n-Heptane/n-Dodecane updated 1 år sedan
Makefile Liquid Phase Property of n-Heptane/n-Dodecane updated 1 år sedan
UserData.cpp Liquid Phase Property of n-Heptane/n-Dodecane updated 1 år sedan
UserData.d function getTimescale added to main.cpp 1 år sedan
UserData.h Liquid Phase Property of n-Heptane/n-Dodecane updated 1 år sedan
UserData.o function getTimescale added to main.cpp 1 år sedan
gridRoutines.cpp merge brach JJRG into branch main 1 år sedan
gridRoutines.d function getTimescale added to main.cpp 1 år sedan
gridRoutines.h merge brach JJRG into branch main 1 år sedan
gridRoutines.o function getTimescale added to main.cpp 1 år sedan
lagrangianCombustion2 Add all these files to git repository 1 år sedan
macros.h liquid propert of C3/C7 implemented 1 år sedan
main.cpp Liquid Phase Property of n-Heptane/n-Dodecane updated 1 år sedan
main.d function getTimescale added to main.cpp 1 år sedan
main.o revise the isothermPosition function in residue.cpp 1 år sedan
parse.cpp liquid propert of C3/C7 implemented 1 år sedan
parse.d function getTimescale added to main.cpp 1 år sedan
parse.h liquid propert of C3/C7 implemented 1 år sedan
parse.hpp liquid propert of C3/C7 implemented 1 år sedan
parse.o function getTimescale added to main.cpp 1 år sedan
readme.md liquid propert of C3/C7 implemented 1 år sedan
residue.cpp Liquid Phase Property of n-Heptane/n-Dodecane updated 1 år sedan
residue.d function getTimescale added to main.cpp 1 år sedan
residue.h Liquid Phase Property of n-Heptane/n-Dodecane updated 1 år sedan
residue.o revise the isothermPosition function in residue.cpp 1 år sedan
solution.cpp Add all these files to git repository 1 år sedan
solution.d function getTimescale added to main.cpp 1 år sedan
solution.h Add all these files to git repository 1 år sedan
solution.o function getTimescale added to main.cpp 1 år sedan
timing.h Add all these files to git repository 1 år sedan
timing.hpp Add all these files to git repository 1 år sedan

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;