Droplet Lagrangian Transient One-dimensional Reacting Code Implementation of both liquid and gas phase governing equations.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Weiye Wang 293673d25d merge brach JJRG into branch main 1年前
grid2 Add all these files to git repository 1年前
restart Add all these files to git repository 1年前
DropletCombustion3 Modified the heat capacity of n-heptane 1年前
DropletCombustion4 function getTimescale added to main.cpp 1年前
DropletCombustion8 revise the isothermPosition function in residue.cpp 1年前
DropletCombustion9 revise the isothermPosition function in residue.cpp 1年前
DropletCombustion11 merge brach JJRG into branch main 1年前
DropletCombustionTest1 merge brach JJRG into branch main 1年前
DropletCombustionTest3 merge brach JJRG into branch main 1年前
DropletCombustionTest4 merge brach JJRG into branch main 1年前
DropletCombustionTest5 merge brach JJRG into branch main 1年前
Makefile merge brach JJRG into branch main 1年前
UserData.cpp merge brach JJRG into branch main 1年前
UserData.d function getTimescale added to main.cpp 1年前
UserData.h Characteristic time scales 1年前
UserData.o function getTimescale added to main.cpp 1年前
gridRoutines.cpp merge brach JJRG into branch main 1年前
gridRoutines.d function getTimescale added to main.cpp 1年前
gridRoutines.h merge brach JJRG into branch main 1年前
gridRoutines.o function getTimescale added to main.cpp 1年前
lagrangianCombustion2 Add all these files to git repository 1年前
macros.h Characteristic time scales 1年前
main.cpp merge brach JJRG into branch main 1年前
main.d function getTimescale added to main.cpp 1年前
main.o revise the isothermPosition function in residue.cpp 1年前
parse.cpp Add all these files to git repository 1年前
parse.d function getTimescale added to main.cpp 1年前
parse.h Add all these files to git repository 1年前
parse.hpp Add all these files to git repository 1年前
parse.o function getTimescale added to main.cpp 1年前
readme.md merge brach JJRG into branch main 1年前
residue.cpp merge brach JJRG into branch main 1年前
residue.d function getTimescale added to main.cpp 1年前
residue.h merge brach JJRG into branch main 1年前
residue.o revise the isothermPosition function in residue.cpp 1年前
solution.cpp Add all these files to git repository 1年前
solution.d function getTimescale added to main.cpp 1年前
solution.h Add all these files to git repository 1年前
solution.o function getTimescale added to main.cpp 1年前
timing.h Add all these files to git repository 1年前
timing.hpp Add all these files to git repository 1年前

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;