AddLBMStencilAction !syntax description /Stencil/AddLBMStencilAction

The AddLBMStencilAction adds stencils, also known as decriptors, for Lattice Botlzmann simulations. For 2D simulations, D2Q9 stencil is available (/LBMD2Q9.md). For 3D simulations the available stencils are D3Q19 (/LBMD3Q19.md) and D3Q27 (/LBMD3Q27.md)

Overview

Example Input File Syntax

Add LBM stencil object to the simulation.

Input Parameters

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified only the blocks named will be visited and made active

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified blocks matching these identifiers will be skipped.

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:Adds user-defined labels for accessing object parameters via control logic.

Advanced Parameters