Open sanxwonwing opened 3 months ago
Hi,
I usually follow this trick: if there is an Allrun file, I open it and see what commands are necessary to run a simulation. Inside this file, specifically, there are three commands: blockMesh, createPatch -overwrite and hy2Foam. If you run them in this order, the simulation should run for you.
I've installed hyStrath program, successfully. and then, I tried to run NASA_MSL tutorials
I typed "blockMesh" "checkMesh" and "hy2Foam" However, It doesn't work, even though I haven't revised anything.
The error saying that...
--> FOAM FATAL IO ERROR: Cannot find patchField entry for bottom
file : ~~~~/NASA_MSL_forebody_NR-MHD/0/p.boundaryField from line 28 to line 21.
In this situation... What should I do to correctly run the tutorial...?