46 int main(
int argc,
char *argv[])
48 const label nTypes = 4;
49 const word fieldTypes[] =
67 label nTimes = TimeList.size();
69 for (
label n=1; n < nTimes; n++)
73 Info<<
"Time = " << TimeList[
n].value() <<
nl;
76 runTime.setTime(TimeList[n], n);
77 word CurTime =
runTime.timeName();
84 fileName gmvFileName =
"plotGMV." +
itoa(n);
List< instant > instantList
List of instants.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const fileName & rootPath() const
Return root path.
Ostream & endl(Ostream &os)
Add newline and flush stream.
const fileName & caseName() const
Return case name (parallel run) or global case (serial run)
Foam::argList args(argc, argv)