release on 2013-03-07_14-30-36

This commit is contained in:
goniva
2013-03-07 14:30:37 +01:00
parent d196717ff3
commit 297a00ef80
22 changed files with 260 additions and 348 deletions

View File

@ -42,6 +42,7 @@ Description
#include "averagingModel.H"
#include "momCoupleModel.H"
#include "forceModel.H"
#include "IOModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -120,6 +121,8 @@ int main(int argc, char *argv[])
runTime.write();
particleCloud.IOM().dumpDEMdata();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;