|
[Sponsors] |
December 11, 2014, 10:36 |
Error while running blockMesh
|
#1 |
Member
Join Date: Dec 2014
Posts: 50
Rep Power: 11 |
Hey guys
This is my very first post, so I'm pretty excited about it At first, let me introduce you my project: I want to simulate a flow around a cube which is positioned in the middle of a small channel with a square profile of 0.1 m and with a length of 0.2. The cube has just an edge length of 0.05 m and the free-stream velocity is 1 m/s. My purpose is to simulate fluid-structure-interaction; this is why I determined the boundary condition between the channel and the cube as a slip condition. Since the flow is incompressible and turbulent I chose pisoFoam. I want to check if the cube is being moved by the flow... I almost went through the tutorials and the user's guide without any remarkable problem (I hope so at least ). So, I was ready to run my first simulation by creating the mesh using blockMesh but then I received the following errors. As I'm new in this and as I thought I did everything right, I have no clue what went wrong I hope you can guide me through this burhan@burhan-Aspire-6930G:~/firsttry$ blockMesh /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.0-f5222ca19ce6 Exec : blockMesh Date : Dec 11 2014 Time : 15:31:50 Host : "burhan-Aspire-6930G" PID : 2869 Case : /home/burhan/firsttry nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Creating block mesh from "/home/burhan/firsttry/constant/polyMesh/blockMeshDict" Creating curved edges Creating topology blocks Creating topology patches Creating block mesh topology Check topology Basic statistics Number of internal faces : 0 Number of boundary faces : 12 Number of defined boundary faces : 12 Number of undefined boundary faces : 0 Checking patch -> block consistency Creating block offsets Creating merge list . Creating polyMesh from blockMesh Creating patches Creating cells Creating points with scale 0.01 Block 0 cell size : i : 0.01 .. 0.01 j : 0.01 .. 0.01 k : 0.01 .. 0.01 Block 1 cell size : i : 0.005 .. 0.005 j : 0.005 .. 0.005 k : 0.005 .. 0.005 Creating merge patch pairs Adding point and face zones Creating attachPolyTopoChanger #0 Foam::error:rintStack(Foam::Ostream&) at ??:? #1 Foam::sigSegv::sigHandler(int) at ??:? #2 in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::face::ray(Foam::Vector<double> const&, Foam::Vector<double> const&, Foam::Field<Foam::Vector<double> > const&, Foam::intersection::algorithm, Foam::intersection::direction) const at ??:? #4 Foam::slidingInterface:rojectPoints() const at ??:? #5 Foam::slidingInterface::changeTopology() const at ??:? #6 Foam:olyTopoChanger::changeTopology() const at ??:? #7 Foam:olyTopoChanger::changeMesh(bool, bool, bool, bool) at ??:? #8 Foam::attachPolyTopoChanger::attach(bool) at ??:? #9 at ??:? #10 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #11 at ??:? Segmentation fault (core dumped) burhan@burhan-Aspire-6930G:~/firsttry$ I've also attached the whole case just in case you want to have a look at it |
|
Tags |
blockmesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error problem while running sadia d lts tutorial | kane | OpenFOAM Running, Solving & CFD | 2 | May 26, 2018 04:38 |
License trouble: ANSLIC_ADMIN, FLEXlm not running, but two lmgrd processes running! | dancoz87 | ANSYS | 17 | November 14, 2016 02:10 |
parallel error with cyclic BCs for pimpleDyMFoam and trouble in resuming running | sunliming | OpenFOAM Bugs | 21 | November 22, 2013 04:38 |
What do you CFD guys do during a long simulation running? | bearcat | Main CFD Forum | 5 | July 23, 2009 09:08 |
Installation/Tutorial - libraries not found (blockMesh) | bernarde | OpenFOAM | 3 | June 19, 2009 13:36 |