Files
CFDEMcoupling-PFM/doc/locateModel_engineSearch.txt
2018-07-18 14:08:26 +02:00

47 lines
947 B
Plaintext

"CFDEMproject Website"_lws - "Main Page"_main :c
:link(lws,http://www.cfdem.com)
:link(main,CFDEMcoupling_Manual.html)
:line
locateModel engine command :h3
[Syntax:]
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
dictionary.
locateModel engine;
engineProps
\{
treeSearch switch1;
\} :pre
{switch1} = switch to use tree search algorithm :ulb,l
:ule
[Examples:]
locateModel engine;
engineProps
\{
treeSearch true;
\} :pre
[Description:]
The locateModel "engine" locates the CFD cell and cellID corresponding to a given position.
The engineSearch locate Model can be used with different settings to use different algorithms:
treeSearch false; will execute some geometric (linear) search using the last known cellID :ulb,l
treeSearch true; will use a recursive tree structure to find the cell (recommended). :l
:ule
[Restrictions:] none.
[Related commands:]
"locateModel"_locateModel.html