CFDEMproject WWW Site - CFDEM Commands

locateModel_engineSearchIB command

Syntax:

Defined in couplingProperties dictionary.

locateModel engineIB;
engineIBProps
{
    engineProps
    {
        faceDecomp false;
        treeSearch false;
    }
    zSplit value1;
    xySplit value2;
}  

Examples:

locateModel engineIB;
engineIBProps
{
    engineProps
    {
        faceDecomp false;
        treeSearch false;
    }
    zSplit 8;
    xySplit 16;
} 

Description:

The locateModel "engine" locates the CFD cell and cellID corresponding to a given position. This locate model is especially designed for parallel immersed boundary method. Each particle is represented by "satellite points" if it is distributed over several processors.

The engineSearchIB locate Model can be used with different settings to use different algorithms:

Restrictions:

Only for immersed boundary solvers!

Related commands:

locateModel