// Read time index from */uniform/time, but treat 0 and constant specially word timeName = "0"; if ( runTime.timeName() != runTime.constant() && runTime.timeName() != "0" ) { IOobject io ( "time", runTime.timeName(), "uniform", runTime, IOobject::READ_IF_PRESENT, IOobject::NO_WRITE, false ); if (io.typeHeaderOk(true)) { const label timeIndex = IOdictionary(io).get