CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

decompose problem--no points in mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 7, 2019, 15:50
Default decompose problem--no points in mesh
  #1
Senior Member
 
Peter Shi
Join Date: Feb 2017
Location: Davis
Posts: 102
Rep Power: 9
PeterShi is on a distinguished road
Dear Foamers,

I have encountered a weird problem as follows. I am running LES in parallel and my mesh has like 15 million cells. Therefore, I used decomposePar to decompose my domain into sub-domains. However, some processors do not contain any cells, i.e. they are empty.

Processor 17
Number of cells = 0
Number of processor patches = 0
Number of processor faces = 0
Number of boundary faces = 0


--> FOAM Warning :
From function Foam:olyMesh:olyMesh(const Foam::IOobject&)
in file meshes/polyMesh/polyMesh.C at line 330
no points in mesh

Because of that, my simulation is unable to run.

I appreciate any help, comments, suggestions, etc. Thank you.

Best regards,
Peter
PeterShi is offline   Reply With Quote

Old   January 8, 2019, 04:06
Default
  #2
Member
 
ssa
Join Date: Sep 2018
Posts: 93
Rep Power: 7
ssa_cfd is on a distinguished road
Which decomposition method are you using,? Try using scotch method in decomposePardict.
ssa_cfd is offline   Reply With Quote

Old   January 8, 2019, 16:03
Default
  #3
Senior Member
 
Peter Shi
Join Date: Feb 2017
Location: Davis
Posts: 102
Rep Power: 9
PeterShi is on a distinguished road
Quote:
Originally Posted by ssa_cfd View Post
Which decomposition method are you using,? Try using scotch method in decomposePardict.
Hi,

Thank you for your reply.

Originally, I used simple for domain decomposition. As you suggested, I tried other methods, both scotch and hierarchical.

scotch is bit difficult to use and I still got empty processors (probably I did not use it correctly). However, hierarchical gave me pretty good results.

Does the the domain decomposition method affect the simulation time? In addition, does the domain decomposition method affect the OpenFOAM scalability?

Thank you.

Best,
Peter
PeterShi is offline   Reply With Quote

Old   January 9, 2019, 04:27
Default
  #4
Member
 
ssa
Join Date: Sep 2018
Posts: 93
Rep Power: 7
ssa_cfd is on a distinguished road
Hi,

scotch is easy to use. Just specify the method and the number of processors. According to me, scotch is good for doing simulation in high performance computers with many processors. I have used this method in a supercomputer and it works pretty good.

I don't know about the simulation time.!
ssa_cfd is offline   Reply With Quote

Old   January 9, 2019, 11:56
Default
  #5
Senior Member
 
Peter Shi
Join Date: Feb 2017
Location: Davis
Posts: 102
Rep Power: 9
PeterShi is on a distinguished road
Quote:
Originally Posted by ssa_cfd View Post
Hi,

scotch is easy to use. Just specify the method and the number of processors. According to me, scotch is good for doing simulation in high performance computers with many processors. I have used this method in a supercomputer and it works pretty good.

I don't know about the simulation time.!
Hi,

Thanks for the input. So you mean the decomposition method does affect the scalability of OpenFOAM?

Here is an example of my scotch:

numberOfSubdomains 128;

method scotch;

scotchCoeffs
{
processorWeights
(
1
1
1
1
1... (128 ones in total, means I want my mesh to be decomposed to processors evenly)
);
strategy "b";
}

distributed no;

roots ();



Perhaps something is wrong, but I still got "empty" processors (processors do not have any mesh points) with above scotch. Could you please point out what is wrong in my way of using scotch? Specifically, I am not sure what is "strategy" I should use (here I used "b", same as an example in a tutorial case)?

If possible, could you please post your scotch as well?

Thank you so much.

Best regards,
Peter
PeterShi is offline   Reply With Quote

Reply


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
Gambit problems Althea FLUENT 22 January 4, 2017 03:19
[ICEM] surface mesh merging problem everest ANSYS Meshing & Geometry 44 April 14, 2016 06:41
[ICEM] ICEM Structured Mesh Problem OMJT ANSYS Meshing & Geometry 3 March 22, 2013 10:06
[ICEM] Problem making structured mesh on a surface froztbear ANSYS Meshing & Geometry 4 November 10, 2011 08:52
Icemcfd 11: Loss of mesh from surface mesh option? Joe CFX 2 March 26, 2007 18:10


All times are GMT -4. The time now is 09:52.