1volScalarField& T = _T();
3Foam::Time& runTime = _runTime();
4simpleControl simple(mesh);
5Info <<
"DT = " << DT << endl;
8#if defined(OFVER) && (OFVER == 6)
10while (simple.loop(runTime))
15 while (simple.correctNonOrthogonal())
25Info <<
"Exporting" << endl;
28instantList Times = runTime.times();
29runTime.setTime(Times[1], 1);
void exportSolution(GeometricField< Type, PatchField, GeoMesh > &s, fileName subfolder, fileName folder, word fieldName)
Export a field to file in a certain folder and subfolder.