|
[Sponsors] |
December 9, 2020, 07:17 |
MEshing problem with HELYX-OS
|
#1 |
New Member
Ferenc Safranyik
Join Date: Dec 2020
Posts: 5
Rep Power: 6 |
Hi Folks,
I am newbie in OpenFoam 4.1 and HELYX-OS 2.4. After a seriously difficult installation process, finally the software are working. Now I am trying to create my first simulation by using a simple pipe with an inlet, and outlet and the pipe wall. The geometry is imported from .stl then bounding box and material point were defined, however the mesh was not created. I got the error message: Code:
--> FOAM FATAL IO ERROR: size 8776 is not equal to the given value of 40000 Code:
/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 4.1 | | \\ / A nd | Web: http://www.foam-extend.org | | \\/ M anipulation | For copyright notice see file Copyright | \*---------------------------------------------------------------------------*/ Build : 4.1-11cb6dafc53a Exec : blockMesh -dict system/blockMeshDict -case /home/feri/CFD/pipe/pipe Date : Dec 09 2020 Time : 12:02:30 Host : "ubuntu" PID : 10189 CtrlDict : "/home/feri/CFD/pipe/pipe/system/controlDict" Case : /home/feri/CFD/pipe/pipe nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Creating block mesh from "/home/feri/CFD/pipe/pipe/system/blockMeshDict" Creating curved edges Creating topology blocks Creating topology patches Reading patches section Creating block mesh topology Reading physicalType from existing boundary file Default patch type set to empty Check topology Basic statistics Number of internal faces : 0 Number of boundary faces : 6 Number of defined boundary faces : 6 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 1 Block 0 cell size : i : 0.002500000037 .. 0.002500000037 j : 0.002499910071 .. 0.002499910071 k : 0.001000000015 .. 0.001000000015 Writing polyMesh ---------------- Mesh Information ---------------- boundingBox: (-0.02500000037 -0.02499910071 -0.05000000075) (0.02500000037 0.02499910071 0.05000000075) nPoints: 44541 nCells: 40000 nFaces: 124400 nInternalFaces: 115600 ---------------- Patches ---------------- patch 0 (start: 115600 size: 2000) name: ffminx patch 1 (start: 117600 size: 2000) name: ffmaxx patch 2 (start: 119600 size: 2000) name: ffminy patch 3 (start: 121600 size: 2000) name: ffmaxy patch 4 (start: 123600 size: 400) name: ffminz patch 5 (start: 124000 size: 400) name: ffmaxz End /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 4.1 | | \\ / A nd | Web: http://www.foam-extend.org | | \\/ M anipulation | For copyright notice see file Copyright | \*---------------------------------------------------------------------------*/ Build : 4.1-11cb6dafc53a Exec : decomposePar -force -noFunctionObjects -case /home/feri/CFD/pipe/pipe Date : Dec 09 2020 Time : 12:02:30 Host : "ubuntu" PID : 10191 CtrlDict : "/home/feri/CFD/pipe/pipe/system/controlDict" Case : /home/feri/CFD/pipe/pipe nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). allowSystemOperations : Disallowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Time = 0 Create mesh for region region0 Calculating distribution of cells Selecting decompositionMethod hierarchical Finished decomposition in 0.03 s Constructing processor meshes Processor 0 Number of cells = 10000 Number of faces shared with processor 2 = 1000 Number of faces shared with processor 1 = 1000 Number of processor patches = 2 Number of processor faces = 2000 Number of boundary faces = 2200 Processor 1 Number of cells = 10000 Number of faces shared with processor 0 = 1000 Number of faces shared with processor 3 = 1000 Number of processor patches = 2 Number of processor faces = 2000 Number of boundary faces = 2200 Processor 2 Number of cells = 10000 Number of faces shared with processor 0 = 1000 Number of faces shared with processor 3 = 1000 Number of processor patches = 2 Number of processor faces = 2000 Number of boundary faces = 2200 Processor 3 Number of cells = 10000 Number of faces shared with processor 2 = 1000 Number of faces shared with processor 1 = 1000 Number of processor patches = 2 Number of processor faces = 2000 Number of boundary faces = 2200 Number of processor faces = 4000 Max number of processor patches = 2 Max number of faces between processors = 2000 --> FOAM FATAL IO ERROR: size 8776 is not equal to the given value of 40000 file: /home/feri/CFD/pipe/pipe/constant/cellLevel from line 18 to line 8838. From function Field<Type>::Field(const word& keyword, const dictionary&, const label) in file /home/feri/foam/foam-extend-4.1/src/foam/lnInclude/Field.C at line 239. FOAM exiting Thanks in advance, Feri |
|
Tags |
helyx-os, mesh 3d |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Gmsh] gmshToFoam generates patches with 0 faces and 0 points | Simurgh | OpenFOAM Meshing & Mesh Conversion | 4 | August 25, 2023 08:58 |
Problem with querying the meshing database in CFX-Pre | ashtonJ | CFX | 18 | April 19, 2023 00:49 |
[ICEM] ICEM CFD volume meshing problem | PietW | ANSYS Meshing & Geometry | 5 | September 15, 2020 05:19 |
[Gmsh] Vertex numbering is dense | KateEisenhower | OpenFOAM Meshing & Mesh Conversion | 7 | August 3, 2015 11:49 |
Meshing problem in GAMBIT | Vidya Raja | FLUENT | 0 | May 21, 2006 00:31 |