pedro1
1
After running the blockMesh of a tutorial of openFoam it showed this error:
Created temporary ‘pitzDailySteady.OpenFOAM’
Loguru caught a signal: SIGSEGV
Stack trace:
0 0x7974fdc45330 /usr/lib/x86_64-linux-gnu/libc.so.6(+0x45330) [0x7974fdc45330]
( 0.685s) [paraview ] :0 FATL| Signal: SIGSEGV
Segmentation fault (core dumped)
I’m new to the software so I have no idea what to do
mwestphal
(Mathieu Westphal (Kitware))
2
please share your entire folder containing the open foam data.
pedro1
3
blockMeshDict (2.6 KB)
controlDict (1.0 KB)
functions (830 Bytes)
fvSchemes (1.3 KB)
fvSolution (1.5 KB)
pedro1
4
mwestphal
(Mathieu Westphal (Kitware))
5
Please create an archive instead of sharing individual files.
pedro1
6
pitzDailySteady.zip (1.8 MB)
Sorry, here you have it compressed
pedro1
7
I’m using ubuntu from a windows computer and the problem shows when I try to open ParaView writing the command paraFoam
mwestphal
(Mathieu Westphal (Kitware))
8
Then use ParaView instead.
pedro1
9
Using ParaView this happened:
ParaView: command not found
Using paraView this happened:
Command ‘paraView’ not found, did you mean:
command ‘paraview’ from deb paraview (5.11.2+dfsg-4)
Try: sudo apt install
Using paraview this happened:
QStandardPaths: wrong permissions on runtime directory /run/user/1000/, 0755 instead of 0700
Loguru caught a signal: SIGSEGV
Stack trace:
0 0x7652ac645330 /usr/lib/x86_64-linux-gnu/libc.so.6(+0x45330) [0x7652ac645330]
( 4.196s) [paraview ] :0 FATL| Signal: SIGSEGV
Segmentation fault (core dumped)
mwestphal
(Mathieu Westphal (Kitware))
10
pedro1
11
mwestphal
(Mathieu Westphal (Kitware))
12
If you want to install for Windows, yes.
pedro1
13
I already have that one, what are you suggesting?
mwestphal
(Mathieu Westphal (Kitware))
14
I’m suggesting to use that version to open the OpenFOAM folder you shared.
pedro1
15
First, Is there a way to open ParaView directly from the terminal?
Second, is there a way to see the mesh only, before solving, in paraview?
mwestphal
(Mathieu Westphal (Kitware))
16
I supose that if ParaView bin directory is in your path, you should be able to open it from a Windows terminal.
Second, is there a way to see the mesh only, before solving, in paraview?
Not directly, but maybe OpenFOAM can generate a .vtk file or something.