[solved] hisa not found

A subforum specific to the development of the OpenFoam-based workbenches ( Cfd https://github.com/qingfengxia/Cfd and CfdOF https://github.com/jaheyns/CfdOF )

Moderator: oliveroxtoby

peterko
Posts: 8
Joined: Thu Oct 15, 2020 2:44 pm

Re: hisa not found

Post 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.
peterko
Posts: 8
Joined: Thu Oct 15, 2020 2:44 pm

Re: hisa not found

Post 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 29 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 872 times
User avatar
oliveroxtoby
Posts: 837
Joined: Fri Dec 23, 2016 9:43 am
Location: South Africa

Re: hisa not found

Post 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.
peterko
Posts: 8
Joined: Thu Oct 15, 2020 2:44 pm

Re: hisa not found

Post by peterko »

You are right Oliver, I redefined them and it works! I believe I had a duplicate boundary.
Topic solved.
Post Reply