|
[Sponsors] |
September 15, 2012, 10:51 |
|
#41 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
@Stefano: Mmm... OK, this was spotted sometime ago, where it couldn't find "libmpi.so.0". Now it complains about "libmpi.so.1"
Try step #5: Quote:
Best regards, Bruno
__________________
|
||
September 15, 2012, 12:47 |
|
#42 |
New Member
stefano pieretti
Join Date: Aug 2012
Posts: 12
Rep Power: 14 |
Ok now libraries works, but it still can't open STL files, always the same error.
So I tried to generate the mesh with the older version, import it in the newer and run a simulation (I was looking for a working "rotating wall" simulation). It generates wrong boundary conditions, "omega" should be "constant" instead of "uniform", so it gives error. Since the error show up after some seconds, I tried the trick to be faster than the solver to modify the "0/U" file before it could read that field, and then it works (with simpleFoam), but it is not a good way to get it work. I tried the same trick with DES but then it gives other errors with some patch, that I can't understand. I have looked into HelyxOS dictData folder to see if there was some dict containing the wrong "omega" definition and fix it, but I didn't find any |
|
September 16, 2012, 04:50 |
|
#43 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Stefano,
Quote:
Because, AFAIK, most of the other problems you're having should be fixed in the current version! At least from what I briefly saw in the bug reports. Best regards, Bruno
__________________
|
||
September 16, 2012, 05:42 |
|
#44 |
New Member
stefano pieretti
Join Date: Aug 2012
Posts: 12
Rep Power: 14 |
Hi Bruno,
I've attached screenshots of the errors. One is related to STL import. The second to "omega" definition. The last two are related to the DES error i said in previous post. About the bug of moving wall, the old report was about the text field in the GUI (scalar field when a vector one was required), AFAIK. Thank you for the support. |
|
September 16, 2012, 07:29 |
|
#45 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Stefano,
OK, for each image:
Bruno
__________________
|
|
September 16, 2012, 10:03 |
|
#46 |
New Member
stefano pieretti
Join Date: Aug 2012
Posts: 12
Rep Power: 14 |
I'll check STL later. About image 3-4, the patch ffmaxy is the outlet of a small "wind tunnel", if this info could be useful.
|
|
September 16, 2012, 11:47 |
|
#47 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
About 3 and 4: what I meant was that the boundary condition "nutTurbulentIntensityLengthScaleInlet" does not exist in OpenFOAM 2.1.1/x and by I've looked at, neither does in 1.6-ext.
__________________
|
|
September 19, 2012, 23:36 |
|
#48 |
Senior Member
Anonymous
Join Date: Dec 2011
Location: USA
Posts: 108
Rep Power: 15 |
Hello Bruno,
I am getting an error when trying to mesh my .stl file. I have meshed it fine using just snappyHexMesh, but I am always looking at trying new software. I got HELYX-OS running, but I haven't got passed the meshing stage. Any help would be awesome! The picture of the error is shown in the picture below. Thanks, Paul |
|
September 20, 2012, 11:58 |
rotatingWallVelocity Definition
|
#49 |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
@Stez and @wyldkat
1) The issue with the rotatingWallVelocity has been added as a bug on sourceforge. 2) the nutTurbulentIntensityLengthScaleInlet issue has been listed as a bug to be fixed. To get around this, fixedValue can be used to define nuTilda instead. Sourceforge Tickets @Paul Can you give more information how you received this error? Maybe provide the .stl or an example? Last edited by chegdan; September 20, 2012 at 12:23. Reason: more info |
|
September 20, 2012, 21:53 |
|
#50 | |
Senior Member
Anonymous
Join Date: Dec 2011
Location: USA
Posts: 108
Rep Power: 15 |
Quote:
The surface refinement is shown below. The mesh screen is now shown below. After I hit mesh, the error pops up. The .stl is too large to upload. |
||
September 24, 2012, 06:21 |
|
#51 |
New Member
Thomas Schumacher
Join Date: Mar 2009
Posts: 2
Rep Power: 0 |
Hi,
not sure it is related to that, but try to place your material point further up. At the moment it sits directly on the lower surface of your blockMesh. Maybe this creates problems. Use z=2m for example. Thomas |
|
September 24, 2012, 07:21 |
|
#52 |
Senior Member
Anonymous
Join Date: Dec 2011
Location: USA
Posts: 108
Rep Power: 15 |
Thanks, I will give that a try when I get home from work.
|
|
September 25, 2012, 10:08 |
|
#53 |
Senior Member
Anonymous
Join Date: Dec 2011
Location: USA
Posts: 108
Rep Power: 15 |
I tried this last night and I got the same error. Any other suggestions?
|
|
September 28, 2012, 09:37 |
|
#54 |
Senior Member
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18 |
Hi everybody,
HelyxOs is working fine for me. However I wanted to have a look at the software and I tried to import the sources into eclipse. I've got some problems to run it from eclipse so I would like to know if some of them managed to do it? |
|
September 28, 2012, 14:19 |
|
#55 |
New Member
stefano pieretti
Join Date: Aug 2012
Posts: 12
Rep Power: 14 |
Hi
I think I've found another bug.. I'm working with .stl made with Blender. When I load them in HelyxOS the generated patch name in dict files is [filename]ExportedfromBlender-263(sub17). With this name nothing works (error sounds like it could not locate that patch name in some dict files), but if i delete the -263(sub17) part from the patch name in the "boundaries" file it works. Strange thing is that Openfoam works without problem with the complete name.. Is it related to HelyxOS? |
|
September 29, 2012, 10:47 |
|
#56 | |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
Quote:
Right now its on the sourceforge ticket tracker but it needs some more detail. Otherwise, thanks for pointing this one out. Last edited by chegdan; October 2, 2012 at 07:39. Reason: epiphany and edited for clarity and to be more constructive |
||
October 5, 2012, 15:52 |
|
#57 |
Member
hadi abdollahzadeh
Join Date: Aug 2012
Location: Iran-yasouj
Posts: 59
Rep Power: 14 |
hi
i have downloaded helyxos but its 64bit and I have not found for 32 bit because my linux is 32 bit and When I launch helyx (./helyxOS.sh) I get the following message. [hadi@hadi v1.0.0]$ ./helyxOS.sh java -Xms128m -Xmx512m -jar ./lib/HelyxOS.jar ./helyxOS.sh: line 124: ./../jre/bin/java: cannot execute binary file |
|
October 8, 2012, 07:07 |
|
#58 | |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
Quote:
|
||
October 9, 2012, 08:33 |
|
#59 |
Member
hadi abdollahzadeh
Join Date: Aug 2012
Location: Iran-yasouj
Posts: 59
Rep Power: 14 |
||
October 10, 2012, 05:39 |
|
#60 |
New Member
Paolo Geremia
Join Date: Aug 2012
Posts: 11
Rep Power: 14 |
@plucas: currently there is a bug affecting the automatic block mesh option whereas everything should run fine if you use the user defined option. However, if you have set block mesh to automatic type, just save the case, re-open the case and set the block mesh type to user-defined option which should be automatically filled for you by Helyx-OS. Can you double-check please?
@dark lancer: there are no installation/compilations instructions available for 32bit as we currently don't support Helyx-OS on 32bit. However, there are some examples (e.g. http://www.cfd-online.com/Forums/ope...tml#post375991) of successfull installations on 32bit systems. The main idea is to use the system VTK libraries as well as the system vtk.jar file to replace the 64bit ones available in Helyx-OS before you compile Helyx-OS, but this depends on the OS you have and thus there is no general guidelines I can provide. |
|
Tags |
cases setup, preprocessor, snappyhexmesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Helyx-OS Open Source GUI for OpenFOAM | eugene | OpenFOAM Announcements from Other Sources | 31 | March 9, 2020 17:55 |
TUI Commands from GUI? | Carlos | FLUENT | 6 | May 22, 2013 19:05 |
User Defined GUI | Frederik | FLUENT | 0 | June 23, 2006 17:12 |
Command Line vs. GUI Menus | Go | FLUENT | 0 | June 8, 2005 17:05 |
GUI window settings | cmv | Siemens | 0 | February 7, 2005 07:22 |