|
[Sponsors] |
June 26, 2013, 14:06 |
|
#81 | |
Member
|
Quote:
Oh is that so. Thank you for replying so quickly. I'll try downloading the previous version and will get back to you . |
||
June 26, 2013, 14:12 |
|
#82 | |
Member
|
Quote:
I installed HelyxOSv1.0.1 and this the error message. Any thoughts on this sir? |
||
June 26, 2013, 15:35 |
|
#83 |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
This was noted earlier in this thread I beleive and also located on the HELYX-OS installation page here. Depending on your operting system this error can be fixed by
Code:
ln -s $MPI_ARCH_PATH/lib/libmpi.so $MPI_ARCH_PATH/lib/libmpi.so.1 Code:
ln -s $MPI_ARCH_PATH/lib64/libmpi.so $MPI_ARCH_PATH/lib64/libmpi.so.1 |
|
June 26, 2013, 15:45 |
|
#84 |
Member
|
Oh. Is the following line supposed to appear in the error:
/home/suse/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64Gcc46DPOpt/lib/dummy:found:not:command:mpicc:bash I got the same error when I ran it with v1.0.2. Thanks a lot for your help Mr. chegdan |
|
June 26, 2013, 15:54 |
|
#85 |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
Lets back up a bit. How did you install OpenFOAM and the Thirdparty libs on your machine? I strongly suggest compiling them instead of just installing binaries or packages.
|
|
June 26, 2013, 15:58 |
|
#86 |
Member
|
Well I have no idea how to do that... lol
My company installed OpenFOAM and the Thirdparty Tools for me in VMware... I was just trying to install HelyxOS so that I can start working on it... |
|
July 20, 2013, 09:16 |
|
#87 |
New Member
tim
Join Date: Jul 2013
Posts: 5
Rep Power: 13 |
Hello, I get the problem that I cannot Import .STL.I don't know how to deal with it. can anyone help me?
Ubutu 12.04-64bit OpenFOAM 2.2.1 HELYX-os 1.0.3 code asawa@ubuntu:~/OpenFOAM/Engys/HelyxOS/v1.0.3$ ./helyxOS.sh java -Xms128m -Xmx1024m -XX:OnError="/home/asawa/OpenFOAM/Engys/HelyxOS/v1.0.3/bin/collectInfo.run" -jar /home/asawa/OpenFOAM/Engys/HelyxOS/v1.0.3/lib/HelyxOS.jar HelyxOS 2>&1 | tee /home/asawa/OpenFOAM/Engys/HelyxOS/v1.0.3/helyxEE.log WRITE: blockMeshDict -> /home/asawa/OpenFOAM/Model/newCase/system/blockMeshDict WRITE: snappyHexMeshDict -> /home/asawa/OpenFOAM/Model/newCase/system/snappyHexMeshDict WRITE: controlDict -> /home/asawa/OpenFOAM/Model/newCase/system/controlDict WRITE: fvSchemes -> /home/asawa/OpenFOAM/Model/newCase/system/fvSchemes WRITE: fvSolution -> /home/asawa/OpenFOAM/Model/newCase/system/fvSolution WRITE: fvOptions -> /home/asawa/OpenFOAM/Model/newCase/system/fvOptions WRITE: decomposeParDict -> /home/asawa/OpenFOAM/Model/newCase/system/decomposeParDict # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f45329cf761, pid=47522, tid=139934819063552 # # JRE version: 7.0_11-b21 # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libvtkFiltering.so.5.10+0x281761] vtkMergePoints::InsertUniquePoint(double const*, long long&)+0xe1 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /home/asawa/OpenFOAM/Engys/HelyxOS/v1.0.3/hs_err_pid47522.log # # -XX:OnError=""/home/asawa/OpenFOAM/Engys/HelyxOS/v1.0.3/bin/collectInfo.run"" # Executing /bin/sh -c ""/home/asawa/OpenFOAM/Engys/HelyxOS/v1.0.3/bin/collectInfo.run"" ... CollectInfo.main()/home/asawa/OpenFOAM/Engys/HelyxOS/v1.0.3 Exception in thread "main" java.util.FormatFlagsConversionMismatchException: Conversion = s, Flags = # at java.util.Formatter$FormatSpecifier.failMismatch(F ormatter.java:4041) at java.util.Formatter$FormatSpecifier.printString(Fo rmatter.java:2834) at java.util.Formatter$FormatSpecifier.print(Formatte r.java:2718) at java.util.Formatter.format(Formatter.java:2494) at java.util.Formatter.format(Formatter.java:2423) at java.lang.String.format(String.java:2797) at eu.engys.core.CollectInfo.printFile(CollectInfo.ja va:291) at eu.engys.core.CollectInfo.listDir(CollectInfo.java :274) at eu.engys.core.CollectInfo.getLibInfo(CollectInfo.j ava:255) at eu.engys.core.CollectInfo.main(CollectInfo.java:85 ) |
|
July 21, 2013, 06:49 |
|
#88 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Tim and welcome to the forum!
In what format is the STL file in? ASCII/Text or binary? And have you read the following thread at the official discussion forum for Helyx-OS? http://sourceforge.net/p/helyx-os/di...read/4c35e4ec/ Best regards, Bruno PS: when posting code/output, please use the "[CODE]" marker as explained in my second signature line
__________________
|
|
July 21, 2013, 08:59 |
|
#89 | |
New Member
tim
Join Date: Jul 2013
Posts: 5
Rep Power: 13 |
Quote:
I tried ASCII format and it worked finally.thank you very much. |
||
July 31, 2013, 05:44 |
refining the mesh using Helyx-os
|
#90 |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
Hi everyone,
I am a new user of Helyx-os. I have been able to set up case where i import my .stl file. But i am not able to refine it. example, i used the tutorial in HELYX-OS, ie the CSTR tutorial, there it contain its .stl file along with an eMesh file. Can somone please explain how to create an emesh file? please be patient, i am new user in openfoam and also in HELYX-OS. Kind regards izna |
|
July 31, 2013, 18:43 |
|
#91 |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
Izna,
This can be done using the surfaceFeatureExtract utility. Assuming you are using 2.2.x, create a file called surfaceFeatureExtractDict in the case system directory. An example of a surfaceFeatureExtractDict is here but I have made a simple one: Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.2.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object surfaceFeatureExtractDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // NameOfStlFile.stl { // How to obtain raw features (extractFromFile || extractFromSurface) extractionMethod extractFromSurface; extractFromSurfaceCoeffs { // Mark edges whose adjacent surface normals are at an angle less // than includedAngle as features // - 0 : selects no edges // - 180: selects all edges includedAngle 180; } // Write options // Write features to obj format for postprocessing writeObj no; } // ************************************************************************* // Code:
surfaceFeatureExtract |
|
August 5, 2013, 02:45 |
|
#92 |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
Hello Dan,
Thanks a lot for your reply. if i wish to mesh it finer, or in certain parts finer, can i simply copy this https://github.com/OpenFOAM/OpenFOAM...ureExtractDictand modify? |
|
August 5, 2013, 11:41 |
|
#93 |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
Izna,
To mesh finer then you would need to change the "levels" near the surface. If you are on the surface regions tab, highlight the surface you wish to modify and change the min and max levels. Higher numbers will create a finer mesh. Also, you can make the base mesh size smaller to make a finer mesh overall. Please see A Comprehensive Tour of SnappyHexMesh Advanced Preprocessing and Meshing with SnappyHexMesh Last edited by chegdan; August 6, 2013 at 11:57. Reason: Added some sources to help future readers |
|
August 6, 2013, 07:02 |
|
#94 | |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
hi..
after creating a case in Helyx-os, i found an error. Quote:
|
||
August 14, 2013, 10:27 |
|
#95 | |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
Quote:
I am using HelyxOS , when i run my case, i get this error!! what should i do? Regards Izna |
||
August 14, 2013, 10:49 |
|
#96 |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
Izna,
So this problem tells me that either OpenFOAM isn't sourced correctly or there is an issue with your install of HELYX-OS. This can happen sometimes so its an annoying error Some questions:
These are just a few things that come to mind |
|
August 14, 2013, 10:54 |
|
#97 | |||
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
hi Dan.
Thanks to comee at my aid.. command returns this Quote:
Quote:
Quote:
|
||||
August 14, 2013, 11:00 |
|
#98 |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
Ah ok...did you follow the "User Configuration" Section on
http://openfoam.org/download/ubuntu.php To add some lines to your .bashrc file in your home directory? |
|
August 14, 2013, 11:08 |
|
#99 |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
yes i did ..
But i am unistall and do it all again.. i will post back. |
|
August 14, 2013, 14:10 |
|
#100 | |
Senior Member
izna O'connor
Join Date: Jun 2013
Posts: 143
Rep Power: 13 |
hi Dan
After reinstalling Openfoam following this example http://openfoam.org/download/ubuntu.php I obtain the same error when executing foamInstallationTest Quote:
|
||
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 |