59 int main(
int argc,
char *argv[])
74 while (runTime.loop())
76 Info<<
"Time = " << runTime.timeName() <<
nl <<
endl;
84 K/(
mag(
K) + 1.0
e-6) ^ forceGen.newField(),
K.nn()
104 for (
int corr=1; corr<=1; corr++)
124 U.correctBoundaryConditions();
129 if (runTime.outputTime())
131 calcEk(
U,
K).
write(runTime.timePath()/
"Ek", runTime.graphFormat());
134 Info<<
"ExecutionTime = " << runTime.elapsedCpuTime() <<
" s"
135 <<
" ClockTime = " << runTime.elapsedClockTime() <<
" s"