mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
release on 2012-11-28_19-59-46
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -28,7 +28,7 @@ engineProps
|
||||
<PRE>locateModel engine;
|
||||
engineProps
|
||||
{
|
||||
treeSearch false;
|
||||
treeSearch true;
|
||||
}
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
@ -36,9 +36,9 @@ engineProps
|
||||
<P>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:
|
||||
</P>
|
||||
<UL><LI>treeSearch false; will execute some geometric (linear) search using the last known cellID (recommended)
|
||||
<UL><LI>treeSearch false; will execute some geometric (linear) search using the last known cellID
|
||||
|
||||
<LI>treeSearch true; will use a recursive tree structure to find the cell.
|
||||
<LI>treeSearch true; will use a recursive tree structure to find the cell (recommended).
|
||||
|
||||
|
||||
</UL>
|
||||
|
||||
@ -25,7 +25,7 @@ engineProps
|
||||
locateModel engine;
|
||||
engineProps
|
||||
\{
|
||||
treeSearch false;
|
||||
treeSearch true;
|
||||
\} :pre
|
||||
|
||||
[Description:]
|
||||
@ -33,8 +33,8 @@ engineProps
|
||||
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 (recommended) :ulb,l
|
||||
treeSearch true; will use a recursive tree structure to find the cell. :l
|
||||
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.
|
||||
|
||||
@ -28,7 +28,7 @@ turboEngineProps
|
||||
<PRE>locateModel turboEngine;
|
||||
turboEngineProps
|
||||
{
|
||||
treeSearch false;
|
||||
treeSearch true;
|
||||
}
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
@ -37,10 +37,9 @@ turboEngineProps
|
||||
</P>
|
||||
<P>The turboEngineSearch locate Model can be used with different settings to use different algorithms:
|
||||
</P>
|
||||
<UL><LI>faceDecomp false; treeSearch false; will execute some geometric (linear) search using the last known cellID (recommended)
|
||||
|
||||
<LI>faceDecomp false; treeSearch true; will use a recursive tree structure to find the cell.
|
||||
<UL><LI>faceDecomp false; treeSearch false; will execute some geometric (linear) search using the last known cellID
|
||||
|
||||
faceDecomp false; treeSearch true; will use a recursive tree structure to find the cell. (recommended):l
|
||||
|
||||
</UL>
|
||||
<P><B>Restrictions:</B> none.
|
||||
|
||||
@ -25,7 +25,7 @@ turboEngineProps
|
||||
locateModel turboEngine;
|
||||
turboEngineProps
|
||||
\{
|
||||
treeSearch false;
|
||||
treeSearch true;
|
||||
\} :pre
|
||||
|
||||
[Description:]
|
||||
@ -34,8 +34,8 @@ The locateModel "turboEngine" locates the CFD cell and cellID corresponding to a
|
||||
|
||||
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 (recommended) :ulb,l
|
||||
faceDecomp false; treeSearch true; will use a recursive tree structure to find the cell. :l
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user