LBMEquilibrium

Compute LB equilibrium distribution object.

Compute LBM equilibrium distribution functions. The equilibrium uses a second-order Hermite expansion of the Maxwell-Boltzmann distribution.

Overview

Given bulk scalar bulk (e.g., density or temperature) and velocity vector field velocity, this object computes f_eq on all lattice directions using the stencil weights and the lattice sound speed c_s defined by the LatticeBoltzmannProblem.

Example Input File Syntax

[TensorComputes]
  [Solve]
    [feq]
      type = LBMEquilibrium
      buffer = feq
      bulk = rho
      velocity = u
    []
  []
[]
!listing-end

Input Parameters

  • bufferThe buffer this compute is writing to

    C++ Type:std::string

    Controllable:No

    Description:The buffer this compute is writing to

  • bulkLBM bluk macroscpic parameter, e.g density or temperature

    C++ Type:std::string

    Controllable:No

    Description:LBM bluk macroscpic parameter, e.g density or temperature

  • velocityLBM Velocty in x, y and z directions

    C++ Type:std::string

    Controllable:No

    Description:LBM Velocty in x, y and z directions

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

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Controllable:No

    Description:Set the enabled status of the MooseObject.

Advanced Parameters

Input Files