55 int main(
int argc,
char *argv[])
90 label totalMolecules = molecules.size();
92 if (Pstream::parRun())
97 Info<<
nl <<
"Total number of molecules added: " << totalMolecules
100 IOstream::defaultPrecision(15);
105 <<
"Failed writing moleculeCloud."
109 Info<<
nl <<
"ClockTime = " << runTime.elapsedClockTime() <<
" s"