OpenFOAM-4.x/applications/solvers/combustion/chemFoam/solveChemistry.H
2014-12-10 22:40:10 +00:00

3 lines
151 B
C

dtChem = chemistry.solve(runTime.deltaT().value());
scalar Sh = chemistry.Sh()()[0]/rho[0];
integratedHeat += Sh*runTime.deltaT().value();