phasicFlow icon indicating copy to clipboard operation
phasicFlow copied to clipboard

PP0.1 - createGeometryDict: STL causing Fatal IO file error

Open chjordan opened this issue 5 months ago • 0 comments

While running

geometryPhasicFlow

the following error occured:

_``` Reading createGeometryDict . . . Creating wall screw from file dictionary . . . wall type is stlWall

Creating wall shell from file dictionary . . .

Fatal IO file error IO error at number 953 of file ./stl/xxxxx.stl IO operation is peformed from function bool pFlow::stlFile::read() in file /home/user/PhasicFlow/phasicFlow/src/phasicFlow/structuredData/trisurfaceStructure/stlFile.cpp at line 308

Fatal error in phasicFlow Error is issued in function bool pFlow::stlWall::readSTLWall(const pFlow::dictionary&), located in file /home/user/PhasicFlow/phasicFlow/utilities/Utilities/geometryPhasicFlow/stlWall/stlWall.cpp at line 40 error in reading stl file ./stl/xxxxx.stl

phasicFlow is exiting . . . _```

Solution: Remove the name tag at the end of data inside the STL file - make sure that the file ends with: endsolid

chjordan avatar Sep 04 '24 10:09 chjordan