MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / readGeometry

Function readGeometry

src/conversion/meshReader/starcd/STARCDMeshReader.C:1040–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1039
1040bool Foam::meshReaders::STARCD::readGeometry(const scalar scaleFactor)
1041{
1042 readPoints(geometryFile_ + ".vrt", scaleFactor);
1043 readCells(geometryFile_ + ".cel");
1044 cullPoints();
1045 readBoundary(geometryFile_ + ".bnd");
1046
1047 return true;
1048}
1049
1050
1051// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

Callers 1

meshReader.CFile · 0.85

Calls 4

cullPointsFunction · 0.85
readPointsFunction · 0.70
readCellsFunction · 0.70
readBoundaryFunction · 0.70

Tested by

no test coverage detected