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

How to accelerate findCell in OpenFOAM-6

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 24, 2020, 10:46
Default How to accelerate findCell in OpenFOAM-6
  #1
New Member
 
anonymous
Join Date: Aug 2019
Posts: 4
Rep Power: 6
yyy155klt is on a distinguished road
Hello,

I’m using OpenFOAM-6 and “findCell” function in parallel, but this calculation is very slow.
As for old version of OpenFOAM, there was a thread about acceleration of findCell. (How to accelerate findCell?)

In this thread, it is said that tree search enables to accelerate findCell.
(Definition of findCell in oldversion is as below.)
Code:
findCell (const point &location, const label seedCellI=-1, const bool useTreeSearch=true)
However, in OpenFOAM-6, definition of findCell is as below.
(https://github.com/OpenFOAM/OpenFOAM...MeshFindCell.C)

Code:
findCell(const point& location)
Tree search is not included in the definition of findCell.
Can’t I use tree search in OpenFOAM-6?

In addition, are there any options to accelerate findCell in OpenFOAM-6 (in parallel)?

Thank you very much.
yyy155klt is offline   Reply With Quote

Reply

Tags
acceleration, findcell, openfoam-6, parallel calculation


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
OpenFOAM Training Jan-Jul 2017, Virtual, London, Houston, Berlin CFDFoundation OpenFOAM Announcements from Other Sources 0 January 4, 2017 06:15
OpenFOAM Foundation releases OpenFOAM® 3.0.0 CFDFoundation OpenFOAM Announcements from OpenFOAM Foundation 1 November 7, 2015 15:16
OpenFOAM Training, London, Chicago, Munich, Sep-Oct 2015 cfd.direct OpenFOAM Announcements from Other Sources 2 August 31, 2015 13:36
OpenFOAM Foundation releases OpenFOAM 2.2.2 opencfd OpenFOAM Announcements from ESI-OpenCFD 0 October 14, 2013 07:18
The OpenFOAM extensions project mbeaudoin OpenFOAM 16 October 9, 2007 09:33


All times are GMT -4. The time now is 22:27.