fronterapp / thesis-FloatingTurbine

Repository containing the simulation setups and libraries from the thesis 'CFD Simulation of a Floating Wind Turbine with OpenFOAM'.
Other
43 stars 18 forks source link

Some questions about cases/Chapter_5 #6

Closed LJM-97 closed 2 months ago

LJM-97 commented 4 months ago

Hi @fronterapp ,

Thank you very much for the open-source code. Chapter_5/preRun prompts cp: cannot stat '0/polyMesh/points': No such file or directory. during execution. It seems to be due to the last two lines of the script: # copy "points" file from 0/polyMesh to constant/polyMesh cp -fr 0/polyMesh/points constant/polyMesh/points. Such a command also appears in other cases. Is this command related to the mesh that sHM re-generated? What should be done about the error reported here?

Best regards, JM Liu

LJM-97 commented 4 months ago

The problem was resolved, apparently due to a lack of understanding of snappyHexMesh.

image