diff --git a/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.C b/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.C index 2f8f48ccd5..a2ba355502 100644 --- a/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.C +++ b/src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.C @@ -85,6 +85,18 @@ bool Foam::fileFormats::STARCDsurfaceFormat::read fileName baseName = filename.lessExt(); + // read cellTable names (if possible) + Map cellTableLookup; + + { + IFstream is(baseName + ".inp"); + if (is.good()) + { + cellTableLookup = readInpCellTable(is); + } + } + + // STAR-CD index of points List