Go to the source code of this file.
Variables | |
dtChem = chemistry.solve(runTime.deltaT().value()) | |
scalar | Qdot = chemistry.Qdot()()[0]/rho[0] |
integratedHeat = Qdot*runTime.deltaT().value() | |
dtChem = chemistry.solve(runTime.deltaT().value()) |
Definition at line 1 of file solveChemistry.H.
scalar Qdot = chemistry.Qdot()()[0]/rho[0] |
Definition at line 2 of file solveChemistry.H.
Referenced by greyMeanCombustion::ECont(), wideBandCombustion::ECont(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), SolidThermalPhaseModel< BasePhaseModel >::heEqn(), and chemistryModel< ThermoType >::Qdot().
integratedHeat = Qdot*runTime.deltaT().value() |
Definition at line 3 of file solveChemistry.H.