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

[blockMesh] blockMesh breaks down when handling with huge grid numbers

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By akidess
  • 1 Post By jherb
  • 1 Post By akidess

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   June 19, 2016, 23:08
Unhappy blockMesh breaks down when handling with huge grid numbers
  #1
New Member
 
Democritus's Avatar
 
Xiaoqiu HE
Join Date: Mar 2016
Location: Wuhan, China
Posts: 29
Rep Power: 10
Democritus is on a distinguished road
Hello Foamers~!

Here I met a serious problem: when i want to generate a mesh with grid number of 1e8, blockMesh just breaks down. Here is my mesh dict:
Code:
vertices
(
    (0    0     0)        //0
    ($Lx  0     0)        //1
    ($Lx  $Ly   0)        //2
    (0    $Ly   0)        //3
    (0    0     $Lz)      //4
    ($Lx  0     $Lz)      //5
    ($Lx  $Ly   $Lz)      //6
    (0    $Ly   $Lz)      //7
);

blocks
(
  hex ( 0 1 2 3 4 5 6 7 ) (10000 10000 1) simpleGrading (10 10 1)
);
Is there a way to deal with that problem? Thanks!
Democritus is offline   Reply With Quote

 


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
Grid with huge dimensions Sadegh.A Mesh Generation & Pre-Processing 0 December 30, 2018 15:23
multiphase flow in huge dimensions Sadegh.A Main CFD Forum 0 December 27, 2018 09:37
MapFields to New Grid For Extreme Grid Deformations due to Body Motion albcem OpenFOAM 0 May 5, 2009 14:17
Kubuntu uses dash breaks All scripts in tutorials platopus OpenFOAM Bugs 8 April 15, 2008 07:52
Non-uniform grid calculation Aspens Main CFD Forum 1 February 23, 2000 14:15


All times are GMT -4. The time now is 20:39.