1 // Read time index from */uniform/time, but treat 0 and constant specially
7 runTime.timeName() != "constant"
8 && runTime.timeName() != "0"
17 IOobject::READ_IF_PRESENT,
24 IOdictionary timeObject
32 IOobject::MUST_READ_IF_MODIFIED,
39 timeObject.lookup("index") >> index;
40 timeName = Foam::name(index);
44 timeName = runTime.timeName();
45 // Info<< "skip ... missing entry " << io.objectPath() << endl;
50 Info<< "\nTime [" << timeName << "] = " << runTime.timeName() << nl;