CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Other] StarToFoam error

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 2, 2010, 17:28
Default StarToFoam error
  #1
New Member
 
Arton Kosumi
Join Date: Jan 2010
Location: Stuttgart
Posts: 2
Rep Power: 0
Kart is on a distinguished road
Hello OpenFOAm users,

I'm trying to use the StarToFoam converter but I get the following error and all the things I have tried give me the same error. I have put this qusetion also in the "Using starToFoam" Forum but nobody has replyed me.. I hope somebody can help me here!!

The Error:
xxx453:~/OpenFOAM/arton-1.6/starcd/kubus> starToFoam Kubus
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 1.6-f802ff2d6c5a
Exec : starToFoam Kubus
Date : Jan 28 2010
Time : 11:37:34
Host : xxx453
PID : 9369
Case : /perm1/arton/OpenFOAM/arton-1.6/starcd/kubus
nProcs : 1
SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Number of points = 7655

Number of cells = 5682

Star region 457 with type WALL is now Foam patch 0
Star region 456 with type WALL is now Foam patch 1
Star region 405 with type ATTA is now Foam patch 2
Star region 404 with type ATTA is now Foam patch 3
Star region 458 with type WALL is now Foam patch 4
Star region 430 with type INLE is now Foam patch 5
Star region 429 with type INLE is now Foam patch 6
Star region 410 with type ATTA is now Foam patch 7
Star region 409 with type ATTA is now Foam patch 8
Star region 451 with type WALL is now Foam patch 9
Star region 427 with type INLE is now Foam patch 10
Star region 426 with type INLE is now Foam patch 11
Star region 402 with type ATTA is now Foam patch 12
Star region 401 with type ATTA is now Foam patch 13
Star region 435 with type WALL is now Foam patch 14
Star region 434 with type WALL is now Foam patch 15
Star region 407 with type ATTA is now Foam patch 16
Star region 406 with type ATTA is now Foam patch 17
Star region 432 with type WALL is now Foam patch 18
Star region 431 with type WALL is now Foam patch 19
Star region 442 with type WALL is now Foam patch 20
Star region 412 with type ATTA is now Foam patch 21
Star region 417 with type INLE is now Foam patch 22
Star region 201 with type INLE is now Foam patch 23
Star region 437 with type WALL is now Foam patch 24
Star region 422 with type INLE is now Foam patch 25
Star region 441 with type WALL is now Foam patch 26
Star region 411 with type ATTA is now Foam patch 27
Star region 416 with type INLE is now Foam patch 28
Star region 436 with type WALL is now Foam patch 29
Star region 421 with type INLE is now Foam patch 30
Star region 445 with type WALL is now Foam patch 31
Star region 415 with type ATTA is now Foam patch 32
Star region 420 with type INLE is now Foam patch 33
Star region 440 with type WALL is now Foam patch 34
Star region 425 with type INLE is now Foam patch 35
Star region 444 with type WALL is now Foam patch 36
Star region 202 with type INLE is now Foam patch 37
Star region 419 with type INLE is now Foam patch 38
Star region 414 with type ATTA is now Foam patch 39
Star region 439 with type WALL is now Foam patch 40
Star region 424 with type INLE is now Foam patch 41

Setting size of boundary to 42

#0 Foam::error:rintStack(Foam::Ostream&) in "/perm1/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#1 Foam::sigSegv::sigSegvHandler(int) in "/perm1/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#2 ?? in "/lib/libc.so.6"
#3 Foam::List<int>:perator=(Foam::List<int> const&) in "/perm1/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/starToFoam"
#4 starMesh::readBoundary() in "/perm1/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/starToFoam"
#5 starMesh::starMesh(Foam::fileName const&, Foam::Time const&, double) in "/perm1/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/starToFoam"
#6 main in "/perm1/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/starToFoam"
#7 __libc_start_main in "/lib/libc.so.6"
#8 _start at /usr/src/packages/BUILD/glibc-2.9/csu/../sysdeps/x86_64/elf/start.S:116
Segmentation fault
xxx453:~/OpenFOAM/arton-1.6/starcd/kubus>

PLEASE if you can help me!!

Thank you
Kart is offline   Reply With Quote

Old   February 4, 2010, 05:38
Default
  #2
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,677
Rep Power: 40
olesen has a spectacular aura aboutolesen has a spectacular aura about
Quote:
Originally Posted by Kart View Post
Hello OpenFOAm users,

I'm trying to use the StarToFoam converter but I get the following error and all the things I have tried give me the same error. I have put this qusetion also in the "Using starToFoam" Forum but nobody has replyed me.. I hope somebody can help me here!!
There can be piles of things going wrong. The first ones that comes to mind are defined but unused points and badly placed boundaries.

The star4ToFoam converter at least does a better job of handling unused points. First verify that the checks in proSTAR are all okay, then save it in the version 4.x format and see if that solves your problems.

You might also consider the ccm->foam converter. When you write the ccm file from proSTAR, you might discover errors in your model along the way.
olesen is offline   Reply With Quote

Reply

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
[blockMesh] blockMesh with double grading. spwater OpenFOAM Meshing & Mesh Conversion 92 January 12, 2019 10:00
DPM udf error haghshenasfard FLUENT 0 April 13, 2016 07:35
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 10:17
Ansys Fluent 13.0 UDF compilation problem in Window XP (32 bit) Yogini Fluent UDF and Scheme Programming 7 October 3, 2012 08:24
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 18:51


All times are GMT -4. The time now is 00:56.