label offset = Num_variables - nFaMeshVariables; if (nVar < offset || nVar >= Num_variables) { return Z_UNDEF; } IOobject fieldObjectPtr ( faMeshFieldNames[faMeshVar2field[nVar-offset]], runTime.timeName(), *meshPtr, IOobject::NO_READ ); if (!fieldObjectPtr.headerOk()) { return Z_UNDEF; } IOobject fieldObject ( faMeshFieldNames[faMeshVar2field[nVar-offset]], runTime.timeName(), *meshPtr, IOobject::MUST_READ, IOobject::NO_WRITE ); areaTensorField tf ( fieldObject, *faMeshPtr ); const faceList& faces = faMeshPtr->faces(); label nFaces = faces.size(); if (which_type == Z_TRI03) { label counter = 1; for (label n=0; n