CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions

[Other] HexBlocker a GUI for blockMeshDict, alpha release

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree52Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 19, 2018, 08:57
Default
  #61
New Member
 
Join Date: Sep 2016
Posts: 2
Rep Power: 0
Ekscel is on a distinguished road
Hi Wulonglong,
I didn't succeeded with newest Ubuntu 18.04, but I solved the problem by installing Ubuntu 16.04 LTS and using VTK 6.3.0 directly as it is used in the install script.
Ekscel is offline   Reply With Quote

Old   September 20, 2018, 06:29
Default
  #62
New Member
 
wulonglong
Join Date: Jan 2018
Posts: 7
Rep Power: 8
wulonglong is on a distinguished road
Hi Ekscel,

My Ubuntu version is also 16.04 LTS and I am using OpenFoam-ext4.0 (Can Hexblocker install in extend version?)

Also I tried to install in OpenFoam5 but it failed again..
My OpenFoam5 is pure, it doesn't run any case yet.

Did you modify any thing ?
or just following the code in #1 ? (I run the code step by step.)

Best Regards
Wu
wulonglong is offline   Reply With Quote

Old   October 1, 2018, 07:59
Default
  #63
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Hi all,

this is not a problem related to the application of Nicola, it is related to your system. As I donīt have the issue, please search for:
Code:
Could not find a package configuration file provided by "VTK" with any of
  the following names
And you probably will find the answer on stackexchange.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   October 25, 2018, 12:16
Default
  #64
New Member
 
Join Date: Apr 2017
Posts: 10
Rep Power: 8
christoph45 is on a distinguished road
Hi
I got the same error messages like Ekscel ...
I hope I can remember correctly, but this ist how I made it as an novice under ubuntu 16.04:
- clone git repo
- let install.sh download vtk & abort with error

- install everything that sound like qt4*; also libqtwebkit* (I don'tknow if this is really necessary, but after I did that, it worked..)
- ccmake in build/VTK/ with the options stated in install.sh
- make -j 4

- sudo make install


at this stage vtk seemed to be installed


rerun ./install.sh and it worked!


I'm not sure what I did differently than the script.... I tried lots of commands. I hope I could help someone here


regards
christoph45 is offline   Reply With Quote

Old   March 9, 2019, 04:40
Default
  #65
New Member
 
sariew8
Join Date: Jul 2015
Posts: 2
Rep Power: 0
sariew is on a distinguished road
Hi Foamers!


i succeeded the installation of this, thus i'll introduce the point of the method.

first of all, three additional packages (gcc-, g++-4.8 and qt4-default) were installed in the present system,
and then gcc-4.8 (g++-4.8) were made update for default compiler.

secondly, the line 42 in hexBlocker/install.sh was edited the according below:

QMAKE=$(which qmake) to QMAKE=$(which qmake-qt4).

(Some users would change the L38 and L39 additionally).

finally, execute the shell script (./install.sh) for installation.
After a certain period time, all the installations would have been successful if the terminal echo the message 'exit 0'.

change the directory to hexBlocker/bin, then hit the following command:

$ ./HexBlocker

but the terminal echos the according below:

./HexBlocker: error while loading shared libraries: libvtkRenderingVolume-6.3.so.1: cannot open shared object file: No such file or directory.

This linker error will be understood with the following command:

$ ldd HexBlocker

some libraries are not found in the present environment.
so I corresponded to this error by adding link path and alias to $HOME/.bashr.

best of luck!
(my system: ubuntu18.04, gcc-4.8, of41, of1812)
sariew is offline   Reply With Quote

Old   July 15, 2019, 23:30
Default
  #66
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
Hi,

I am trying to install hexBlocker on,

Ubunu -18.04.1
gcc version 7.4.0 (I know hexblocker needs gcc-4.8)

I am facing the same installation problem,

I tried to follow the steps given by, Sariew. Still its not working.

+ echo 'error in cmake for hexBlocker'
error in cmake for hexBlocker
+ exit 1
+ make -j 4
make: *** No targets specified and no makefile found. Stop.
+ echo 'error in make for hexBlocker'
error in make for hexBlocker
+ exit 1
+ make install
make: *** No rule to make target 'install'. Stop.
+ exit 0


Could you please help me to solve the problem?



Thanks,
Sivakumar
sivakumar is offline   Reply With Quote

Old   September 7, 2019, 23:24
Default
  #67
New Member
 
sariew8
Join Date: Jul 2015
Posts: 2
Rep Power: 0
sariew is on a distinguished road
Quote:
Originally Posted by sivakumar View Post
Hi,

I am trying to install hexBlocker on,

Ubunu -18.04.1
gcc version 7.4.0 (I know hexblocker needs gcc-4.8)

I am facing the same installation problem,

I tried to follow the steps given by, Sariew. Still its not working.

+ echo 'error in cmake for hexBlocker'
error in cmake for hexBlocker
+ exit 1
+ make -j 4
make: *** No targets specified and no makefile found. Stop.
+ echo 'error in make for hexBlocker'
error in make for hexBlocker
+ exit 1
+ make install
make: *** No rule to make target 'install'. Stop.
+ exit 0


Could you please help me to solve the problem?



Thanks,
Sivakumar
hi Sivakumar!!


did you change gcc to ver. 4.8?


my compilers are ...

---

$ gcc --version
gcc (Ubuntu 4.8.5-4ubuntu8) 4.8.5
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


$ g++ --version
g++ (Ubuntu 4.8.5-4ubuntu8) 4.8.5
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

---
sariew is offline   Reply With Quote

Reply

Tags
blockmesh, gui, mesh, pre-processing

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ANSYS Workbench on "Uncertified" Linux Distros hsr CFX 289 April 20, 2023 10:23
New CastNet Release: GUI Environment for OpenFOAM and CalculiX MartinB OpenFOAM Announcements from Other Sources 0 January 13, 2017 11:27
alphaEqn.H in twoPhaseEulerFoam cheng1988sjtu OpenFOAM Bugs 15 May 1, 2016 17:12
New CastNet release: GUI environment for OpenFOAMŪ ulli OpenFOAM Announcements from Other Sources 1 July 31, 2013 07:25
Openfoam Ubuntu 12.04 Unmet dependencies slls33 OpenFOAM Installation 10 April 9, 2013 05:16


All times are GMT -4. The time now is 16:28.