Zodiac for both constant pressure and constant volume ( PoKiTT version has been changed)
- Adding the code for constant pressure condition into Zodiac. It could be specified in the inputfile
ReactorParameters: {ReactorType: constant_pressure/constant_volume}
. -
#8, #15 (closed) Adding
Restart
in the inputfile to set the initial condition based on previous zodiac run and run zodiac again. It get temperature, pressure and species mole fractions (instead of mass fractions) from the results of previous one. AS-Curve
aboutT vs. tau_mix
orT vs. T_inflow
could be saved in theRestart
directory. - #8 Giving the inflow and initial conditions seperaturely in the input file, and both of them could have non-constant variables. The inflow composition could also be given by mixture fraction.
- Fixing one sign for the matrix transformation. For constant volume condition,when calculate
\frac{dV}{dU}
,\frac{\partial Y_i}{\partial \rho}=-\frac{Y_i}{\rho}
. It is calculated byclass MassFracsOverRho
in 'TransformationMatrixExpressions.h. However, there is no
-` in front of the equation in present file. - For 1D case, a figure
T vs. time
, including multiple curves for different independent variable values is saved in the working directory. 6.Changing POKITT_HASH inCMakeLists_tpl.txt.in
file to be the branch including temperature sensitivity. - Changing the main file name from
ConstantVolumeMixingConvection.cpp
to beMixingConvection.cpp
. - Modifying convection term in enthalpy equation: the radius(volume) of reactor should change during reaction process.
- More information about inputfile and choices for output could be found in
doc/Zodiac-Manual.pdf
.