57 int main(
int argc,
char *argv[])
67 Info<<
"\nStarting time loop\n" <<
endl;
69 while (runTime.loop())
71 Info<<
"\n Time = " << runTime.timeName() <<
nl <<
endl;
102 hU -= (gHat & hU)*gHat;
103 hU.correctBoundaryConditions();
108 for (
int corr=0; corr<
nCorr; corr++)
118 hU = rUA*(hUEqn.H() - (F ^ hU));
138 if (ucorr < nOuterCorr-1 || corr < nCorr-1)
158 hU -= (gHat & hU)*gHat;
161 hU.correctBoundaryConditions();
170 Info<<
"ExecutionTime = " << runTime.elapsedCpuTime() <<
" s"
171 <<
" ClockTime = " << runTime.elapsedClockTime() <<
" s"