chemistryModel: removed superfluous time argument to solve

This commit is contained in:
Henry
2013-09-26 22:40:13 +01:00
parent ca6fb03260
commit e197117805
9 changed files with 24 additions and 44 deletions

View File

@ -1,7 +1,3 @@
dtChem = chemistry.solve
(
runTime.value() - runTime.deltaT().value(),
runTime.deltaT().value()
);
dtChem = chemistry.solve(runTime.deltaT().value());
scalar Sh = chemistry.Sh()()[0]/rho[0];
integratedHeat += Sh*runTime.deltaT().value();