|
[Sponsors] |
October 24, 2020, 11:46 |
How to accelerate findCell in OpenFOAM-6
|
#1 |
New Member
anonymous
Join Date: Aug 2019
Posts: 4
Rep Power: 7 |
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) (https://github.com/OpenFOAM/OpenFOAM...MeshFindCell.C) Code:
findCell(const point& location) 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. |
|
Tags |
acceleration, findcell, openfoam-6, parallel calculation |
|
|
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 07:15 |
OpenFOAM Foundation releases OpenFOAM® 3.0.0 | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 1 | November 7, 2015 16:16 |
OpenFOAM Training, London, Chicago, Munich, Sep-Oct 2015 | cfd.direct | OpenFOAM Announcements from Other Sources | 2 | August 31, 2015 14:36 |
OpenFOAM Foundation releases OpenFOAM 2.2.2 | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 0 | October 14, 2013 08:18 |
The OpenFOAM extensions project | mbeaudoin | OpenFOAM | 16 | October 9, 2007 10:33 |