release on 2012-11-28_19-59-46

This commit is contained in:
cfdem
2012-11-28 19:59:46 +01:00
parent ad834c8d83
commit 1771797c38
16 changed files with 247 additions and 110 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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>

View File

@ -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.

View File

@ -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.

View File

@ -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.