Files
CFDEMcoupling-PFM/doc/locateModel_engineSearch.txt
2012-11-28 19:59:46 +01:00

46 lines
914 B
Plaintext

"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c
:link(lws,http://www.cfdem.com)
:link(lc,CFDEMcoupling_Manual.html#comm)
:line
locateModel_engineSearch command :h3
[Syntax:]
Defined in 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