sprayFoam: Reinstated runTime write call

This commit is contained in:
Will Bainbridge
2019-02-07 14:39:21 +00:00
parent 57a7e718b9
commit e407f7dcb7
2 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,8 @@ int main(int argc, char *argv[])
rho = thermo.rho();
runTime.write();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;

View File

@ -148,6 +148,8 @@ int main(int argc, char *argv[])
rho = thermo.rho();
runTime.write();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;