Domain System

The Domain block defines the FFT computational domain. Its paramaters are documented under the DomainAction docs.

Example Input File Syntax

[Domain<<<{"href": "index.html"}>>>]
  dim<<<{"description": "Problem dimension"}>>> = 2
  nx<<<{"description": "Number of elements in the X direction"}>>> = 10
  ny<<<{"description": "Number of elements in the Y direction"}>>> = 10
  mesh_mode<<<{"description": "Mesh generation mode."}>>> = DUMMY
  parallel_mode<<<{"description": "Parallelization mode."}>>> = REAL_SPACE
  periodic_directions<<<{"description": "Periodic directions of the simulation cell (controls halo exchange wrap-around)."}>>> = 'X Y'
[]
(test/tests/lbm/channel2D.i)

Available Actions

  • Marlin App
  • DomainActionSet up the domain and compute devices.