3 lines
151 B
C
3 lines
151 B
C
dtChem = chemistry.solve(runTime.deltaT().value());
|
|
scalar Sh = chemistry.Sh()()[0]/rho[0];
|
|
integratedHeat += Sh*runTime.deltaT().value();
|