Page 2 of 2

Re: hisa not found

Posted: Wed Oct 21, 2020 7:57 am
by peterko
Yes, solved!

Code: Select all

Downloading HiSA, please wait...
HiSA downloaded to C:\Users\Peter\AppData\Local\Temp\tmp4kh8fc9m.zip
Extracting HiSA...
Download completed
Building HiSA. Please wait...
Log file: /home/ofuser/OpenFOAM/ofuser-v2006/hisa-master/log.Allwmake
Install completed
Downloading HiSA, please wait...
HiSA downloaded to C:\Users\Peter\AppData\Local\Temp\tmpvtl2cl32.zip
Extracting HiSA...
Download completed
Building HiSA. Please wait...
Log file: /home/ofuser/OpenFOAM/ofuser-v2006/hisa-master/log.Allwmake
Install completed
Checking dependencies...
No missing dependencies detected
Don't know why it installed hisa twice, but as long as cfdof works I am happy.
Thanks again Oliver! I will now try some cfd analysis.

Re: hisa not found

Posted: Wed Oct 21, 2020 8:11 am
by peterko
Hmm, running the solver still gives the same error:
--> FOAM FATAL ERROR:
Cannot read file "constant/triSurface/.stl" or file "constant/triSurface/.stl.gz"

From static int Foam::fileFormats::STLCore::detectBinaryHeader(const Foam::fileName&)
in file stl/STLCore.C at line 109.

FOAM exiting
ReportViewFoamErrorTrisurf.txt
(6.78 KiB) Downloaded 28 times
Seems the hisa dependency was not the root cause.
Another thing I noticed is that when I try to open the Oracle VirtualBox application I get:
CaptureVirtualBoxError.JPG
CaptureVirtualBoxError.JPG (27.36 KiB) Viewed 869 times

Re: hisa not found

Posted: Wed Oct 21, 2020 8:52 pm
by oliveroxtoby
peterko wrote: Wed Oct 21, 2020 8:11 am Hmm, running the solver still gives the same error:
--> FOAM FATAL ERROR:
Cannot read file "constant/triSurface/.stl" or file "constant/triSurface/.stl.gz"

From static int Foam::fileFormats::STLCore::detectBinaryHeader(const Foam::fileName&)
in file stl/STLCore.C at line 109.

FOAM exiting
ReportViewFoamErrorTrisurf.txt

Seems the hisa dependency was not the root cause.
Another thing I noticed is that when I try to open the Oracle VirtualBox application I get:
CaptureVirtualBoxError.JPG
From the output, it looks like some boundaries may not be defined correctly.

If you save your file and post it here, someone should be able to help.

Re: hisa not found

Posted: Thu Oct 22, 2020 10:24 am
by peterko
You are right Oliver, I redefined them and it works! I believe I had a duplicate boundary.
Topic solved.