mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
"CFDEMproject Website"_lws - "Main Page"_main :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(main,CFDEMcoupling_Manual.html)
|
|
|
|
:line
|
|
|
|
locateModel turboEngine command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
|
|
dictionary.
|
|
|
|
locateModel turboEngine;
|
|
turboEngineProps
|
|
\{
|
|
treeSearch switch1;
|
|
\} :pre
|
|
|
|
{switch1} = switch to use tree search algorithm :ulb,l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
locateModel turboEngine;
|
|
turboEngineProps
|
|
\{
|
|
treeSearch true;
|
|
\} :pre
|
|
|
|
[Description:]
|
|
|
|
The locateModel {turboEngine} locates the CFD cell and cellID corresponding to a
|
|
given position. The algorithm is improved compared to engine search to show
|
|
better parallel performance.
|
|
|
|
The turboEngineSearch locate Model can be used with different settings to use
|
|
different algorithms:
|
|
|
|
faceDecomp false; treeSearch false; will execute some geometric (linear) search
|
|
using the last known cellID :ulb,l
|
|
faceDecomp false; treeSearch true; will use a recursive tree structure to find
|
|
the cell. (recommended) :l
|
|
:ule
|
|
|
|
[Restrictions:]
|
|
|
|
none
|
|
|
|
[Related commands:]
|
|
|
|
"locateModel"_locateModel.html
|
|
|